#052613
a deep, electric green · cool · closest name: black
RGB
5, 38, 19
HSL
146°, 77%, 8%
CMYK
87, 0, 50, 85
Luminance
0.0147
Every format
| HEX | #052613 |
| RGB | rgb(5, 38, 19) |
| HSL | hsl(146, 77%, 8%) |
| CMYK | cmyk(87%, 0%, 50%, 85%) |
| LAB | lab(12.4 -17.6 9.2) |
| LCH | lch(12.4 19.9 152.6) |
| OKLCH | oklch(0.239 0.053 154.2) |
Copy-ready code
/* CSS */
color: #052613;
background-color: #052613;
/* Tailwind (arbitrary) */
class="text-[#052613] bg-[#052613]"
/* SCSS */
$brand: #052613;
/* SwiftUI */
Color(red: 0.020, green: 0.149, blue: 0.075)
/* Android */
Color.parseColor("#052613")Accessibility — WCAG contrast
Aa
#052613 on white: 16.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#052613 on black: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.0%
Green14.9%
Blue7.5%
CMYK percentages
Cyan86.8%
Magenta0.0%
Yellow50.0%
Key (black)85.1%
Color previews
#052613 text on a black background
contrast 1.29:1
Card sample
#052613 text on a white background
contrast 16.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #052613;
Background color
Panel with #052613 background
background-color: #052613;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #052613;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(5, 38, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(5, 38, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #052613; background: linear-gradient(135deg, #052613, #052326);