#054724
a deep, electric green · cool · closest name: darkslategray
RGB
5, 71, 36
HSL
148°, 87%, 15%
CMYK
93, 0, 49, 72
Luminance
0.0467
Every format
| HEX | #054724 |
| RGB | rgb(5, 71, 36) |
| HSL | hsl(148, 87%, 15%) |
| CMYK | cmyk(93%, 0%, 49%, 72%) |
| LAB | lab(25.8 -28.7 15.7) |
| LCH | lch(25.8 32.7 151.3) |
| OKLCH | oklch(0.350 0.086 153.3) |
Copy-ready code
/* CSS */
color: #054724;
background-color: #054724;
/* Tailwind (arbitrary) */
class="text-[#054724] bg-[#054724]"
/* SCSS */
$brand: #054724;
/* SwiftUI */
Color(red: 0.020, green: 0.278, blue: 0.141)
/* Android */
Color.parseColor("#054724")Accessibility — WCAG contrast
Aa
#054724 on white: 10.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#054724 on black: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.0%
Green27.8%
Blue14.1%
CMYK percentages
Cyan93.0%
Magenta0.0%
Yellow49.3%
Key (black)72.2%
Color previews
#054724 text on a black background
contrast 1.93:1
Card sample
#054724 text on a white background
contrast 10.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #054724;
Background color
Panel with #054724 background
background-color: #054724;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #054724;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(5, 71, 36, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(5, 71, 36, 0.45);
Border & gradient
Gradient panel
border: 3px solid #054724; background: linear-gradient(135deg, #054724, #053E47);