#005c5f
a deep, electric cyan · cool · closest name: darkslategray
RGB
0, 92, 95
HSL
182°, 100%, 19%
CMYK
100, 3, 0, 63
Luminance
0.0848
Every format
| HEX | #005c5f |
| RGB | rgb(0, 92, 95) |
| HSL | hsl(182, 100%, 19%) |
| CMYK | cmyk(100%, 3%, 0%, 63%) |
| LAB | lab(35.0 -21.8 -8.4) |
| LCH | lch(35.0 23.4 201.1) |
| OKLCH | oklch(0.431 0.073 198.7) |
Copy-ready code
/* CSS */
color: #005c5f;
background-color: #005c5f;
/* Tailwind (arbitrary) */
class="text-[#005c5f] bg-[#005c5f]"
/* SCSS */
$brand: #005c5f;
/* SwiftUI */
Color(red: 0.000, green: 0.361, blue: 0.373)
/* Android */
Color.parseColor("#005c5f")Accessibility — WCAG contrast
Aa
#005c5f on white: 7.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#005c5f on black: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green36.1%
Blue37.3%
CMYK percentages
Cyan100.0%
Magenta3.2%
Yellow0.0%
Key (black)62.7%
Color previews
#005c5f text on a black background
contrast 2.70:1
Card sample
#005c5f text on a white background
contrast 7.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #005c5f;
Background color
Panel with #005c5f background
background-color: #005c5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #005c5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 92, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 92, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #005c5f; background: linear-gradient(135deg, #005c5f, #001D5F);