#66F8D3
A light, vivid green closely aligning with Aquamarine.
About #66F8D3
The precise color #66F8D3 is an excellent choice for modern design projects. Its closest recognized web color is Aquamarine. In the RGB color space, it consists of 102 red, 248 green, and 211 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 59% C, 0% M, 15% Y, and 3% K. The HSL representation is 164.8° hue, 91.3% saturation, and 68.6% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#66F8D3
RGB102, 248, 211
HSL164.8°, 91.3%, 68.6%
CMYK59%, 0%, 15%, 3%
HSV164.8°, 58.9%, 97.3%
LAB89.2, -47.8, 6.1
XYZ50.8, 74.7, 73.4
Decimal6748371
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.32:1
Text on #FFFFFF
FAIL
15.93:1
Text on #000000
AAA
1.26:1
Text on #F8FAFC
FAIL
13.54:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #66F8D3;
}
.text-color {
color: #66F8D3;
}
.border-color {
border: 2px solid #66F8D3;
}