#0a4214
a deep, vivid green · cool · closest name: seagreen
RGB
10, 66, 20
HSL
131°, 74%, 15%
CMYK
85, 0, 70, 74
Luminance
0.0401
Every format
| HEX | #0a4214 |
| RGB | rgb(10, 66, 20) |
| HSL | hsl(131, 74%, 15%) |
| CMYK | cmyk(85%, 0%, 70%, 74%) |
| LAB | lab(23.7 -28.7 22.5) |
| LCH | lch(23.7 36.5 141.9) |
| OKLCH | oklch(0.333 0.094 145.7) |
Copy-ready code
/* CSS */
color: #0a4214;
background-color: #0a4214;
/* Tailwind (arbitrary) */
class="text-[#0a4214] bg-[#0a4214]"
/* SCSS */
$brand: #0a4214;
/* SwiftUI */
Color(red: 0.039, green: 0.259, blue: 0.078)
/* Android */
Color.parseColor("#0a4214")Accessibility — WCAG contrast
Aa
#0a4214 on white: 11.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0a4214 on black: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.9%
Green25.9%
Blue7.8%
CMYK percentages
Cyan84.8%
Magenta0.0%
Yellow69.7%
Key (black)74.1%
Color previews
#0a4214 text on a black background
contrast 1.80:1
Card sample
#0a4214 text on a white background
contrast 11.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0a4214;
Background color
Panel with #0a4214 background
background-color: #0a4214;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0a4214;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(10, 66, 20, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(10, 66, 20, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0a4214; background: linear-gradient(135deg, #0a4214, #0A4239);