#07F0F8
A medium, vivid cyan closely aligning with Aqua.
About #07F0F8
At its core, #07F0F8 is a medium and vivid hue. Its closest recognized web color is Aqua. To achieve this exact tint on a monitor, you would use an RGB mix of 7, 240, and 248.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 97% cyan, 3% magenta, 0% yellow, and 3% black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#07F0F8
RGB7, 240, 248
HSL182.0°, 94.5%, 50.0%
CMYK97%, 3%, 0%, 3%
HSV182.0°, 97.2%, 97.3%
LAB86.6, -43.4, -17.3
XYZ48.2, 69.1, 99.6
Decimal520440
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.42:1
Text on #FFFFFF
FAIL
14.83:1
Text on #000000
AAA
1.35:1
Text on #F8FAFC
FAIL
12.61:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #07F0F8;
}
.text-color {
color: #07F0F8;
}
.border-color {
border: 2px solid #07F0F8;
}