#07505F
A dark, vivid cyan closely aligning with Darkslategray.
About #07505F
At its core, #07505F is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Darkslategray. To achieve this exact tint on a monitor, you would use an RGB mix of 7, 80, and 95.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 93% cyan and 16% magenta inks. This makes it a relatively dark color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#07505F
RGB7, 80, 95
HSL190.2°, 86.3%, 20.0%
CMYK93%, 16%, 0%, 63%
HSV190.2°, 92.6%, 37.3%
LAB30.9, -14.5, -14.6
XYZ5.0, 6.6, 11.8
Decimal479327
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.04:1
Text on #FFFFFF
AAA
2.32:1
Text on #000000
FAIL
8.64:1
Text on #F8FAFC
AAA
1.97:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #07505F;
}
.text-color {
color: #07505F;
}
.border-color {
border: 2px solid #07505F;
}