#24352f
a deep, soft green · cool · closest name: darkslategray
RGB
36, 53, 47
HSL
159°, 19%, 18%
CMYK
32, 0, 11, 79
Luminance
0.0313
Every format
| HEX | #24352f |
| RGB | rgb(36, 53, 47) |
| HSL | hsl(159, 19%, 18%) |
| CMYK | cmyk(32%, 0%, 11%, 79%) |
| LAB | lab(20.5 -8.6 1.5) |
| LCH | lch(20.5 8.7 169.8) |
| OKLCH | oklch(0.312 0.025 170.8) |
Copy-ready code
/* CSS */
color: #24352f;
background-color: #24352f;
/* Tailwind (arbitrary) */
class="text-[#24352f] bg-[#24352f]"
/* SCSS */
$brand: #24352f;
/* SwiftUI */
Color(red: 0.141, green: 0.208, blue: 0.184)
/* Android */
Color.parseColor("#24352f")Accessibility — WCAG contrast
Aa
#24352f on white: 12.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#24352f on black: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green20.8%
Blue18.4%
CMYK percentages
Cyan32.1%
Magenta0.0%
Yellow11.3%
Key (black)79.2%
Color previews
#24352f text on a black background
contrast 1.63:1
Card sample
#24352f text on a white background
contrast 12.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #24352f;
Background color
Panel with #24352f background
background-color: #24352f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #24352f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 53, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 53, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #24352f; background: linear-gradient(135deg, #24352f, #243035);