#052900
a deep, electric green · cool · closest name: darkslategray
RGB
5, 41, 0
HSL
113°, 100%, 8%
CMYK
88, 0, 100, 84
Luminance
0.0162
Every format
| HEX | #052900 |
| RGB | rgb(5, 41, 0) |
| HSL | hsl(113, 100%, 8%) |
| CMYK | cmyk(88%, 0%, 100%, 84%) |
| LAB | lab(13.3 -22.5 19.2) |
| LCH | lch(13.3 29.5 139.5) |
| OKLCH | oklch(0.246 0.080 140.5) |
Copy-ready code
/* CSS */
color: #052900;
background-color: #052900;
/* Tailwind (arbitrary) */
class="text-[#052900] bg-[#052900]"
/* SCSS */
$brand: #052900;
/* SwiftUI */
Color(red: 0.020, green: 0.161, blue: 0.000)
/* Android */
Color.parseColor("#052900")Accessibility — WCAG contrast
Aa
#052900 on white: 15.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#052900 on black: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.0%
Green16.1%
Blue0.0%
CMYK percentages
Cyan87.8%
Magenta0.0%
Yellow100.0%
Key (black)83.9%
Color previews
#052900 text on a black background
contrast 1.32:1
Card sample
#052900 text on a white background
contrast 15.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #052900;
Background color
Panel with #052900 background
background-color: #052900;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #052900;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(5, 41, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(5, 41, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #052900; background: linear-gradient(135deg, #052900, #002916);