#0a220e
a deep, vivid green · cool · closest name: black
RGB
10, 34, 14
HSL
130°, 55%, 9%
CMYK
71, 0, 59, 87
Luminance
0.0124
Every format
| HEX | #0a220e |
| RGB | rgb(10, 34, 14) |
| HSL | hsl(130, 55%, 9%) |
| CMYK | cmyk(71%, 0%, 59%, 87%) |
| LAB | lab(10.8 -15.0 9.9) |
| LCH | lch(10.8 18.0 146.4) |
| OKLCH | oklch(0.226 0.049 147.2) |
Copy-ready code
/* CSS */
color: #0a220e;
background-color: #0a220e;
/* Tailwind (arbitrary) */
class="text-[#0a220e] bg-[#0a220e]"
/* SCSS */
$brand: #0a220e;
/* SwiftUI */
Color(red: 0.039, green: 0.133, blue: 0.055)
/* Android */
Color.parseColor("#0a220e")Accessibility — WCAG contrast
Aa
#0a220e on white: 16.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0a220e on black: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.9%
Green13.3%
Blue5.5%
CMYK percentages
Cyan70.6%
Magenta0.0%
Yellow58.8%
Key (black)86.7%
Color previews
#0a220e text on a black background
contrast 1.25:1
Card sample
#0a220e text on a white background
contrast 16.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0a220e;
Background color
Panel with #0a220e background
background-color: #0a220e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0a220e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(10, 34, 14, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(10, 34, 14, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0a220e; background: linear-gradient(135deg, #0a220e, #0A221E);