#021c0a
a deep, electric green · cool · closest name: black
RGB
2, 28, 10
HSL
139°, 87%, 6%
CMYK
93, 0, 64, 89
Luminance
0.0087
Every format
| HEX | #021c0a |
| RGB | rgb(2, 28, 10) |
| HSL | hsl(139, 87%, 6%) |
| CMYK | cmyk(93%, 0%, 64%, 89%) |
| LAB | lab(7.8 -13.4 7.3) |
| LCH | lch(7.8 15.3 151.3) |
| OKLCH | oklch(0.200 0.049 151.5) |
Copy-ready code
/* CSS */
color: #021c0a;
background-color: #021c0a;
/* Tailwind (arbitrary) */
class="text-[#021c0a] bg-[#021c0a]"
/* SCSS */
$brand: #021c0a;
/* SwiftUI */
Color(red: 0.008, green: 0.110, blue: 0.039)
/* Android */
Color.parseColor("#021c0a")Accessibility — WCAG contrast
Aa
#021c0a on white: 17.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#021c0a on black: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green11.0%
Blue3.9%
CMYK percentages
Cyan92.9%
Magenta0.0%
Yellow64.3%
Key (black)89.0%
Color previews
#021c0a text on a black background
contrast 1.17:1
Card sample
#021c0a text on a white background
contrast 17.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #021c0a;
Background color
Panel with #021c0a background
background-color: #021c0a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #021c0a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 28, 10, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 28, 10, 0.45);
Border & gradient
Gradient panel
border: 3px solid #021c0a; background: linear-gradient(135deg, #021c0a, #021C1B);