#28121b
a deep, soft magenta / pink · warm · closest name: black
RGB
40, 18, 27
HSL
336°, 38%, 11%
CMYK
0, 55, 33, 84
Luminance
0.0096
Every format
| HEX | #28121b |
| RGB | rgb(40, 18, 27) |
| HSL | hsl(336, 38%, 11%) |
| CMYK | cmyk(0%, 55%, 33%, 84%) |
| LAB | lab(8.7 12.9 -1.4) |
| LCH | lch(8.7 12.9 353.8) |
| OKLCH | oklch(0.218 0.039 354.8) |
Copy-ready code
/* CSS */
color: #28121b;
background-color: #28121b;
/* Tailwind (arbitrary) */
class="text-[#28121b] bg-[#28121b]"
/* SCSS */
$brand: #28121b;
/* SwiftUI */
Color(red: 0.157, green: 0.071, blue: 0.106)
/* Android */
Color.parseColor("#28121b")Accessibility — WCAG contrast
Aa
#28121b on white: 17.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#28121b on black: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.7%
Green7.1%
Blue10.6%
CMYK percentages
Cyan0.0%
Magenta55.0%
Yellow32.5%
Key (black)84.3%
Color previews
#28121b text on a black background
contrast 1.19:1
Card sample
#28121b text on a white background
contrast 17.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #28121b;
Background color
Panel with #28121b background
background-color: #28121b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #28121b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(40, 18, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(40, 18, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #28121b; background: linear-gradient(135deg, #28121b, #281812);