#0F8383
A dark, vivid cyan closely aligning with Teal.
About #0F8383
Visually, #0F8383 is defined as a vivid cyan. If you're using CSS, you might find it aligns closely with Teal. Its digital footprint relies on 15 parts red, 131 parts green, and 131 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 89% cyan, 0% magenta, 0% yellow, and 49% black. The HSL representation is 180.0° hue, 79.5% saturation, and 28.6% 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#0F8383
RGB15, 131, 131
HSL180.0°, 79.5%, 28.6%
CMYK89%, 0%, 0%, 49%
HSV180.0°, 88.5%, 51.4%
LAB49.5, -28.5, -8.4
XYZ12.4, 18.0, 24.3
Decimal1016707
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.57:1
Text on #FFFFFF
AA
4.59:1
Text on #000000
AA
4.37:1
Text on #F8FAFC
AA Large
3.91:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #0F8383;
}
.text-color {
color: #0F8383;
}
.border-color {
border: 2px solid #0F8383;
}