#331b15
a deep, soft red · warm · closest name: black
RGB
51, 27, 21
HSL
12°, 42%, 14%
CMYK
0, 47, 59, 80
Luminance
0.0154
Every format
| HEX | #331b15 |
| RGB | rgb(51, 27, 21) |
| HSL | hsl(12, 42%, 14%) |
| CMYK | cmyk(0%, 47%, 59%, 80%) |
| LAB | lab(12.9 11.1 9.2) |
| LCH | lch(12.9 14.4 39.8) |
| OKLCH | oklch(0.253 0.040 34.8) |
Copy-ready code
/* CSS */
color: #331b15;
background-color: #331b15;
/* Tailwind (arbitrary) */
class="text-[#331b15] bg-[#331b15]"
/* SCSS */
$brand: #331b15;
/* SwiftUI */
Color(red: 0.200, green: 0.106, blue: 0.082)
/* Android */
Color.parseColor("#331b15")Accessibility — WCAG contrast
Aa
#331b15 on white: 16.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#331b15 on black: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green10.6%
Blue8.2%
CMYK percentages
Cyan0.0%
Magenta47.1%
Yellow58.8%
Key (black)80.0%
Color previews
#331b15 text on a black background
contrast 1.31:1
Card sample
#331b15 text on a white background
contrast 16.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #331b15;
Background color
Panel with #331b15 background
background-color: #331b15;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #331b15;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 27, 21, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 27, 21, 0.45);
Border & gradient
Gradient panel
border: 3px solid #331b15; background: linear-gradient(135deg, #331b15, #332F15);