#005247
a deep, electric cyan · cool · closest name: darkslategray
RGB
0, 82, 71
HSL
172°, 100%, 16%
CMYK
100, 0, 13, 68
Luminance
0.0649
Every format
| HEX | #005247 |
| RGB | rgb(0, 82, 71) |
| HSL | hsl(172, 100%, 16%) |
| CMYK | cmyk(100%, 0%, 13%, 68%) |
| LAB | lab(30.6 -24.8 0.3) |
| LCH | lch(30.6 24.8 179.4) |
| OKLCH | oklch(0.393 0.071 179.7) |
Copy-ready code
/* CSS */
color: #005247;
background-color: #005247;
/* Tailwind (arbitrary) */
class="text-[#005247] bg-[#005247]"
/* SCSS */
$brand: #005247;
/* SwiftUI */
Color(red: 0.000, green: 0.322, blue: 0.278)
/* Android */
Color.parseColor("#005247")Accessibility — WCAG contrast
Aa
#005247 on white: 9.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#005247 on black: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green32.2%
Blue27.8%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow13.4%
Key (black)67.8%
Color previews
#005247 text on a black background
contrast 2.30:1
Card sample
#005247 text on a white background
contrast 9.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #005247;
Background color
Panel with #005247 background
background-color: #005247;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #005247;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 82, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 82, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #005247; background: linear-gradient(135deg, #005247, #002652);