#0a471f
a deep, electric green · cool · closest name: seagreen
RGB
10, 71, 31
HSL
141°, 75%, 16%
CMYK
86, 0, 56, 72
Luminance
0.0467
Every format
| HEX | #0a471f |
| RGB | rgb(10, 71, 31) |
| HSL | hsl(141, 75%, 16%) |
| CMYK | cmyk(86%, 0%, 56%, 72%) |
| LAB | lab(25.8 -28.9 18.7) |
| LCH | lch(25.8 34.5 147.0) |
| OKLCH | oklch(0.350 0.090 149.7) |
Copy-ready code
/* CSS */
color: #0a471f;
background-color: #0a471f;
/* Tailwind (arbitrary) */
class="text-[#0a471f] bg-[#0a471f]"
/* SCSS */
$brand: #0a471f;
/* SwiftUI */
Color(red: 0.039, green: 0.278, blue: 0.122)
/* Android */
Color.parseColor("#0a471f")Accessibility — WCAG contrast
Aa
#0a471f on white: 10.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0a471f on black: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.9%
Green27.8%
Blue12.2%
CMYK percentages
Cyan85.9%
Magenta0.0%
Yellow56.3%
Key (black)72.2%
Color previews
#0a471f text on a black background
contrast 1.93:1
Card sample
#0a471f text on a white background
contrast 10.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0a471f;
Background color
Panel with #0a471f background
background-color: #0a471f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0a471f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(10, 71, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(10, 71, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0a471f; background: linear-gradient(135deg, #0a471f, #0A4647);