#0FF8C5
A medium, vivid cyan closely aligning with Aquamarine.
About #0FF8C5
The hex code #0FF8C5 represents a beautifully specific shade of cyan. It is closely associated with the named CSS color Aquamarine. This translates to an RGB value of rgb(15, 248, 197).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 94% cyan and 0% magenta inks. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#0FF8C5
RGB15, 248, 197
HSL166.9°, 94.3%, 51.6%
CMYK94%, 0%, 21%, 3%
HSV166.9°, 94.0%, 97.3%
LAB87.6, -60.3, 10.9
XYZ43.8, 71.3, 64.3
Decimal1046725
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.38:1
Text on #FFFFFF
FAIL
15.25:1
Text on #000000
AAA
1.32:1
Text on #F8FAFC
FAIL
12.97:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #0FF8C5;
}
.text-color {
color: #0FF8C5;
}
.border-color {
border: 2px solid #0FF8C5;
}