#07575F
A dark, vivid cyan closely aligning with Darkslategray.
About #07575F
At its core, #07575F is a dark and vivid hue. Designers often compare it to the standard color Darkslategray. In the RGB color space, it consists of 7 red, 87 green, and 95 blue.
Translating this color to physical media requires the CMYK color model. The color uses 93% Cyan, 8% Magenta, 0% Yellow, and 63% Black. With a hue angle of 185.5 degrees, it sits comfortably in the cyan spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a dark color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#07575F
RGB7, 87, 95
HSL185.5°, 86.3%, 20.0%
CMYK93%, 8%, 0%, 63%
HSV185.5°, 92.6%, 37.3%
LAB33.3, -18.5, -10.9
XYZ5.6, 7.7, 12.0
Decimal481119
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.28:1
Text on #FFFFFF
AAA
2.54:1
Text on #000000
FAIL
7.91:1
Text on #F8FAFC
AAA
2.16:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #07575F;
}
.text-color {
color: #07575F;
}
.border-color {
border: 2px solid #07575F;
}