#0FDBA8
A medium, vivid cyan closely aligning with Aquamarine.
About #0FDBA8
The precise color #0FDBA8 is an excellent choice for modern design projects. It is closely associated with the named CSS color Aquamarine. This translates to an RGB value of rgb(15, 219, 168).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 93% C, 0% M, 23% Y, and 14% K. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium 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#0FDBA8
RGB15, 219, 168
HSL165.0°, 87.2%, 45.9%
CMYK93%, 0%, 23%, 14%
HSV165.0°, 93.2%, 85.9%
LAB78.2, -56.2, 12.7
XYZ32.6, 53.6, 45.7
Decimal1039272
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.79:1
Text on #FFFFFF
FAIL
11.72:1
Text on #000000
AAA
1.71:1
Text on #F8FAFC
FAIL
9.96:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #0FDBA8;
}
.text-color {
color: #0FDBA8;
}
.border-color {
border: 2px solid #0FDBA8;
}