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