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