#231621
a deep, soft magenta / pink · warm · closest name: black
RGB
35, 22, 33
HSL
309°, 23%, 11%
CMYK
0, 37, 6, 86
Luminance
0.0104
Every format
| HEX | #231621 |
| RGB | rgb(35, 22, 33) |
| HSL | hsl(309, 23%, 11%) |
| CMYK | cmyk(0%, 37%, 6%, 86%) |
| LAB | lab(9.3 9.0 -5.0) |
| LCH | lch(9.3 10.3 330.7) |
| OKLCH | oklch(0.222 0.029 332.0) |
Copy-ready code
/* CSS */
color: #231621;
background-color: #231621;
/* Tailwind (arbitrary) */
class="text-[#231621] bg-[#231621]"
/* SCSS */
$brand: #231621;
/* SwiftUI */
Color(red: 0.137, green: 0.086, blue: 0.129)
/* Android */
Color.parseColor("#231621")Accessibility — WCAG contrast
Aa
#231621 on white: 17.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#231621 on black: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.7%
Green8.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta37.1%
Yellow5.7%
Key (black)86.3%
Color previews
#231621 text on a black background
contrast 1.21:1
Card sample
#231621 text on a white background
contrast 17.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #231621;
Background color
Panel with #231621 background
background-color: #231621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #231621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(35, 22, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(35, 22, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #231621; background: linear-gradient(135deg, #231621, #231618);