#304e21
a deep, soft green · cool · closest name: darkslategray
RGB
48, 78, 33
HSL
100°, 41%, 22%
CMYK
39, 0, 58, 69
Luminance
0.0619
Every format
| HEX | #304e21 |
| RGB | rgb(48, 78, 33) |
| HSL | hsl(100, 41%, 22%) |
| CMYK | cmyk(39%, 0%, 58%, 69%) |
| LAB | lab(29.9 -20.7 22.9) |
| LCH | lch(29.9 30.9 132.1) |
| OKLCH | oklch(0.388 0.079 136.2) |
Copy-ready code
/* CSS */
color: #304e21;
background-color: #304e21;
/* Tailwind (arbitrary) */
class="text-[#304e21] bg-[#304e21]"
/* SCSS */
$brand: #304e21;
/* SwiftUI */
Color(red: 0.188, green: 0.306, blue: 0.129)
/* Android */
Color.parseColor("#304e21")Accessibility — WCAG contrast
Aa
#304e21 on white: 9.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#304e21 on black: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green30.6%
Blue12.9%
CMYK percentages
Cyan38.5%
Magenta0.0%
Yellow57.7%
Key (black)69.4%
Color previews
#304e21 text on a black background
contrast 2.24:1
Card sample
#304e21 text on a white background
contrast 9.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #304e21;
Background color
Panel with #304e21 background
background-color: #304e21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #304e21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 78, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 78, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #304e21; background: linear-gradient(135deg, #304e21, #214E30);