#004d38
a deep, electric cyan · cool · closest name: darkslategray
RGB
0, 77, 56
HSL
164°, 100%, 15%
CMYK
100, 0, 27, 70
Luminance
0.0559
Every format
| HEX | #004d38 |
| RGB | rgb(0, 77, 56) |
| HSL | hsl(164, 100%, 15%) |
| CMYK | cmyk(100%, 0%, 27%, 70%) |
| LAB | lab(28.4 -27.0 6.6) |
| LCH | lch(28.4 27.8 166.2) |
| OKLCH | oklch(0.373 0.076 167.2) |
Copy-ready code
/* CSS */
color: #004d38;
background-color: #004d38;
/* Tailwind (arbitrary) */
class="text-[#004d38] bg-[#004d38]"
/* SCSS */
$brand: #004d38;
/* SwiftUI */
Color(red: 0.000, green: 0.302, blue: 0.220)
/* Android */
Color.parseColor("#004d38")Accessibility — WCAG contrast
Aa
#004d38 on white: 9.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#004d38 on black: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green30.2%
Blue22.0%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow27.3%
Key (black)69.8%
Color previews
#004d38 text on a black background
contrast 2.12:1
Card sample
#004d38 text on a white background
contrast 9.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #004d38;
Background color
Panel with #004d38 background
background-color: #004d38;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #004d38;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 77, 56, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 77, 56, 0.45);
Border & gradient
Gradient panel
border: 3px solid #004d38; background: linear-gradient(135deg, #004d38, #002F4D);