#0a720d
a deep, electric green · cool · closest name: forestgreen
RGB
10, 114, 13
HSL
122°, 84%, 24%
CMYK
91, 0, 89, 55
Luminance
0.1213
Every format
| HEX | #0a720d |
| RGB | rgb(10, 114, 13) |
| HSL | hsl(122, 84%, 24%) |
| CMYK | cmyk(91%, 0%, 89%, 55%) |
| LAB | lab(41.4 -46.1 43.0) |
| LCH | lch(41.4 63.0 137.0) |
| OKLCH | oklch(0.480 0.157 142.8) |
Copy-ready code
/* CSS */
color: #0a720d;
background-color: #0a720d;
/* Tailwind (arbitrary) */
class="text-[#0a720d] bg-[#0a720d]"
/* SCSS */
$brand: #0a720d;
/* SwiftUI */
Color(red: 0.039, green: 0.447, blue: 0.051)
/* Android */
Color.parseColor("#0a720d")Accessibility — WCAG contrast
Aa
#0a720d on white: 6.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0a720d on black: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.9%
Green44.7%
Blue5.1%
CMYK percentages
Cyan91.2%
Magenta0.0%
Yellow88.6%
Key (black)55.3%
Color previews
#0a720d text on a black background
contrast 3.43:1
Card sample
#0a720d text on a white background
contrast 6.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0a720d;
Background color
Panel with #0a720d background
background-color: #0a720d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0a720d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(10, 114, 13, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(10, 114, 13, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0a720d; background: linear-gradient(135deg, #0a720d, #0A7252);