#243721
a deep, soft green · cool · closest name: darkslategray
RGB
36, 55, 33
HSL
112°, 25%, 17%
CMYK
35, 0, 40, 78
Luminance
0.0322
Every format
| HEX | #243721 |
| RGB | rgb(36, 55, 33) |
| HSL | hsl(112, 25%, 17%) |
| CMYK | cmyk(35%, 0%, 40%, 78%) |
| LAB | lab(20.9 -13.0 11.4) |
| LCH | lch(20.9 17.3 138.7) |
| OKLCH | oklch(0.314 0.045 141.1) |
Copy-ready code
/* CSS */
color: #243721;
background-color: #243721;
/* Tailwind (arbitrary) */
class="text-[#243721] bg-[#243721]"
/* SCSS */
$brand: #243721;
/* SwiftUI */
Color(red: 0.141, green: 0.216, blue: 0.129)
/* Android */
Color.parseColor("#243721")Accessibility — WCAG contrast
Aa
#243721 on white: 12.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#243721 on black: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green21.6%
Blue12.9%
CMYK percentages
Cyan34.5%
Magenta0.0%
Yellow40.0%
Key (black)78.4%
Color previews
#243721 text on a black background
contrast 1.64:1
Card sample
#243721 text on a white background
contrast 12.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #243721;
Background color
Panel with #243721 background
background-color: #243721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #243721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 55, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 55, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #243721; background: linear-gradient(135deg, #243721, #21372D);