#333021
a deep, soft yellow · cool · closest name: darkslategray
RGB
51, 48, 33
HSL
50°, 21%, 17%
CMYK
0, 6, 35, 80
Luminance
0.0293
Every format
| HEX | #333021 |
| RGB | rgb(51, 48, 33) |
| HSL | hsl(50, 21%, 17%) |
| CMYK | cmyk(0%, 6%, 35%, 80%) |
| LAB | lab(19.8 -1.6 10.1) |
| LCH | lch(19.8 10.3 99.0) |
| OKLCH | oklch(0.308 0.026 98.1) |
Copy-ready code
/* CSS */
color: #333021;
background-color: #333021;
/* Tailwind (arbitrary) */
class="text-[#333021] bg-[#333021]"
/* SCSS */
$brand: #333021;
/* SwiftUI */
Color(red: 0.200, green: 0.188, blue: 0.129)
/* Android */
Color.parseColor("#333021")Accessibility — WCAG contrast
Aa
#333021 on white: 13.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#333021 on black: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green18.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta5.9%
Yellow35.3%
Key (black)80.0%
Color previews
#333021 text on a black background
contrast 1.59:1
Card sample
#333021 text on a white background
contrast 13.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #333021;
Background color
Panel with #333021 background
background-color: #333021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #333021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 48, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 48, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #333021; background: linear-gradient(135deg, #333021, #2A3321);