#102002
a deep, electric green · cool · closest name: black
RGB
16, 32, 2
HSL
92°, 88%, 7%
CMYK
50, 0, 94, 88
Luminance
0.0115
Every format
| HEX | #102002 |
| RGB | rgb(16, 32, 2) |
| HSL | hsl(92, 88%, 7%) |
| CMYK | cmyk(50%, 0%, 94%, 88%) |
| LAB | lab(10.2 -13.4 14.1) |
| LCH | lch(10.2 19.5 133.7) |
| OKLCH | oklch(0.221 0.057 132.4) |
Copy-ready code
/* CSS */
color: #102002;
background-color: #102002;
/* Tailwind (arbitrary) */
class="text-[#102002] bg-[#102002]"
/* SCSS */
$brand: #102002;
/* SwiftUI */
Color(red: 0.063, green: 0.125, blue: 0.008)
/* Android */
Color.parseColor("#102002")Accessibility — WCAG contrast
Aa
#102002 on white: 17.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#102002 on black: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.3%
Green12.5%
Blue0.8%
CMYK percentages
Cyan50.0%
Magenta0.0%
Yellow93.8%
Key (black)87.5%
Color previews
#102002 text on a black background
contrast 1.23:1
Card sample
#102002 text on a white background
contrast 17.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #102002;
Background color
Panel with #102002 background
background-color: #102002;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #102002;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(16, 32, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(16, 32, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #102002; background: linear-gradient(135deg, #102002, #022008);