#280721
a deep, vivid magenta / pink · warm · closest name: black
RGB
40, 7, 33
HSL
313°, 70%, 9%
CMYK
0, 83, 18, 84
Luminance
0.0071
Every format
| HEX | #280721 |
| RGB | rgb(40, 7, 33) |
| HSL | hsl(313, 70%, 9%) |
| CMYK | cmyk(0%, 83%, 18%, 84%) |
| LAB | lab(6.4 20.5 -9.4) |
| LCH | lch(6.4 22.6 335.4) |
| OKLCH | oklch(0.201 0.067 337.2) |
Copy-ready code
/* CSS */
color: #280721;
background-color: #280721;
/* Tailwind (arbitrary) */
class="text-[#280721] bg-[#280721]"
/* SCSS */
$brand: #280721;
/* SwiftUI */
Color(red: 0.157, green: 0.027, blue: 0.129)
/* Android */
Color.parseColor("#280721")Accessibility — WCAG contrast
Aa
#280721 on white: 18.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#280721 on black: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.7%
Green2.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta82.5%
Yellow17.5%
Key (black)84.3%
Color previews
#280721 text on a black background
contrast 1.14:1
Card sample
#280721 text on a white background
contrast 18.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #280721;
Background color
Panel with #280721 background
background-color: #280721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #280721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(40, 7, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(40, 7, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #280721; background: linear-gradient(135deg, #280721, #28070B);