#07E9F0
A medium, vivid cyan closely aligning with Aqua.
About #07E9F0
Visually, #07E9F0 is defined as a vivid cyan. If you're using CSS, you might find it aligns closely with Aqua. In the RGB color space, it consists of 7 red, 233 green, and 240 blue.
If you are designing for print, the four-color process is what matters most. The color uses 97% Cyan, 3% Magenta, 0% Yellow, and 6% Black. The HSL representation is 181.8° hue, 94.3% saturation, and 48.4% lightness.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#07E9F0
RGB7, 233, 240
HSL181.8°, 94.3%, 48.4%
CMYK97%, 3%, 0%, 6%
HSV181.8°, 97.1%, 94.1%
LAB84.3, -42.7, -16.5
XYZ45.0, 64.6, 92.5
Decimal518640
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.51:1
Text on #FFFFFF
FAIL
13.92:1
Text on #000000
AAA
1.44:1
Text on #F8FAFC
FAIL
11.84:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #07E9F0;
}
.text-color {
color: #07E9F0;
}
.border-color {
border: 2px solid #07E9F0;
}