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