#003011
a deep, electric green · cool · closest name: darkslategray
RGB
0, 48, 17
HSL
141°, 100%, 9%
CMYK
100, 0, 65, 81
Luminance
0.0215
Every format
| HEX | #003011 |
| RGB | rgb(0, 48, 17) |
| HSL | hsl(141, 100%, 9%) |
| CMYK | cmyk(100%, 0%, 65%, 81%) |
| LAB | lab(16.3 -24.1 15.4) |
| LCH | lch(16.3 28.6 147.4) |
| OKLCH | oklch(0.270 0.074 150.0) |
Copy-ready code
/* CSS */
color: #003011;
background-color: #003011;
/* Tailwind (arbitrary) */
class="text-[#003011] bg-[#003011]"
/* SCSS */
$brand: #003011;
/* SwiftUI */
Color(red: 0.000, green: 0.188, blue: 0.067)
/* Android */
Color.parseColor("#003011")Accessibility — WCAG contrast
Aa
#003011 on white: 14.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#003011 on black: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green18.8%
Blue6.7%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow64.6%
Key (black)81.2%
Color previews
#003011 text on a black background
contrast 1.43:1
Card sample
#003011 text on a white background
contrast 14.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #003011;
Background color
Panel with #003011 background
background-color: #003011;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #003011;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 48, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 48, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #003011; background: linear-gradient(135deg, #003011, #002F30);