#243621
a deep, soft green · cool · closest name: darkslategray
RGB
36, 54, 33
HSL
111°, 24%, 17%
CMYK
33, 0, 39, 79
Luminance
0.0312
Every format
| HEX | #243621 |
| RGB | rgb(36, 54, 33) |
| HSL | hsl(111, 24%, 17%) |
| CMYK | cmyk(33%, 0%, 39%, 79%) |
| LAB | lab(20.5 -12.4 10.9) |
| LCH | lch(20.5 16.5 138.6) |
| OKLCH | oklch(0.311 0.043 141.0) |
Copy-ready code
/* CSS */
color: #243621;
background-color: #243621;
/* Tailwind (arbitrary) */
class="text-[#243621] bg-[#243621]"
/* SCSS */
$brand: #243621;
/* SwiftUI */
Color(red: 0.141, green: 0.212, blue: 0.129)
/* Android */
Color.parseColor("#243621")Accessibility — WCAG contrast
Aa
#243621 on white: 12.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#243621 on black: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green21.2%
Blue12.9%
CMYK percentages
Cyan33.3%
Magenta0.0%
Yellow38.9%
Key (black)78.8%
Color previews
#243621 text on a black background
contrast 1.62:1
Card sample
#243621 text on a white background
contrast 12.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #243621;
Background color
Panel with #243621 background
background-color: #243621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #243621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 54, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 54, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #243621; background: linear-gradient(135deg, #243621, #21362C);