#001b01
a deep, electric green · cool · closest name: black
RGB
0, 27, 1
HSL
122°, 100%, 5%
CMYK
100, 0, 96, 89
Luminance
0.0079
Every format
| HEX | #001b01 |
| RGB | rgb(0, 27, 1) |
| HSL | hsl(122, 100%, 5%) |
| CMYK | cmyk(100%, 0%, 96%, 89%) |
| LAB | lab(7.1 -14.3 10.0) |
| LCH | lch(7.1 17.4 145.2) |
| OKLCH | oklch(0.193 0.063 143.5) |
Copy-ready code
/* CSS */
color: #001b01;
background-color: #001b01;
/* Tailwind (arbitrary) */
class="text-[#001b01] bg-[#001b01]"
/* SCSS */
$brand: #001b01;
/* SwiftUI */
Color(red: 0.000, green: 0.106, blue: 0.004)
/* Android */
Color.parseColor("#001b01")Accessibility — WCAG contrast
Aa
#001b01 on white: 18.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#001b01 on black: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green10.6%
Blue0.4%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow96.3%
Key (black)89.4%
Color previews
#001b01 text on a black background
contrast 1.16:1
Card sample
#001b01 text on a white background
contrast 18.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #001b01;
Background color
Panel with #001b01 background
background-color: #001b01;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #001b01;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 27, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 27, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #001b01; background: linear-gradient(135deg, #001b01, #001B13);