Electric Blue (Blue)
#63F2F0
RGB: 99, 242, 240
Color OverviewHEX #63F2F0

#63F2F0 Color Code Information

In the RGB color space, #63F2F0 is composed of 39% red, 95% green, and 94% blue. In the HSL color space, it has a hue of 179°, saturation of 85%, and lightness of 67%.

HEX
#63F2F0
RGB
99, 242, 240
HSL
179°, 85%, 67%
HSV
179°, 59%, 95%
CMYK
59%, 0%, 1%, 5%
Name Match
Electric Blue
Closest Standard

Shades of #63F2F0 (Darker Variations)

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

Tints of #63F2F0 (Lighter Variations)

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

Tones of #63F2F0 (Muted Variations)

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

Color Harmonies for #63F2F0

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 #63F2F0 Background
Contrast Ratio against Pure White (#FFFFFF):1.36 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #63F2F0 Background
Contrast Ratio against Pure Black (#000000):15.49 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #63F2F0;
}

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