#304724
a deep, soft green · cool · closest name: darkslategray
RGB
48, 71, 36
HSL
99°, 33%, 21%
CMYK
32, 0, 49, 72
Luminance
0.0526
Every format
| HEX | #304724 |
| RGB | rgb(48, 71, 36) |
| HSL | hsl(99, 33%, 21%) |
| CMYK | cmyk(32%, 0%, 49%, 72%) |
| LAB | lab(27.5 -16.5 18.2) |
| LCH | lch(27.5 24.6 132.2) |
| OKLCH | oklch(0.369 0.064 135.6) |
Copy-ready code
/* CSS */
color: #304724;
background-color: #304724;
/* Tailwind (arbitrary) */
class="text-[#304724] bg-[#304724]"
/* SCSS */
$brand: #304724;
/* SwiftUI */
Color(red: 0.188, green: 0.278, blue: 0.141)
/* Android */
Color.parseColor("#304724")Accessibility — WCAG contrast
Aa
#304724 on white: 10.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#304724 on black: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green27.8%
Blue14.1%
CMYK percentages
Cyan32.4%
Magenta0.0%
Yellow49.3%
Key (black)72.2%
Color previews
#304724 text on a black background
contrast 2.05:1
Card sample
#304724 text on a white background
contrast 10.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #304724;
Background color
Panel with #304724 background
background-color: #304724;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #304724;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 71, 36, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 71, 36, 0.45);
Border & gradient
Gradient panel
border: 3px solid #304724; background: linear-gradient(135deg, #304724, #24472F);