#07FFE9
A medium, vivid cyan closely aligning with Aqua.
About #07FFE9
At its core, #07FFE9 is a medium and vivid hue. Its closest recognized web color is Aqua. In the RGB color space, it consists of 7 red, 255 green, and 233 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 97% cyan, 0% magenta, 9% yellow, and 0% black. With a hue angle of 174.7 degrees, it sits comfortably in the cyan spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#07FFE9
RGB7, 255, 233
HSL174.7°, 100.0%, 51.4%
CMYK97%, 0%, 9%, 0%
HSV174.7°, 97.3%, 100.0%
LAB90.5, -54.1, -3.6
XYZ50.6, 77.4, 89.4
Decimal524265
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.27:1
Text on #FFFFFF
FAIL
16.49:1
Text on #000000
AAA
1.22:1
Text on #F8FAFC
FAIL
14.02:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #07FFE9;
}
.text-color {
color: #07FFE9;
}
.border-color {
border: 2px solid #07FFE9;
}