#07FFD3
A medium, vivid cyan closely aligning with Aquamarine.
About #07FFD3
Visually, #07FFD3 is defined as a vivid cyan. Designers often compare it to the standard color Aquamarine. To achieve this exact tint on a monitor, you would use an RGB mix of 7, 255, and 211.
If you are designing for print, the four-color process is what matters most. The color uses 97% Cyan, 0% Magenta, 17% Yellow, and 0% Black. With a hue angle of 169.4 degrees, it sits comfortably in the cyan spectrum.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#07FFD3
RGB7, 255, 211
HSL169.4°, 100.0%, 51.4%
CMYK97%, 0%, 17%, 0%
HSV169.4°, 97.3%, 100.0%
LAB90.0, -59.7, 7.0
XYZ47.6, 76.3, 73.8
Decimal524243
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.29:1
Text on #FFFFFF
FAIL
16.25:1
Text on #000000
AAA
1.23:1
Text on #F8FAFC
FAIL
13.82:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #07FFD3;
}
.text-color {
color: #07FFD3;
}
.border-color {
border: 2px solid #07FFD3;
}