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