#333521
a deep, soft yellow · cool · closest name: darkslategray
RGB
51, 53, 33
HSL
66°, 23%, 17%
CMYK
4, 0, 38, 79
Luminance
0.0336
Every format
| HEX | #333521 |
| RGB | rgb(51, 53, 33) |
| HSL | hsl(66, 23%, 17%) |
| CMYK | cmyk(4%, 0%, 38%, 79%) |
| LAB | lab(21.4 -4.9 12.4) |
| LCH | lch(21.4 13.3 111.5) |
| OKLCH | oklch(0.321 0.033 112.9) |
Copy-ready code
/* CSS */
color: #333521;
background-color: #333521;
/* Tailwind (arbitrary) */
class="text-[#333521] bg-[#333521]"
/* SCSS */
$brand: #333521;
/* SwiftUI */
Color(red: 0.200, green: 0.208, blue: 0.129)
/* Android */
Color.parseColor("#333521")Accessibility — WCAG contrast
Aa
#333521 on white: 12.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#333521 on black: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green20.8%
Blue12.9%
CMYK percentages
Cyan3.8%
Magenta0.0%
Yellow37.7%
Key (black)79.2%
Color previews
#333521 text on a black background
contrast 1.67:1
Card sample
#333521 text on a white background
contrast 12.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #333521;
Background color
Panel with #333521 background
background-color: #333521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #333521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 53, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 53, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #333521; background: linear-gradient(135deg, #333521, #263521);