#0F927C
A dark, vivid cyan closely aligning with Darkcyan.
About #0F927C
The precise color #0F927C is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Darkcyan. In the RGB color space, it consists of 15 red, 146 green, and 124 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 90% C, 0% M, 15% Y, and 43% K. 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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#0F927C
RGB15, 146, 124
HSL169.9°, 81.4%, 31.6%
CMYK90%, 0%, 15%, 43%
HSV169.9°, 89.7%, 57.3%
LAB54.1, -37.6, 2.5
XYZ14.1, 22.1, 22.6
Decimal1020540
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.87:1
Text on #FFFFFF
AA Large
5.42:1
Text on #000000
AA
3.70:1
Text on #F8FAFC
AA Large
4.61:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #0F927C;
}
.text-color {
color: #0F927C;
}
.border-color {
border: 2px solid #0F927C;
}