#00DBA8
A medium, vivid cyan closely aligning with Aquamarine.
About #00DBA8
The precise color #00DBA8 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Aquamarine. This translates to an RGB value of rgb(0, 219, 168).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 100% cyan and 0% magenta inks. The HSL representation is 166.0° hue, 100.0% saturation, and 42.9% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#00DBA8
RGB0, 219, 168
HSL166.0°, 100.0%, 42.9%
CMYK100%, 0%, 23%, 14%
HSV166.0°, 100.0%, 85.9%
LAB78.2, -56.6, 12.6
XYZ32.4, 53.5, 45.7
Decimal56232
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.80:1
Text on #FFFFFF
FAIL
11.70:1
Text on #000000
AAA
1.72:1
Text on #F8FAFC
FAIL
9.94:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #00DBA8;
}
.text-color {
color: #00DBA8;
}
.border-color {
border: 2px solid #00DBA8;
}