#07F0E9
A medium, vivid cyan closely aligning with Aqua.
About #07F0E9
At its core, #07F0E9 is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Aqua. This translates to an RGB value of rgb(7, 240, 233).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 97% C, 0% M, 3% Y, and 6% K. This makes it a relatively light color when applied to physical surfaces.
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#07F0E9
RGB7, 240, 233
HSL178.2°, 94.3%, 48.4%
CMYK97%, 0%, 3%, 6%
HSV178.2°, 97.1%, 94.1%
LAB86.1, -47.8, -10.1
XYZ46.0, 68.2, 87.8
Decimal520425
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.43:1
Text on #FFFFFF
FAIL
14.65:1
Text on #000000
AAA
1.37:1
Text on #F8FAFC
FAIL
12.45:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #07F0E9;
}
.text-color {
color: #07F0E9;
}
.border-color {
border: 2px solid #07F0E9;
}