#07BDB6
A dark, vivid cyan closely aligning with Lightseagreen.
About #07BDB6
When working with digital screens, the color #07BDB6 is rendered by mixing light. It is closely associated with the named CSS color Lightseagreen. In the RGB color space, it consists of 7 red, 189 green, and 182 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 96% C, 0% M, 4% Y, and 26% K. 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. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#07BDB6
RGB7, 189, 182
HSL177.7°, 92.9%, 38.4%
CMYK96%, 0%, 4%, 26%
HSV177.7°, 96.3%, 74.1%
LAB69.3, -40.3, -7.7
XYZ26.7, 39.8, 50.5
Decimal507318
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.34:1
Text on #FFFFFF
FAIL
8.96:1
Text on #000000
AAA
2.24:1
Text on #F8FAFC
FAIL
7.62:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #07BDB6;
}
.text-color {
color: #07BDB6;
}
.border-color {
border: 2px solid #07BDB6;
}