#231421
a deep, soft magenta / pink · warm · closest name: black
RGB
35, 20, 33
HSL
308°, 27%, 11%
CMYK
0, 43, 6, 86
Luminance
0.0097
Every format
| HEX | #231421 |
| RGB | rgb(35, 20, 33) |
| HSL | hsl(308, 27%, 11%) |
| CMYK | cmyk(0%, 43%, 6%, 86%) |
| LAB | lab(8.7 10.5 -6.0) |
| LCH | lch(8.7 12.0 330.3) |
| OKLCH | oklch(0.217 0.034 331.5) |
Copy-ready code
/* CSS */
color: #231421;
background-color: #231421;
/* Tailwind (arbitrary) */
class="text-[#231421] bg-[#231421]"
/* SCSS */
$brand: #231421;
/* SwiftUI */
Color(red: 0.137, green: 0.078, blue: 0.129)
/* Android */
Color.parseColor("#231421")Accessibility — WCAG contrast
Aa
#231421 on white: 17.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#231421 on black: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.7%
Green7.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta42.9%
Yellow5.7%
Key (black)86.3%
Color previews
#231421 text on a black background
contrast 1.19:1
Card sample
#231421 text on a white background
contrast 17.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #231421;
Background color
Panel with #231421 background
background-color: #231421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #231421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(35, 20, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(35, 20, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #231421; background: linear-gradient(135deg, #231421, #231417);