#00BDA8
A dark, vivid cyan closely aligning with Lightseagreen.
About #00BDA8
When working with digital screens, the color #00BDA8 is rendered by mixing light. It is closely associated with the named CSS color Lightseagreen. In the RGB color space, it consists of 0 red, 189 green, and 168 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 100% Cyan, 0% Magenta, 11% Yellow, and 26% Black. The HSL representation is 173.3° hue, 100.0% saturation, and 37.1% lightness.
Contrast ratios determine whether this color is safe for typography. Because it is a dark color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#00BDA8
RGB0, 189, 168
HSL173.3°, 100.0%, 37.1%
CMYK100%, 0%, 11%, 26%
HSV173.3°, 100.0%, 74.1%
LAB68.9, -44.5, -0.7
XYZ25.3, 39.2, 43.3
Decimal48552
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.37:1
Text on #FFFFFF
FAIL
8.84:1
Text on #000000
AAA
2.27:1
Text on #F8FAFC
FAIL
7.52:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #00BDA8;
}
.text-color {
color: #00BDA8;
}
.border-color {
border: 2px solid #00BDA8;
}