#05420a
a deep, electric green · cool · closest name: seagreen
RGB
5, 66, 10
HSL
125°, 86%, 14%
CMYK
92, 0, 85, 74
Luminance
0.0395
Every format
| HEX | #05420a |
| RGB | rgb(5, 66, 10) |
| HSL | hsl(125, 86%, 14%) |
| CMYK | cmyk(92%, 0%, 85%, 74%) |
| LAB | lab(23.5 -30.8 27.1) |
| LCH | lch(23.5 41.0 138.7) |
| OKLCH | oklch(0.331 0.103 143.7) |
Copy-ready code
/* CSS */
color: #05420a;
background-color: #05420a;
/* Tailwind (arbitrary) */
class="text-[#05420a] bg-[#05420a]"
/* SCSS */
$brand: #05420a;
/* SwiftUI */
Color(red: 0.020, green: 0.259, blue: 0.039)
/* Android */
Color.parseColor("#05420a")Accessibility — WCAG contrast
Aa
#05420a on white: 11.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#05420a on black: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.0%
Green25.9%
Blue3.9%
CMYK percentages
Cyan92.4%
Magenta0.0%
Yellow84.8%
Key (black)74.1%
Color previews
#05420a text on a black background
contrast 1.79:1
Card sample
#05420a text on a white background
contrast 11.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #05420a;
Background color
Panel with #05420a background
background-color: #05420a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #05420a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(5, 66, 10, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(5, 66, 10, 0.45);
Border & gradient
Gradient panel
border: 3px solid #05420a; background: linear-gradient(135deg, #05420a, #054233);