#07AFB6
A dark, vivid cyan closely aligning with Lightseagreen.
About #07AFB6
The hex code #07AFB6 represents a beautifully specific shade of cyan. It is closely associated with the named CSS color Lightseagreen. In the RGB color space, it consists of 7 red, 175 green, and 182 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 96% cyan and 4% magenta inks. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Because it is a dark 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#07AFB6
RGB7, 175, 182
HSL182.4°, 92.6%, 37.1%
CMYK96%, 4%, 0%, 29%
HSV182.4°, 96.2%, 71.4%
LAB65.0, -33.8, -14.2
XYZ23.9, 34.1, 49.6
Decimal503734
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.69:1
Text on #FFFFFF
FAIL
7.82:1
Text on #000000
AAA
2.57:1
Text on #F8FAFC
FAIL
6.64:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #07AFB6;
}
.text-color {
color: #07AFB6;
}
.border-color {
border: 2px solid #07AFB6;
}