#03120b
a deep, vivid green · cool · closest name: black
RGB
3, 18, 11
HSL
152°, 71%, 4%
CMYK
83, 0, 39, 93
Luminance
0.0048
Every format
| HEX | #03120b |
| RGB | rgb(3, 18, 11) |
| HSL | hsl(152, 71%, 4%) |
| CMYK | cmyk(83%, 0%, 39%, 93%) |
| LAB | lab(4.3 -5.7 1.8) |
| LCH | lch(4.3 5.9 162.3) |
| OKLCH | oklch(0.165 0.028 163.9) |
Copy-ready code
/* CSS */
color: #03120b;
background-color: #03120b;
/* Tailwind (arbitrary) */
class="text-[#03120b] bg-[#03120b]"
/* SCSS */
$brand: #03120b;
/* SwiftUI */
Color(red: 0.012, green: 0.071, blue: 0.043)
/* Android */
Color.parseColor("#03120b")Accessibility — WCAG contrast
Aa
#03120b on white: 19.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#03120b on black: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green7.1%
Blue4.3%
CMYK percentages
Cyan83.3%
Magenta0.0%
Yellow38.9%
Key (black)92.9%
Color previews
#03120b text on a black background
contrast 1.10:1
Card sample
#03120b text on a white background
contrast 19.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #03120b;
Background color
Panel with #03120b background
background-color: #03120b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #03120b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 18, 11, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 18, 11, 0.45);
Border & gradient
Gradient panel
border: 3px solid #03120b; background: linear-gradient(135deg, #03120b, #030F12);