#331a1a
a deep, soft red · warm · closest name: black
RGB
51, 26, 26
HSL
0°, 33%, 15%
CMYK
0, 49, 49, 80
Luminance
0.0152
Every format
| HEX | #331a1a |
| RGB | rgb(51, 26, 26) |
| HSL | hsl(0, 33%, 15%) |
| CMYK | cmyk(0%, 49%, 49%, 80%) |
| LAB | lab(12.7 12.4 5.4) |
| LCH | lch(12.7 13.5 23.5) |
| OKLCH | oklch(0.252 0.040 20.3) |
Copy-ready code
/* CSS */
color: #331a1a;
background-color: #331a1a;
/* Tailwind (arbitrary) */
class="text-[#331a1a] bg-[#331a1a]"
/* SCSS */
$brand: #331a1a;
/* SwiftUI */
Color(red: 0.200, green: 0.102, blue: 0.102)
/* Android */
Color.parseColor("#331a1a")Accessibility — WCAG contrast
Aa
#331a1a on white: 16.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#331a1a on black: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green10.2%
Blue10.2%
CMYK percentages
Cyan0.0%
Magenta49.0%
Yellow49.0%
Key (black)80.0%
Color previews
#331a1a text on a black background
contrast 1.30:1
Card sample
#331a1a text on a white background
contrast 16.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #331a1a;
Background color
Panel with #331a1a background
background-color: #331a1a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #331a1a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 26, 26, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 26, 26, 0.45);
Border & gradient
Gradient panel
border: 3px solid #331a1a; background: linear-gradient(135deg, #331a1a, #332B1A);