#056521
a deep, electric green · cool · closest name: seagreen
RGB
5, 101, 33
HSL
138°, 91%, 21%
CMYK
95, 0, 67, 60
Luminance
0.0945
Every format
| HEX | #056521 |
| RGB | rgb(5, 101, 33) |
| HSL | hsl(138, 91%, 21%) |
| CMYK | cmyk(95%, 0%, 67%, 60%) |
| LAB | lab(36.8 -40.5 30.7) |
| LCH | lch(36.8 50.8 142.9) |
| OKLCH | oklch(0.442 0.130 146.6) |
Copy-ready code
/* CSS */
color: #056521;
background-color: #056521;
/* Tailwind (arbitrary) */
class="text-[#056521] bg-[#056521]"
/* SCSS */
$brand: #056521;
/* SwiftUI */
Color(red: 0.020, green: 0.396, blue: 0.129)
/* Android */
Color.parseColor("#056521")Accessibility — WCAG contrast
Aa
#056521 on white: 7.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#056521 on black: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.0%
Green39.6%
Blue12.9%
CMYK percentages
Cyan95.0%
Magenta0.0%
Yellow67.3%
Key (black)60.4%
Color previews
#056521 text on a black background
contrast 2.89:1
Card sample
#056521 text on a white background
contrast 7.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #056521;
Background color
Panel with #056521 background
background-color: #056521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #056521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(5, 101, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(5, 101, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #056521; background: linear-gradient(135deg, #056521, #056561);