#005241
a deep, electric cyan · cool · closest name: darkslategray
RGB
0, 82, 65
HSL
168°, 100%, 16%
CMYK
100, 0, 21, 68
Luminance
0.0642
Every format
| HEX | #005241 |
| RGB | rgb(0, 82, 65) |
| HSL | hsl(168, 100%, 16%) |
| CMYK | cmyk(100%, 0%, 21%, 68%) |
| LAB | lab(30.4 -26.7 3.8) |
| LCH | lch(30.4 26.9 171.8) |
| OKLCH | oklch(0.391 0.075 172.6) |
Copy-ready code
/* CSS */
color: #005241;
background-color: #005241;
/* Tailwind (arbitrary) */
class="text-[#005241] bg-[#005241]"
/* SCSS */
$brand: #005241;
/* SwiftUI */
Color(red: 0.000, green: 0.322, blue: 0.255)
/* Android */
Color.parseColor("#005241")Accessibility — WCAG contrast
Aa
#005241 on white: 9.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#005241 on black: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green32.2%
Blue25.5%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow20.7%
Key (black)67.8%
Color previews
#005241 text on a black background
contrast 2.28:1
Card sample
#005241 text on a white background
contrast 9.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #005241;
Background color
Panel with #005241 background
background-color: #005241;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #005241;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 82, 65, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 82, 65, 0.45);
Border & gradient
Gradient panel
border: 3px solid #005241; background: linear-gradient(135deg, #005241, #002C52);