#332222
a deep, soft red · warm · closest name: black
RGB
51, 34, 34
HSL
0°, 20%, 17%
CMYK
0, 33, 33, 80
Luminance
0.0196
Every format
| HEX | #332222 |
| RGB | rgb(51, 34, 34) |
| HSL | hsl(0, 20%, 17%) |
| CMYK | cmyk(0%, 33%, 33%, 80%) |
| LAB | lab(15.3 8.2 3.3) |
| LCH | lch(15.3 8.8 21.7) |
| OKLCH | oklch(0.273 0.026 18.9) |
Copy-ready code
/* CSS */
color: #332222;
background-color: #332222;
/* Tailwind (arbitrary) */
class="text-[#332222] bg-[#332222]"
/* SCSS */
$brand: #332222;
/* SwiftUI */
Color(red: 0.200, green: 0.133, blue: 0.133)
/* Android */
Color.parseColor("#332222")Accessibility — WCAG contrast
Aa
#332222 on white: 15.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#332222 on black: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green13.3%
Blue13.3%
CMYK percentages
Cyan0.0%
Magenta33.3%
Yellow33.3%
Key (black)80.0%
Color previews
#332222 text on a black background
contrast 1.39:1
Card sample
#332222 text on a white background
contrast 15.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #332222;
Background color
Panel with #332222 background
background-color: #332222;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #332222;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 34, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 34, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #332222; background: linear-gradient(135deg, #332222, #332D22);