#05471a
a deep, electric green · cool · closest name: seagreen
RGB
5, 71, 26
HSL
139°, 87%, 15%
CMYK
93, 0, 63, 72
Luminance
0.0461
Every format
| HEX | #05471a |
| RGB | rgb(5, 71, 26) |
| HSL | hsl(139, 87%, 15%) |
| CMYK | cmyk(93%, 0%, 63%, 72%) |
| LAB | lab(25.6 -30.6 21.4) |
| LCH | lch(25.6 37.3 145.0) |
| OKLCH | oklch(0.348 0.097 148.2) |
Copy-ready code
/* CSS */
color: #05471a;
background-color: #05471a;
/* Tailwind (arbitrary) */
class="text-[#05471a] bg-[#05471a]"
/* SCSS */
$brand: #05471a;
/* SwiftUI */
Color(red: 0.020, green: 0.278, blue: 0.102)
/* Android */
Color.parseColor("#05471a")Accessibility — WCAG contrast
Aa
#05471a on white: 10.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#05471a on black: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.0%
Green27.8%
Blue10.2%
CMYK percentages
Cyan93.0%
Magenta0.0%
Yellow63.4%
Key (black)72.2%
Color previews
#05471a text on a black background
contrast 1.92:1
Card sample
#05471a text on a white background
contrast 10.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #05471a;
Background color
Panel with #05471a background
background-color: #05471a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #05471a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(5, 71, 26, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(5, 71, 26, 0.45);
Border & gradient
Gradient panel
border: 3px solid #05471a; background: linear-gradient(135deg, #05471a, #054746);