#243421
a deep, soft green · cool · closest name: darkslategray
RGB
36, 52, 33
HSL
111°, 22%, 17%
CMYK
31, 0, 37, 80
Luminance
0.0294
Every format
| HEX | #243421 |
| RGB | rgb(36, 52, 33) |
| HSL | hsl(111, 22%, 17%) |
| CMYK | cmyk(31%, 0%, 37%, 80%) |
| LAB | lab(19.8 -11.2 10.0) |
| LCH | lch(19.8 15.0 138.3) |
| OKLCH | oklch(0.305 0.040 140.6) |
Copy-ready code
/* CSS */
color: #243421;
background-color: #243421;
/* Tailwind (arbitrary) */
class="text-[#243421] bg-[#243421]"
/* SCSS */
$brand: #243421;
/* SwiftUI */
Color(red: 0.141, green: 0.204, blue: 0.129)
/* Android */
Color.parseColor("#243421")Accessibility — WCAG contrast
Aa
#243421 on white: 13.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#243421 on black: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green20.4%
Blue12.9%
CMYK percentages
Cyan30.8%
Magenta0.0%
Yellow36.5%
Key (black)79.6%
Color previews
#243421 text on a black background
contrast 1.59:1
Card sample
#243421 text on a white background
contrast 13.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #243421;
Background color
Panel with #243421 background
background-color: #243421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #243421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 52, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 52, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #243421; background: linear-gradient(135deg, #243421, #21342B);