#28151b
a deep, soft magenta / pink · warm · closest name: black
RGB
40, 21, 27
HSL
341°, 31%, 12%
CMYK
0, 48, 33, 84
Luminance
0.0107
Every format
| HEX | #28151b |
| RGB | rgb(40, 21, 27) |
| HSL | hsl(341, 31%, 12%) |
| CMYK | cmyk(0%, 48%, 33%, 84%) |
| LAB | lab(9.5 10.8 -0.1) |
| LCH | lch(9.5 10.8 359.3) |
| OKLCH | oklch(0.224 0.033 359.6) |
Copy-ready code
/* CSS */
color: #28151b;
background-color: #28151b;
/* Tailwind (arbitrary) */
class="text-[#28151b] bg-[#28151b]"
/* SCSS */
$brand: #28151b;
/* SwiftUI */
Color(red: 0.157, green: 0.082, blue: 0.106)
/* Android */
Color.parseColor("#28151b")Accessibility — WCAG contrast
Aa
#28151b on white: 17.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#28151b on black: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.7%
Green8.2%
Blue10.6%
CMYK percentages
Cyan0.0%
Magenta47.5%
Yellow32.5%
Key (black)84.3%
Color previews
#28151b text on a black background
contrast 1.21:1
Card sample
#28151b text on a white background
contrast 17.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #28151b;
Background color
Panel with #28151b background
background-color: #28151b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #28151b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(40, 21, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(40, 21, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #28151b; background: linear-gradient(135deg, #28151b, #281C15);