#010902
a deep, electric green · cool · closest name: black
RGB
1, 9, 2
HSL
128°, 80%, 2%
CMYK
89, 0, 78, 97
Luminance
0.0021
Every format
| HEX | #010902 |
| RGB | rgb(1, 9, 2) |
| HSL | hsl(128, 80%, 2%) |
| CMYK | cmyk(89%, 0%, 78%, 97%) |
| LAB | lab(1.9 -3.1 1.9) |
| LCH | lch(1.9 3.6 148.1) |
| OKLCH | oklch(0.124 0.030 147.7) |
Copy-ready code
/* CSS */
color: #010902;
background-color: #010902;
/* Tailwind (arbitrary) */
class="text-[#010902] bg-[#010902]"
/* SCSS */
$brand: #010902;
/* SwiftUI */
Color(red: 0.004, green: 0.035, blue: 0.008)
/* Android */
Color.parseColor("#010902")Accessibility — WCAG contrast
Aa
#010902 on white: 20.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#010902 on black: 1.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.4%
Green3.5%
Blue0.8%
CMYK percentages
Cyan88.9%
Magenta0.0%
Yellow77.8%
Key (black)96.5%
Color previews
#010902 text on a black background
contrast 1.04:1
Card sample
#010902 text on a white background
contrast 20.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #010902;
Background color
Panel with #010902 background
background-color: #010902;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #010902;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(1, 9, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(1, 9, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #010902; background: linear-gradient(135deg, #010902, #010907);