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