#021c00
a deep, electric green · cool · closest name: black
RGB
2, 28, 0
HSL
116°, 100%, 6%
CMYK
93, 0, 100, 89
Luminance
0.0084
Every format
| HEX | #021c00 |
| RGB | rgb(2, 28, 0) |
| HSL | hsl(116, 100%, 6%) |
| CMYK | cmyk(93%, 0%, 100%, 89%) |
| LAB | lab(7.6 -14.8 11.1) |
| LCH | lch(7.6 18.5 143.0) |
| OKLCH | oklch(0.198 0.065 140.9) |
Copy-ready code
/* CSS */
color: #021c00;
background-color: #021c00;
/* Tailwind (arbitrary) */
class="text-[#021c00] bg-[#021c00]"
/* SCSS */
$brand: #021c00;
/* SwiftUI */
Color(red: 0.008, green: 0.110, blue: 0.000)
/* Android */
Color.parseColor("#021c00")Accessibility — WCAG contrast
Aa
#021c00 on white: 17.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#021c00 on black: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green11.0%
Blue0.0%
CMYK percentages
Cyan92.9%
Magenta0.0%
Yellow100.0%
Key (black)89.0%
Color previews
#021c00 text on a black background
contrast 1.17:1
Card sample
#021c00 text on a white background
contrast 17.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #021c00;
Background color
Panel with #021c00 background
background-color: #021c00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #021c00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 28, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 28, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #021c00; background: linear-gradient(135deg, #021c00, #001C11);