#333821
a deep, soft green · cool · closest name: darkslategray
RGB
51, 56, 33
HSL
73°, 26%, 18%
CMYK
9, 0, 41, 78
Luminance
0.0364
Every format
| HEX | #333821 |
| RGB | rgb(51, 56, 33) |
| HSL | hsl(73, 26%, 18%) |
| CMYK | cmyk(9%, 0%, 41%, 78%) |
| LAB | lab(22.4 -6.8 13.7) |
| LCH | lch(22.4 15.3 116.3) |
| OKLCH | oklch(0.329 0.038 118.6) |
Copy-ready code
/* CSS */
color: #333821;
background-color: #333821;
/* Tailwind (arbitrary) */
class="text-[#333821] bg-[#333821]"
/* SCSS */
$brand: #333821;
/* SwiftUI */
Color(red: 0.200, green: 0.220, blue: 0.129)
/* Android */
Color.parseColor("#333821")Accessibility — WCAG contrast
Aa
#333821 on white: 12.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#333821 on black: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green22.0%
Blue12.9%
CMYK percentages
Cyan8.9%
Magenta0.0%
Yellow41.1%
Key (black)78.0%
Color previews
#333821 text on a black background
contrast 1.73:1
Card sample
#333821 text on a white background
contrast 12.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #333821;
Background color
Panel with #333821 background
background-color: #333821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #333821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 56, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 56, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #333821; background: linear-gradient(135deg, #333821, #243821);