#061002
a deep, electric green · cool · closest name: black
RGB
6, 16, 2
HSL
103°, 78%, 4%
CMYK
63, 0, 88, 94
Luminance
0.0041
Every format
| HEX | #061002 |
| RGB | rgb(6, 16, 2) |
| HSL | hsl(103, 78%, 4%) |
| CMYK | cmyk(63%, 0%, 88%, 94%) |
| LAB | lab(3.7 -5.0 4.7) |
| LCH | lch(3.7 6.8 136.8) |
| OKLCH | oklch(0.157 0.037 134.9) |
Copy-ready code
/* CSS */
color: #061002;
background-color: #061002;
/* Tailwind (arbitrary) */
class="text-[#061002] bg-[#061002]"
/* SCSS */
$brand: #061002;
/* SwiftUI */
Color(red: 0.024, green: 0.063, blue: 0.008)
/* Android */
Color.parseColor("#061002")Accessibility — WCAG contrast
Aa
#061002 on white: 19.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#061002 on black: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.4%
Green6.3%
Blue0.8%
CMYK percentages
Cyan62.5%
Magenta0.0%
Yellow87.5%
Key (black)93.7%
Color previews
#061002 text on a black background
contrast 1.08:1
Card sample
#061002 text on a white background
contrast 19.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #061002;
Background color
Panel with #061002 background
background-color: #061002;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #061002;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(6, 16, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(6, 16, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #061002; background: linear-gradient(135deg, #061002, #021007);