#0a0f02
a deep, electric green · cool · closest name: black
RGB
10, 15, 2
HSL
83°, 77%, 3%
CMYK
33, 0, 87, 94
Luminance
0.0041
Every format
| HEX | #0a0f02 |
| RGB | rgb(10, 15, 2) |
| HSL | hsl(83, 77%, 3%) |
| CMYK | cmyk(33%, 0%, 87%, 94%) |
| LAB | lab(3.7 -3.4 4.7) |
| LCH | lch(3.7 5.8 126.1) |
| OKLCH | oklch(0.158 0.032 124.1) |
Copy-ready code
/* CSS */
color: #0a0f02;
background-color: #0a0f02;
/* Tailwind (arbitrary) */
class="text-[#0a0f02] bg-[#0a0f02]"
/* SCSS */
$brand: #0a0f02;
/* SwiftUI */
Color(red: 0.039, green: 0.059, blue: 0.008)
/* Android */
Color.parseColor("#0a0f02")Accessibility — WCAG contrast
Aa
#0a0f02 on white: 19.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0a0f02 on black: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.9%
Green5.9%
Blue0.8%
CMYK percentages
Cyan33.3%
Magenta0.0%
Yellow86.7%
Key (black)94.1%
Color previews
#0a0f02 text on a black background
contrast 1.08:1
Card sample
#0a0f02 text on a white background
contrast 19.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0a0f02;
Background color
Panel with #0a0f02 background
background-color: #0a0f02;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0a0f02;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(10, 15, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(10, 15, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0a0f02; background: linear-gradient(135deg, #0a0f02, #020F03);