#111402
a deep, electric green · cool · closest name: black
RGB
17, 20, 2
HSL
70°, 82%, 4%
CMYK
15, 0, 90, 92
Luminance
0.0062
Every format
| HEX | #111402 |
| RGB | rgb(17, 20, 2) |
| HSL | hsl(70, 82%, 4%) |
| CMYK | cmyk(15%, 0%, 90%, 92%) |
| LAB | lab(5.6 -4.1 7.5) |
| LCH | lch(5.6 8.6 118.7) |
| OKLCH | oklch(0.182 0.036 117.0) |
Copy-ready code
/* CSS */
color: #111402;
background-color: #111402;
/* Tailwind (arbitrary) */
class="text-[#111402] bg-[#111402]"
/* SCSS */
$brand: #111402;
/* SwiftUI */
Color(red: 0.067, green: 0.078, blue: 0.008)
/* Android */
Color.parseColor("#111402")Accessibility — WCAG contrast
Aa
#111402 on white: 18.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#111402 on black: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green7.8%
Blue0.8%
CMYK percentages
Cyan15.0%
Magenta0.0%
Yellow90.0%
Key (black)92.2%
Color previews
#111402 text on a black background
contrast 1.12:1
Card sample
#111402 text on a white background
contrast 18.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #111402;
Background color
Panel with #111402 background
background-color: #111402;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #111402;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 20, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 20, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #111402; background: linear-gradient(135deg, #111402, #051402);