#33381f
a deep, soft green · cool · closest name: darkslategray
RGB
51, 56, 31
HSL
72°, 29%, 17%
CMYK
9, 0, 45, 78
Luminance
0.0363
Every format
| HEX | #33381f |
| RGB | rgb(51, 56, 31) |
| HSL | hsl(72, 29%, 17%) |
| CMYK | cmyk(9%, 0%, 45%, 78%) |
| LAB | lab(22.4 -7.1 14.9) |
| LCH | lch(22.4 16.5 115.4) |
| OKLCH | oklch(0.329 0.041 118.0) |
Copy-ready code
/* CSS */
color: #33381f;
background-color: #33381f;
/* Tailwind (arbitrary) */
class="text-[#33381f] bg-[#33381f]"
/* SCSS */
$brand: #33381f;
/* SwiftUI */
Color(red: 0.200, green: 0.220, blue: 0.122)
/* Android */
Color.parseColor("#33381f")Accessibility — WCAG contrast
Aa
#33381f on white: 12.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#33381f on black: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green22.0%
Blue12.2%
CMYK percentages
Cyan8.9%
Magenta0.0%
Yellow44.6%
Key (black)78.0%
Color previews
#33381f text on a black background
contrast 1.73:1
Card sample
#33381f text on a white background
contrast 12.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #33381f;
Background color
Panel with #33381f background
background-color: #33381f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #33381f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 56, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 56, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #33381f; background: linear-gradient(135deg, #33381f, #22381F);