#0a3e21
a deep, vivid green · cool · closest name: darkslategray
RGB
10, 62, 33
HSL
147°, 72%, 14%
CMYK
84, 0, 47, 76
Luminance
0.0362
Every format
| HEX | #0a3e21 |
| RGB | rgb(10, 62, 33) |
| HSL | hsl(147, 72%, 14%) |
| CMYK | cmyk(84%, 0%, 47%, 76%) |
| LAB | lab(22.4 -24.6 13.2) |
| LCH | lch(22.4 27.9 151.9) |
| OKLCH | oklch(0.322 0.074 153.7) |
Copy-ready code
/* CSS */
color: #0a3e21;
background-color: #0a3e21;
/* Tailwind (arbitrary) */
class="text-[#0a3e21] bg-[#0a3e21]"
/* SCSS */
$brand: #0a3e21;
/* SwiftUI */
Color(red: 0.039, green: 0.243, blue: 0.129)
/* Android */
Color.parseColor("#0a3e21")Accessibility — WCAG contrast
Aa
#0a3e21 on white: 12.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0a3e21 on black: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.9%
Green24.3%
Blue12.9%
CMYK percentages
Cyan83.9%
Magenta0.0%
Yellow46.8%
Key (black)75.7%
Color previews
#0a3e21 text on a black background
contrast 1.72:1
Card sample
#0a3e21 text on a white background
contrast 12.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0a3e21;
Background color
Panel with #0a3e21 background
background-color: #0a3e21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0a3e21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(10, 62, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(10, 62, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0a3e21; background: linear-gradient(135deg, #0a3e21, #0A383E);