#052913
a deep, electric green · cool · closest name: darkslategray
RGB
5, 41, 19
HSL
143°, 78%, 9%
CMYK
88, 0, 54, 84
Luminance
0.0167
Every format
| HEX | #052913 |
| RGB | rgb(5, 41, 19) |
| HSL | hsl(143, 78%, 9%) |
| CMYK | cmyk(88%, 0%, 54%, 84%) |
| LAB | lab(13.6 -19.1 10.8) |
| LCH | lch(13.6 22.0 150.5) |
| OKLCH | oklch(0.249 0.058 152.5) |
Copy-ready code
/* CSS */
color: #052913;
background-color: #052913;
/* Tailwind (arbitrary) */
class="text-[#052913] bg-[#052913]"
/* SCSS */
$brand: #052913;
/* SwiftUI */
Color(red: 0.020, green: 0.161, blue: 0.075)
/* Android */
Color.parseColor("#052913")Accessibility — WCAG contrast
Aa
#052913 on white: 15.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#052913 on black: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.0%
Green16.1%
Blue7.5%
CMYK percentages
Cyan87.8%
Magenta0.0%
Yellow53.7%
Key (black)83.9%
Color previews
#052913 text on a black background
contrast 1.33:1
Card sample
#052913 text on a white background
contrast 15.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #052913;
Background color
Panel with #052913 background
background-color: #052913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #052913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(5, 41, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(5, 41, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #052913; background: linear-gradient(135deg, #052913, #052729);