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