#280921
a deep, vivid magenta / pink · warm · closest name: black
RGB
40, 9, 33
HSL
314°, 63%, 10%
CMYK
0, 78, 18, 84
Luminance
0.0076
Every format
| HEX | #280921 |
| RGB | rgb(40, 9, 33) |
| HSL | hsl(314, 63%, 10%) |
| CMYK | cmyk(0%, 78%, 18%, 84%) |
| LAB | lab(6.8 19.5 -8.8) |
| LCH | lch(6.8 21.4 335.8) |
| OKLCH | oklch(0.204 0.063 337.5) |
Copy-ready code
/* CSS */
color: #280921;
background-color: #280921;
/* Tailwind (arbitrary) */
class="text-[#280921] bg-[#280921]"
/* SCSS */
$brand: #280921;
/* SwiftUI */
Color(red: 0.157, green: 0.035, blue: 0.129)
/* Android */
Color.parseColor("#280921")Accessibility — WCAG contrast
Aa
#280921 on white: 18.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#280921 on black: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.7%
Green3.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta77.5%
Yellow17.5%
Key (black)84.3%
Color previews
#280921 text on a black background
contrast 1.15:1
Card sample
#280921 text on a white background
contrast 18.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #280921;
Background color
Panel with #280921 background
background-color: #280921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #280921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(40, 9, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(40, 9, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #280921; background: linear-gradient(135deg, #280921, #28090C);