#243321
a deep, soft green · cool · closest name: darkslategray
RGB
36, 51, 33
HSL
110°, 21%, 17%
CMYK
29, 0, 35, 80
Luminance
0.0285
Every format
| HEX | #243321 |
| RGB | rgb(36, 51, 33) |
| HSL | hsl(110, 21%, 17%) |
| CMYK | cmyk(29%, 0%, 35%, 80%) |
| LAB | lab(19.4 -10.6 9.5) |
| LCH | lch(19.4 14.2 138.2) |
| OKLCH | oklch(0.302 0.037 140.4) |
Copy-ready code
/* CSS */
color: #243321;
background-color: #243321;
/* Tailwind (arbitrary) */
class="text-[#243321] bg-[#243321]"
/* SCSS */
$brand: #243321;
/* SwiftUI */
Color(red: 0.141, green: 0.200, blue: 0.129)
/* Android */
Color.parseColor("#243321")Accessibility — WCAG contrast
Aa
#243321 on white: 13.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#243321 on black: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green20.0%
Blue12.9%
CMYK percentages
Cyan29.4%
Magenta0.0%
Yellow35.3%
Key (black)80.0%
Color previews
#243321 text on a black background
contrast 1.57:1
Card sample
#243321 text on a white background
contrast 13.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #243321;
Background color
Panel with #243321 background
background-color: #243321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #243321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 51, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 51, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #243321; background: linear-gradient(135deg, #243321, #21332A);