#001106
a deep, electric green · cool · closest name: black
RGB
0, 17, 6
HSL
141°, 100%, 3%
CMYK
100, 0, 65, 93
Luminance
0.0041
Every format
| HEX | #001106 |
| RGB | rgb(0, 17, 6) |
| HSL | hsl(141, 100%, 3%) |
| CMYK | cmyk(100%, 0%, 65%, 93%) |
| LAB | lab(3.7 -6.6 3.0) |
| LCH | lch(3.7 7.2 155.3) |
| OKLCH | oklch(0.156 0.038 156.3) |
Copy-ready code
/* CSS */
color: #001106;
background-color: #001106;
/* Tailwind (arbitrary) */
class="text-[#001106] bg-[#001106]"
/* SCSS */
$brand: #001106;
/* SwiftUI */
Color(red: 0.000, green: 0.067, blue: 0.024)
/* Android */
Color.parseColor("#001106")Accessibility — WCAG contrast
Aa
#001106 on white: 19.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#001106 on black: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green6.7%
Blue2.4%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow64.7%
Key (black)93.3%
Color previews
#001106 text on a black background
contrast 1.08:1
Card sample
#001106 text on a white background
contrast 19.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #001106;
Background color
Panel with #001106 background
background-color: #001106;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #001106;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 17, 6, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 17, 6, 0.45);
Border & gradient
Gradient panel
border: 3px solid #001106; background: linear-gradient(135deg, #001106, #001011);