Electric Blue (Blue)
#7AF5EB
RGB: 122, 245, 235
Color OverviewHEX #7AF5EB

#7AF5EB Color Code Information

In the RGB color space, #7AF5EB is composed of 48% red, 96% green, and 92% blue. In the HSL color space, it has a hue of 175°, saturation of 86%, and lightness of 72%.

HEX
#7AF5EB
RGB
122, 245, 235
HSL
175°, 86%, 72%
HSV
175°, 50%, 96%
CMYK
50%, 0%, 4%, 4%
Name Match
Electric Blue
Closest Standard

Shades of #7AF5EB (Darker Variations)

Shades are created by progressively mixing the base color with black.

Tints of #7AF5EB (Lighter Variations)

Tints are created by progressively mixing the base color with pure white.

Tones of #7AF5EB (Muted Variations)

Tones are created by mixing the base color with true neutral gray.

Color Harmonies for #7AF5EB

Calculated color schemes based on classic color wheel angles for graphic and web design.

WCAG Accessibility Contrast Ratios

Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.

Sample Text on #7AF5EB Background
Contrast Ratio against Pure White (#FFFFFF):1.31 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #7AF5EB Background
Contrast Ratio against Pure Black (#000000):16.09 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #7AF5EB;
}

.element {
  color: #7AF5EB;
  background-color: #7AF5EB;
  border-color: #7AF5EB;
}
Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values -->
<div className="bg-[#7AF5EB] text-[#7AF5EB] border-[#7AF5EB]">
  Content styled with #7AF5EB
</div>