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