#0a330a
a deep, vivid green · cool · closest name: darkslategray
RGB
10, 51, 10
HSL
120°, 67%, 12%
CMYK
80, 0, 80, 80
Luminance
0.0245
Every format
| HEX | #0a330a |
| RGB | rgb(10, 51, 10) |
| HSL | hsl(120, 67%, 12%) |
| CMYK | cmyk(80%, 0%, 80%, 80%) |
| LAB | lab(17.7 -23.8 20.7) |
| LCH | lch(17.7 31.5 139.0) |
| OKLCH | oklch(0.283 0.081 143.1) |
Copy-ready code
/* CSS */
color: #0a330a;
background-color: #0a330a;
/* Tailwind (arbitrary) */
class="text-[#0a330a] bg-[#0a330a]"
/* SCSS */
$brand: #0a330a;
/* SwiftUI */
Color(red: 0.039, green: 0.200, blue: 0.039)
/* Android */
Color.parseColor("#0a330a")Accessibility — WCAG contrast
Aa
#0a330a on white: 14.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0a330a on black: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.9%
Green20.0%
Blue3.9%
CMYK percentages
Cyan80.4%
Magenta0.0%
Yellow80.4%
Key (black)80.0%
Color previews
#0a330a text on a black background
contrast 1.49:1
Card sample
#0a330a text on a white background
contrast 14.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0a330a;
Background color
Panel with #0a330a background
background-color: #0a330a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0a330a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(10, 51, 10, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(10, 51, 10, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0a330a; background: linear-gradient(135deg, #0a330a, #0A3325);