#311821
a deep, soft magenta / pink · warm · closest name: black
RGB
49, 24, 33
HSL
338°, 34%, 14%
CMYK
0, 51, 33, 81
Luminance
0.0142
Every format
| HEX | #311821 |
| RGB | rgb(49, 24, 33) |
| HSL | hsl(338, 34%, 14%) |
| CMYK | cmyk(0%, 51%, 33%, 81%) |
| LAB | lab(12.1 14.0 -0.7) |
| LCH | lch(12.1 14.0 357.0) |
| OKLCH | oklch(0.247 0.042 357.6) |
Copy-ready code
/* CSS */
color: #311821;
background-color: #311821;
/* Tailwind (arbitrary) */
class="text-[#311821] bg-[#311821]"
/* SCSS */
$brand: #311821;
/* SwiftUI */
Color(red: 0.192, green: 0.094, blue: 0.129)
/* Android */
Color.parseColor("#311821")Accessibility — WCAG contrast
Aa
#311821 on white: 16.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#311821 on black: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.2%
Green9.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta51.0%
Yellow32.7%
Key (black)80.8%
Color previews
#311821 text on a black background
contrast 1.28:1
Card sample
#311821 text on a white background
contrast 16.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #311821;
Background color
Panel with #311821 background
background-color: #311821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #311821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(49, 24, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(49, 24, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #311821; background: linear-gradient(135deg, #311821, #312018);