#231323
a deep, soft magenta / pink · warm · closest name: black
RGB
35, 19, 35
HSL
300°, 30%, 11%
CMYK
0, 46, 0, 86
Luminance
0.0094
Every format
| HEX | #231323 |
| RGB | rgb(35, 19, 35) |
| HSL | hsl(300, 30%, 11%) |
| CMYK | cmyk(0%, 46%, 0%, 86%) |
| LAB | lab(8.5 11.7 -7.8) |
| LCH | lch(8.5 14.0 326.3) |
| OKLCH | oklch(0.216 0.039 326.8) |
Copy-ready code
/* CSS */
color: #231323;
background-color: #231323;
/* Tailwind (arbitrary) */
class="text-[#231323] bg-[#231323]"
/* SCSS */
$brand: #231323;
/* SwiftUI */
Color(red: 0.137, green: 0.075, blue: 0.137)
/* Android */
Color.parseColor("#231323")Accessibility — WCAG contrast
Aa
#231323 on white: 17.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#231323 on black: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.7%
Green7.5%
Blue13.7%
CMYK percentages
Cyan0.0%
Magenta45.7%
Yellow0.0%
Key (black)86.3%
Color previews
#231323 text on a black background
contrast 1.19:1
Card sample
#231323 text on a white background
contrast 17.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #231323;
Background color
Panel with #231323 background
background-color: #231323;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #231323;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(35, 19, 35, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(35, 19, 35, 0.45);
Border & gradient
Gradient panel
border: 3px solid #231323; background: linear-gradient(135deg, #231323, #231318);