#333322
a deep, soft yellow · cool · closest name: darkslategray
RGB
51, 51, 34
HSL
60°, 20%, 17%
CMYK
0, 0, 33, 80
Luminance
0.0319
Every format
| HEX | #333322 |
| RGB | rgb(51, 51, 34) |
| HSL | hsl(60, 20%, 17%) |
| CMYK | cmyk(0%, 0%, 33%, 80%) |
| LAB | lab(20.8 -3.4 10.8) |
| LCH | lch(20.8 11.3 107.5) |
| OKLCH | oklch(0.316 0.029 107.9) |
Copy-ready code
/* CSS */
color: #333322;
background-color: #333322;
/* Tailwind (arbitrary) */
class="text-[#333322] bg-[#333322]"
/* SCSS */
$brand: #333322;
/* SwiftUI */
Color(red: 0.200, green: 0.200, blue: 0.133)
/* Android */
Color.parseColor("#333322")Accessibility — WCAG contrast
Aa
#333322 on white: 12.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#333322 on black: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green20.0%
Blue13.3%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow33.3%
Key (black)80.0%
Color previews
#333322 text on a black background
contrast 1.64:1
Card sample
#333322 text on a white background
contrast 12.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #333322;
Background color
Panel with #333322 background
background-color: #333322;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #333322;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 51, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 51, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #333322; background: linear-gradient(135deg, #333322, #283322);