#0FC5B6
A medium, vivid cyan closely aligning with Lightseagreen.
About #0FC5B6
At its core, #0FC5B6 is a medium and vivid hue. Its closest recognized web color is Lightseagreen. To achieve this exact tint on a monitor, you would use an RGB mix of 15, 197, and 182.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 92% cyan and 0% magenta inks. The HSL representation is 175.1° hue, 85.8% saturation, and 41.6% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#0FC5B6
RGB15, 197, 182
HSL175.1°, 85.8%, 41.6%
CMYK92%, 0%, 8%, 23%
HSV175.1°, 92.4%, 77.3%
LAB71.8, -43.5, -4.0
XYZ28.6, 43.4, 51.1
Decimal1033654
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.17:1
Text on #FFFFFF
FAIL
9.68:1
Text on #000000
AAA
2.07:1
Text on #F8FAFC
FAIL
8.23:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #0FC5B6;
}
.text-color {
color: #0FC5B6;
}
.border-color {
border: 2px solid #0FC5B6;
}