#0a4729
a deep, electric green · cool · closest name: darkslategray
RGB
10, 71, 41
HSL
151°, 75%, 16%
CMYK
86, 0, 42, 72
Luminance
0.0473
Every format
| HEX | #0a4729 |
| RGB | rgb(10, 71, 41) |
| HSL | hsl(151, 75%, 16%) |
| CMYK | cmyk(86%, 0%, 42%, 72%) |
| LAB | lab(25.9 -26.8 12.8) |
| LCH | lch(25.9 29.7 154.4) |
| OKLCH | oklch(0.352 0.079 156.0) |
Copy-ready code
/* CSS */
color: #0a4729;
background-color: #0a4729;
/* Tailwind (arbitrary) */
class="text-[#0a4729] bg-[#0a4729]"
/* SCSS */
$brand: #0a4729;
/* SwiftUI */
Color(red: 0.039, green: 0.278, blue: 0.161)
/* Android */
Color.parseColor("#0a4729")Accessibility — WCAG contrast
Aa
#0a4729 on white: 10.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0a4729 on black: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.9%
Green27.8%
Blue16.1%
CMYK percentages
Cyan85.9%
Magenta0.0%
Yellow42.3%
Key (black)72.2%
Color previews
#0a4729 text on a black background
contrast 1.95:1
Card sample
#0a4729 text on a white background
contrast 10.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0a4729;
Background color
Panel with #0a4729 background
background-color: #0a4729;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0a4729;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(10, 71, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(10, 71, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0a4729; background: linear-gradient(135deg, #0a4729, #0A3C47);