#0a0d02
a deep, vivid green · cool · closest name: black
RGB
10, 13, 2
HSL
76°, 73%, 3%
CMYK
23, 0, 85, 95
Luminance
0.0036
Every format
| HEX | #0a0d02 |
| RGB | rgb(10, 13, 2) |
| HSL | hsl(76, 73%, 3%) |
| CMYK | cmyk(23%, 0%, 85%, 95%) |
| LAB | lab(3.2 -2.4 4.0) |
| LCH | lch(3.2 4.6 121.4) |
| OKLCH | oklch(0.151 0.028 119.5) |
Copy-ready code
/* CSS */
color: #0a0d02;
background-color: #0a0d02;
/* Tailwind (arbitrary) */
class="text-[#0a0d02] bg-[#0a0d02]"
/* SCSS */
$brand: #0a0d02;
/* SwiftUI */
Color(red: 0.039, green: 0.051, blue: 0.008)
/* Android */
Color.parseColor("#0a0d02")Accessibility — WCAG contrast
Aa
#0a0d02 on white: 19.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0a0d02 on black: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.9%
Green5.1%
Blue0.8%
CMYK percentages
Cyan23.1%
Magenta0.0%
Yellow84.6%
Key (black)94.9%
Color previews
#0a0d02 text on a black background
contrast 1.07:1
Card sample
#0a0d02 text on a white background
contrast 19.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0a0d02;
Background color
Panel with #0a0d02 background
background-color: #0a0d02;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0a0d02;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(10, 13, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(10, 13, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0a0d02; background: linear-gradient(135deg, #0a0d02, #030D02);