#045021
a deep, electric green · cool · closest name: seagreen
RGB
4, 80, 33
HSL
143°, 91%, 17%
CMYK
95, 0, 59, 69
Luminance
0.0587
Every format
| HEX | #045021 |
| RGB | rgb(4, 80, 33) |
| HSL | hsl(143, 91%, 17%) |
| CMYK | cmyk(95%, 0%, 59%, 69%) |
| LAB | lab(29.1 -33.0 21.6) |
| LCH | lch(29.1 39.5 146.8) |
| OKLCH | oklch(0.378 0.103 149.5) |
Copy-ready code
/* CSS */
color: #045021;
background-color: #045021;
/* Tailwind (arbitrary) */
class="text-[#045021] bg-[#045021]"
/* SCSS */
$brand: #045021;
/* SwiftUI */
Color(red: 0.016, green: 0.314, blue: 0.129)
/* Android */
Color.parseColor("#045021")Accessibility — WCAG contrast
Aa
#045021 on white: 9.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#045021 on black: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.6%
Green31.4%
Blue12.9%
CMYK percentages
Cyan95.0%
Magenta0.0%
Yellow58.8%
Key (black)68.6%
Color previews
#045021 text on a black background
contrast 2.17:1
Card sample
#045021 text on a white background
contrast 9.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #045021;
Background color
Panel with #045021 background
background-color: #045021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #045021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(4, 80, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(4, 80, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #045021; background: linear-gradient(135deg, #045021, #044C50);