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