#283321
a deep, soft green · cool · closest name: darkslategray
RGB
40, 51, 33
HSL
97°, 21%, 17%
CMYK
22, 0, 35, 80
Luminance
0.0293
Every format
| HEX | #283321 |
| RGB | rgb(40, 51, 33) |
| HSL | hsl(97, 21%, 17%) |
| CMYK | cmyk(22%, 0%, 35%, 80%) |
| LAB | lab(19.8 -8.8 9.9) |
| LCH | lch(19.8 13.3 131.5) |
| OKLCH | oklch(0.305 0.035 133.7) |
Copy-ready code
/* CSS */
color: #283321;
background-color: #283321;
/* Tailwind (arbitrary) */
class="text-[#283321] bg-[#283321]"
/* SCSS */
$brand: #283321;
/* SwiftUI */
Color(red: 0.157, green: 0.200, blue: 0.129)
/* Android */
Color.parseColor("#283321")Accessibility — WCAG contrast
Aa
#283321 on white: 13.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#283321 on black: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.7%
Green20.0%
Blue12.9%
CMYK percentages
Cyan21.6%
Magenta0.0%
Yellow35.3%
Key (black)80.0%
Color previews
#283321 text on a black background
contrast 1.59:1
Card sample
#283321 text on a white background
contrast 13.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #283321;
Background color
Panel with #283321 background
background-color: #283321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #283321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(40, 51, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(40, 51, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #283321; background: linear-gradient(135deg, #283321, #213326);