#056321
a deep, electric green · cool · closest name: seagreen
RGB
5, 99, 33
HSL
138°, 90%, 20%
CMYK
95, 0, 67, 61
Luminance
0.0907
Every format
| HEX | #056321 |
| RGB | rgb(5, 99, 33) |
| HSL | hsl(138, 90%, 20%) |
| CMYK | cmyk(95%, 0%, 67%, 61%) |
| LAB | lab(36.1 -39.8 29.9) |
| LCH | lch(36.1 49.8 143.1) |
| OKLCH | oklch(0.436 0.128 146.8) |
Copy-ready code
/* CSS */
color: #056321;
background-color: #056321;
/* Tailwind (arbitrary) */
class="text-[#056321] bg-[#056321]"
/* SCSS */
$brand: #056321;
/* SwiftUI */
Color(red: 0.020, green: 0.388, blue: 0.129)
/* Android */
Color.parseColor("#056321")Accessibility — WCAG contrast
Aa
#056321 on white: 7.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#056321 on black: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.0%
Green38.8%
Blue12.9%
CMYK percentages
Cyan94.9%
Magenta0.0%
Yellow66.7%
Key (black)61.2%
Color previews
#056321 text on a black background
contrast 2.81:1
Card sample
#056321 text on a white background
contrast 7.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #056321;
Background color
Panel with #056321 background
background-color: #056321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #056321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(5, 99, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(5, 99, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #056321; background: linear-gradient(135deg, #056321, #056360);