Electric Blue (Blue)
#6BF4EB
RGB: 107, 244, 235
Color OverviewHEX #6BF4EB
#6BF4EB Color Code Information
In the RGB color space, #6BF4EB is composed of 42% red, 96% green, and 92% blue. In the HSL color space, it has a hue of 176°, saturation of 86%, and lightness of 69%.
HEX
#6BF4EB
RGB
107, 244, 235
HSL
176°, 86%, 69%
HSV
176°, 56%, 96%
CMYK
56%, 0%, 4%, 4%
Name Match
Electric Blue
Closest StandardShades of #6BF4EB (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #6BF4EB (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #6BF4EB (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #6BF4EB
Calculated color schemes based on classic color wheel angles for graphic and web design.
Complementary
Analogous
Split Complementary
Monochromatic
WCAG Accessibility Contrast Ratios
Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.
Sample Text on #6BF4EB Background
Contrast Ratio against Pure White (#FFFFFF):1.33 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #6BF4EB Background
Contrast Ratio against Pure Black (#000000):15.77 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #6BF4EB;
}
.element {
color: #6BF4EB;
background-color: #6BF4EB;
border-color: #6BF4EB;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#6BF4EB] text-[#6BF4EB] border-[#6BF4EB]"> Content styled with #6BF4EB </div>