#28131c
a deep, soft magenta / pink · warm · closest name: black
RGB
40, 19, 28
HSL
334°, 36%, 12%
CMYK
0, 53, 30, 84
Luminance
0.0100
Every format
| HEX | #28131c |
| RGB | rgb(40, 19, 28) |
| HSL | hsl(334, 36%, 12%) |
| CMYK | cmyk(0%, 53%, 30%, 84%) |
| LAB | lab(9.0 12.4 -1.7) |
| LCH | lch(9.0 12.5 352.3) |
| OKLCH | oklch(0.220 0.037 353.4) |
Copy-ready code
/* CSS */
color: #28131c;
background-color: #28131c;
/* Tailwind (arbitrary) */
class="text-[#28131c] bg-[#28131c]"
/* SCSS */
$brand: #28131c;
/* SwiftUI */
Color(red: 0.157, green: 0.075, blue: 0.110)
/* Android */
Color.parseColor("#28131c")Accessibility — WCAG contrast
Aa
#28131c on white: 17.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#28131c on black: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.7%
Green7.5%
Blue11.0%
CMYK percentages
Cyan0.0%
Magenta52.5%
Yellow30.0%
Key (black)84.3%
Color previews
#28131c text on a black background
contrast 1.20:1
Card sample
#28131c text on a white background
contrast 17.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #28131c;
Background color
Panel with #28131c background
background-color: #28131c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #28131c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(40, 19, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(40, 19, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #28131c; background: linear-gradient(135deg, #28131c, #281813);