#031c0d
a deep, electric green · cool · closest name: black
RGB
3, 28, 13
HSL
144°, 81%, 6%
CMYK
89, 0, 54, 89
Luminance
0.0088
Every format
| HEX | #031c0d |
| RGB | rgb(3, 28, 13) |
| HSL | hsl(144, 81%, 6%) |
| CMYK | cmyk(89%, 0%, 54%, 89%) |
| LAB | lab(7.9 -12.7 6.2) |
| LCH | lch(7.9 14.1 153.9) |
| OKLCH | oklch(0.201 0.044 154.8) |
Copy-ready code
/* CSS */
color: #031c0d;
background-color: #031c0d;
/* Tailwind (arbitrary) */
class="text-[#031c0d] bg-[#031c0d]"
/* SCSS */
$brand: #031c0d;
/* SwiftUI */
Color(red: 0.012, green: 0.110, blue: 0.051)
/* Android */
Color.parseColor("#031c0d")Accessibility — WCAG contrast
Aa
#031c0d on white: 17.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#031c0d on black: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green11.0%
Blue5.1%
CMYK percentages
Cyan89.3%
Magenta0.0%
Yellow53.6%
Key (black)89.0%
Color previews
#031c0d text on a black background
contrast 1.18:1
Card sample
#031c0d text on a white background
contrast 17.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #031c0d;
Background color
Panel with #031c0d background
background-color: #031c0d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #031c0d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 28, 13, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 28, 13, 0.45);
Border & gradient
Gradient panel
border: 3px solid #031c0d; background: linear-gradient(135deg, #031c0d, #031A1C);