#0FF8D3
A medium, vivid cyan closely aligning with Aquamarine.
About #0FF8D3
When working with digital screens, the color #0FF8D3 is rendered by mixing light. Designers often compare it to the standard color Aquamarine. In the RGB color space, it consists of 15 red, 248 green, and 211 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 94% cyan, 0% magenta, 15% yellow, and 3% black. The HSL representation is 170.5° hue, 94.3% saturation, and 51.6% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#0FF8D3
RGB15, 248, 211
HSL170.5°, 94.3%, 51.6%
CMYK94%, 0%, 15%, 3%
HSV170.5°, 94.0%, 97.3%
LAB87.9, -56.8, 4.1
XYZ45.5, 71.9, 73.1
Decimal1046739
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.36:1
Text on #FFFFFF
FAIL
15.39:1
Text on #000000
AAA
1.30:1
Text on #F8FAFC
FAIL
13.08:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #0FF8D3;
}
.text-color {
color: #0FF8D3;
}
.border-color {
border: 2px solid #0FF8D3;
}