#00575f
a deep, electric cyan · cool · closest name: darkslategray
RGB
0, 87, 95
HSL
185°, 100%, 19%
CMYK
100, 8, 0, 63
Luminance
0.0764
Every format
| HEX | #00575f |
| RGB | rgb(0, 87, 95) |
| HSL | hsl(185, 100%, 19%) |
| CMYK | cmyk(100%, 8%, 0%, 63%) |
| LAB | lab(33.2 -19.1 -11.1) |
| LCH | lch(33.2 22.1 210.1) |
| OKLCH | oklch(0.417 0.071 205.6) |
Copy-ready code
/* CSS */
color: #00575f;
background-color: #00575f;
/* Tailwind (arbitrary) */
class="text-[#00575f] bg-[#00575f]"
/* SCSS */
$brand: #00575f;
/* SwiftUI */
Color(red: 0.000, green: 0.341, blue: 0.373)
/* Android */
Color.parseColor("#00575f")Accessibility — WCAG contrast
Aa
#00575f on white: 8.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#00575f on black: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green34.1%
Blue37.3%
CMYK percentages
Cyan100.0%
Magenta8.4%
Yellow0.0%
Key (black)62.7%
Color previews
#00575f text on a black background
contrast 2.53:1
Card sample
#00575f text on a white background
contrast 8.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00575f;
Background color
Panel with #00575f background
background-color: #00575f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00575f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 87, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 87, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00575f; background: linear-gradient(135deg, #00575f, #00185F);