#333421
a deep, soft yellow · cool · closest name: darkslategray
RGB
51, 52, 33
HSL
63°, 22%, 17%
CMYK
2, 0, 37, 80
Luminance
0.0327
Every format
| HEX | #333421 |
| RGB | rgb(51, 52, 33) |
| HSL | hsl(63, 22%, 17%) |
| CMYK | cmyk(2%, 0%, 37%, 80%) |
| LAB | lab(21.1 -4.2 11.9) |
| LCH | lch(21.1 12.6 109.6) |
| OKLCH | oklch(0.318 0.032 110.6) |
Copy-ready code
/* CSS */
color: #333421;
background-color: #333421;
/* Tailwind (arbitrary) */
class="text-[#333421] bg-[#333421]"
/* SCSS */
$brand: #333421;
/* SwiftUI */
Color(red: 0.200, green: 0.204, blue: 0.129)
/* Android */
Color.parseColor("#333421")Accessibility — WCAG contrast
Aa
#333421 on white: 12.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#333421 on black: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green20.4%
Blue12.9%
CMYK percentages
Cyan1.9%
Magenta0.0%
Yellow36.5%
Key (black)79.6%
Color previews
#333421 text on a black background
contrast 1.65:1
Card sample
#333421 text on a white background
contrast 12.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #333421;
Background color
Panel with #333421 background
background-color: #333421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #333421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 52, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 52, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #333421; background: linear-gradient(135deg, #333421, #263421);