Electric Blue (Blue)
#83ECEC
RGB: 131, 236, 236
Color OverviewHEX #83ECEC

#83ECEC Color Code Information

In the RGB color space, #83ECEC is composed of 51% red, 93% green, and 93% blue. In the HSL color space, it has a hue of 180°, saturation of 73%, and lightness of 72%.

HEX
#83ECEC
RGB
131, 236, 236
HSL
180°, 73%, 72%
HSV
180°, 44%, 93%
CMYK
44%, 0%, 0%, 7%
Name Match
Electric Blue
Closest Standard

Shades of #83ECEC (Darker Variations)

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

Tints of #83ECEC (Lighter Variations)

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

Tones of #83ECEC (Muted Variations)

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

Color Harmonies for #83ECEC

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 #83ECEC Background
Contrast Ratio against Pure White (#FFFFFF):1.38 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #83ECEC Background
Contrast Ratio against Pure Black (#000000):15.17 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #83ECEC;
}

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