#000f02
a deep, electric green · cool · closest name: black
RGB
0, 15, 2
HSL
128°, 100%, 3%
CMYK
100, 0, 87, 94
Luminance
0.0035
Every format
| HEX | #000f02 |
| RGB | rgb(0, 15, 2) |
| HSL | hsl(128, 100%, 3%) |
| CMYK | cmyk(100%, 0%, 87%, 94%) |
| LAB | lab(3.1 -6.0 3.8) |
| LCH | lch(3.1 7.1 148.1) |
| OKLCH | oklch(0.147 0.043 147.4) |
Copy-ready code
/* CSS */
color: #000f02;
background-color: #000f02;
/* Tailwind (arbitrary) */
class="text-[#000f02] bg-[#000f02]"
/* SCSS */
$brand: #000f02;
/* SwiftUI */
Color(red: 0.000, green: 0.059, blue: 0.008)
/* Android */
Color.parseColor("#000f02")Accessibility — WCAG contrast
Aa
#000f02 on white: 19.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#000f02 on black: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green5.9%
Blue0.8%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow86.7%
Key (black)94.1%
Color previews
#000f02 text on a black background
contrast 1.07:1
Card sample
#000f02 text on a white background
contrast 19.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #000f02;
Background color
Panel with #000f02 background
background-color: #000f02;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #000f02;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 15, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 15, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #000f02; background: linear-gradient(135deg, #000f02, #000F0C);