#005c4f
a deep, electric cyan · cool · closest name: darkslategray
RGB
0, 92, 79
HSL
172°, 100%, 18%
CMYK
100, 0, 14, 64
Luminance
0.0822
Every format
| HEX | #005c4f |
| RGB | rgb(0, 92, 79) |
| HSL | hsl(172, 100%, 18%) |
| CMYK | cmyk(100%, 0%, 14%, 64%) |
| LAB | lab(34.4 -27.1 0.8) |
| LCH | lch(34.4 27.1 178.3) |
| OKLCH | oklch(0.425 0.078 178.8) |
Copy-ready code
/* CSS */
color: #005c4f;
background-color: #005c4f;
/* Tailwind (arbitrary) */
class="text-[#005c4f] bg-[#005c4f]"
/* SCSS */
$brand: #005c4f;
/* SwiftUI */
Color(red: 0.000, green: 0.361, blue: 0.310)
/* Android */
Color.parseColor("#005c4f")Accessibility — WCAG contrast
Aa
#005c4f on white: 7.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#005c4f on black: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green36.1%
Blue31.0%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow14.1%
Key (black)63.9%
Color previews
#005c4f text on a black background
contrast 2.64:1
Card sample
#005c4f text on a white background
contrast 7.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #005c4f;
Background color
Panel with #005c4f background
background-color: #005c4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #005c4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 92, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 92, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #005c4f; background: linear-gradient(135deg, #005c4f, #002C5C);