#24300c
a deep, vivid green · cool · closest name: darkslategray
RGB
36, 48, 12
HSL
80°, 60%, 12%
CMYK
25, 0, 75, 81
Luminance
0.0252
Every format
| HEX | #24300c |
| RGB | rgb(36, 48, 12) |
| HSL | hsl(80, 60%, 12%) |
| CMYK | cmyk(25%, 0%, 75%, 81%) |
| LAB | lab(18.0 -12.0 20.5) |
| LCH | lch(18.0 23.7 120.3) |
| OKLCH | oklch(0.289 0.059 125.6) |
Copy-ready code
/* CSS */
color: #24300c;
background-color: #24300c;
/* Tailwind (arbitrary) */
class="text-[#24300c] bg-[#24300c]"
/* SCSS */
$brand: #24300c;
/* SwiftUI */
Color(red: 0.141, green: 0.188, blue: 0.047)
/* Android */
Color.parseColor("#24300c")Accessibility — WCAG contrast
Aa
#24300c on white: 13.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#24300c on black: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green18.8%
Blue4.7%
CMYK percentages
Cyan25.0%
Magenta0.0%
Yellow75.0%
Key (black)81.2%
Color previews
#24300c text on a black background
contrast 1.50:1
Card sample
#24300c text on a white background
contrast 13.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #24300c;
Background color
Panel with #24300c background
background-color: #24300c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #24300c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 48, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 48, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #24300c; background: linear-gradient(135deg, #24300c, #0C300C);