#223322
a deep, soft green · cool · closest name: darkslategray
RGB
34, 51, 34
HSL
120°, 20%, 17%
CMYK
33, 0, 33, 80
Luminance
0.0282
Every format
| HEX | #223322 |
| RGB | rgb(34, 51, 34) |
| HSL | hsl(120, 20%, 17%) |
| CMYK | cmyk(33%, 0%, 33%, 80%) |
| LAB | lab(19.3 -11.2 8.6) |
| LCH | lch(19.3 14.2 142.5) |
| OKLCH | oklch(0.300 0.038 144.6) |
Copy-ready code
/* CSS */
color: #223322;
background-color: #223322;
/* Tailwind (arbitrary) */
class="text-[#223322] bg-[#223322]"
/* SCSS */
$brand: #223322;
/* SwiftUI */
Color(red: 0.133, green: 0.200, blue: 0.133)
/* Android */
Color.parseColor("#223322")Accessibility — WCAG contrast
Aa
#223322 on white: 13.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#223322 on black: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green20.0%
Blue13.3%
CMYK percentages
Cyan33.3%
Magenta0.0%
Yellow33.3%
Key (black)80.0%
Color previews
#223322 text on a black background
contrast 1.56:1
Card sample
#223322 text on a white background
contrast 13.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #223322;
Background color
Panel with #223322 background
background-color: #223322;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #223322;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 51, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 51, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #223322; background: linear-gradient(135deg, #223322, #22332D);