#021307
a deep, electric green · cool · closest name: black
RGB
2, 19, 7
HSL
138°, 81%, 4%
CMYK
90, 0, 63, 93
Luminance
0.0049
Every format
| HEX | #021307 |
| RGB | rgb(2, 19, 7) |
| HSL | hsl(138, 81%, 4%) |
| CMYK | cmyk(90%, 0%, 63%, 93%) |
| LAB | lab(4.5 -7.1 3.7) |
| LCH | lch(4.5 8.0 152.6) |
| OKLCH | oklch(0.166 0.037 153.2) |
Copy-ready code
/* CSS */
color: #021307;
background-color: #021307;
/* Tailwind (arbitrary) */
class="text-[#021307] bg-[#021307]"
/* SCSS */
$brand: #021307;
/* SwiftUI */
Color(red: 0.008, green: 0.075, blue: 0.027)
/* Android */
Color.parseColor("#021307")Accessibility — WCAG contrast
Aa
#021307 on white: 19.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#021307 on black: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green7.5%
Blue2.7%
CMYK percentages
Cyan89.5%
Magenta0.0%
Yellow63.2%
Key (black)92.5%
Color previews
#021307 text on a black background
contrast 1.10:1
Card sample
#021307 text on a white background
contrast 19.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #021307;
Background color
Panel with #021307 background
background-color: #021307;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #021307;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 19, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 19, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #021307; background: linear-gradient(135deg, #021307, #021312);