#053300
a deep, electric green · cool · closest name: darkslategray
RGB
5, 51, 0
HSL
114°, 100%, 10%
CMYK
90, 0, 100, 80
Luminance
0.0240
Every format
| HEX | #053300 |
| RGB | rgb(5, 51, 0) |
| HSL | hsl(114, 100%, 10%) |
| CMYK | cmyk(90%, 0%, 100%, 80%) |
| LAB | lab(17.5 -26.3 24.4) |
| LCH | lch(17.5 35.9 137.1) |
| OKLCH | oklch(0.280 0.092 141.1) |
Copy-ready code
/* CSS */
color: #053300;
background-color: #053300;
/* Tailwind (arbitrary) */
class="text-[#053300] bg-[#053300]"
/* SCSS */
$brand: #053300;
/* SwiftUI */
Color(red: 0.020, green: 0.200, blue: 0.000)
/* Android */
Color.parseColor("#053300")Accessibility — WCAG contrast
Aa
#053300 on white: 14.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#053300 on black: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.0%
Green20.0%
Blue0.0%
CMYK percentages
Cyan90.2%
Magenta0.0%
Yellow100.0%
Key (black)80.0%
Color previews
#053300 text on a black background
contrast 1.48:1
Card sample
#053300 text on a white background
contrast 14.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #053300;
Background color
Panel with #053300 background
background-color: #053300;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #053300;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(5, 51, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(5, 51, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #053300; background: linear-gradient(135deg, #053300, #00331D);