#22331c
a deep, soft green · cool · closest name: darkslategray
RGB
34, 51, 28
HSL
104°, 29%, 16%
CMYK
33, 0, 45, 80
Luminance
0.0279
Every format
| HEX | #22331c |
| RGB | rgb(34, 51, 28) |
| HSL | hsl(104, 29%, 16%) |
| CMYK | cmyk(33%, 0%, 45%, 80%) |
| LAB | lab(19.2 -12.4 12.4) |
| LCH | lch(19.2 17.6 135.0) |
| OKLCH | oklch(0.299 0.046 137.8) |
Copy-ready code
/* CSS */
color: #22331c;
background-color: #22331c;
/* Tailwind (arbitrary) */
class="text-[#22331c] bg-[#22331c]"
/* SCSS */
$brand: #22331c;
/* SwiftUI */
Color(red: 0.133, green: 0.200, blue: 0.110)
/* Android */
Color.parseColor("#22331c")Accessibility — WCAG contrast
Aa
#22331c on white: 13.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#22331c on black: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green20.0%
Blue11.0%
CMYK percentages
Cyan33.3%
Magenta0.0%
Yellow45.1%
Key (black)80.0%
Color previews
#22331c text on a black background
contrast 1.56:1
Card sample
#22331c text on a white background
contrast 13.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #22331c;
Background color
Panel with #22331c background
background-color: #22331c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #22331c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 51, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 51, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #22331c; background: linear-gradient(135deg, #22331c, #1C3325);