#311521
a deep, soft magenta / pink · warm · closest name: black
RGB
49, 21, 33
HSL
334°, 40%, 14%
CMYK
0, 57, 33, 81
Luminance
0.0130
Every format
| HEX | #311521 |
| RGB | rgb(49, 21, 33) |
| HSL | hsl(334, 40%, 14%) |
| CMYK | cmyk(0%, 57%, 33%, 81%) |
| LAB | lab(11.3 16.0 -1.9) |
| LCH | lch(11.3 16.1 353.2) |
| OKLCH | oklch(0.241 0.049 354.3) |
Copy-ready code
/* CSS */
color: #311521;
background-color: #311521;
/* Tailwind (arbitrary) */
class="text-[#311521] bg-[#311521]"
/* SCSS */
$brand: #311521;
/* SwiftUI */
Color(red: 0.192, green: 0.082, blue: 0.129)
/* Android */
Color.parseColor("#311521")Accessibility — WCAG contrast
Aa
#311521 on white: 16.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#311521 on black: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.2%
Green8.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta57.1%
Yellow32.7%
Key (black)80.8%
Color previews
#311521 text on a black background
contrast 1.26:1
Card sample
#311521 text on a white background
contrast 16.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #311521;
Background color
Panel with #311521 background
background-color: #311521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #311521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(49, 21, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(49, 21, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #311521; background: linear-gradient(135deg, #311521, #311C15);