#0F9283
A dark, vivid cyan closely aligning with Darkcyan.
About #0F9283
At its core, #0F9283 is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Darkcyan. This translates to an RGB value of rgb(15, 146, 131).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 90% Cyan, 0% Magenta, 10% Yellow, and 43% Black. The HSL representation is 173.1° hue, 81.4% saturation, and 31.6% lightness.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#0F9283
RGB15, 146, 131
HSL173.1°, 81.4%, 31.6%
CMYK90%, 0%, 10%, 43%
HSV173.1°, 89.7%, 57.3%
LAB54.3, -35.6, -1.2
XYZ14.6, 22.3, 25.0
Decimal1020547
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.85:1
Text on #FFFFFF
AA Large
5.46:1
Text on #000000
AA
3.68:1
Text on #F8FAFC
AA Large
4.64:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #0F9283;
}
.text-color {
color: #0F9283;
}
.border-color {
border: 2px solid #0F9283;
}