#305721
a deep, vivid green · cool · closest name: seagreen
RGB
48, 87, 33
HSL
103°, 45%, 24%
CMYK
45, 0, 62, 66
Luminance
0.0755
Every format
| HEX | #305721 |
| RGB | rgb(48, 87, 33) |
| HSL | hsl(103, 45%, 24%) |
| CMYK | cmyk(45%, 0%, 62%, 66%) |
| LAB | lab(33.0 -25.3 26.7) |
| LCH | lch(33.0 36.7 133.4) |
| OKLCH | oklch(0.414 0.094 137.9) |
Copy-ready code
/* CSS */
color: #305721;
background-color: #305721;
/* Tailwind (arbitrary) */
class="text-[#305721] bg-[#305721]"
/* SCSS */
$brand: #305721;
/* SwiftUI */
Color(red: 0.188, green: 0.341, blue: 0.129)
/* Android */
Color.parseColor("#305721")Accessibility — WCAG contrast
Aa
#305721 on white: 8.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#305721 on black: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green34.1%
Blue12.9%
CMYK percentages
Cyan44.8%
Magenta0.0%
Yellow62.1%
Key (black)65.9%
Color previews
#305721 text on a black background
contrast 2.51:1
Card sample
#305721 text on a white background
contrast 8.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #305721;
Background color
Panel with #305721 background
background-color: #305721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #305721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 87, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 87, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #305721; background: linear-gradient(135deg, #305721, #215736);