#004123
a deep, electric green · cool · closest name: darkslategray
RGB
0, 65, 35
HSL
152°, 100%, 13%
CMYK
100, 0, 46, 75
Luminance
0.0390
Every format
| HEX | #004123 |
| RGB | rgb(0, 65, 35) |
| HSL | hsl(152, 100%, 13%) |
| CMYK | cmyk(100%, 0%, 46%, 75%) |
| LAB | lab(23.3 -27.2 13.1) |
| LCH | lch(23.3 30.2 154.2) |
| OKLCH | oklch(0.330 0.080 155.9) |
Copy-ready code
/* CSS */
color: #004123;
background-color: #004123;
/* Tailwind (arbitrary) */
class="text-[#004123] bg-[#004123]"
/* SCSS */
$brand: #004123;
/* SwiftUI */
Color(red: 0.000, green: 0.255, blue: 0.137)
/* Android */
Color.parseColor("#004123")Accessibility — WCAG contrast
Aa
#004123 on white: 11.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#004123 on black: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green25.5%
Blue13.7%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow46.2%
Key (black)74.5%
Color previews
#004123 text on a black background
contrast 1.78:1
Card sample
#004123 text on a white background
contrast 11.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #004123;
Background color
Panel with #004123 background
background-color: #004123;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #004123;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 65, 35, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 65, 35, 0.45);
Border & gradient
Gradient panel
border: 3px solid #004123; background: linear-gradient(135deg, #004123, #003341);