#280021
a deep, electric magenta / pink · warm · closest name: black
RGB
40, 0, 33
HSL
311°, 100%, 8%
CMYK
0, 100, 18, 84
Luminance
0.0056
Every format
| HEX | #280021 |
| RGB | rgb(40, 0, 33) |
| HSL | hsl(311, 100%, 8%) |
| CMYK | cmyk(0%, 100%, 18%, 84%) |
| LAB | lab(5.1 24.0 -11.5) |
| LCH | lch(5.1 26.6 334.4) |
| OKLCH | oklch(0.189 0.084 336.3) |
Copy-ready code
/* CSS */
color: #280021;
background-color: #280021;
/* Tailwind (arbitrary) */
class="text-[#280021] bg-[#280021]"
/* SCSS */
$brand: #280021;
/* SwiftUI */
Color(red: 0.157, green: 0.000, blue: 0.129)
/* Android */
Color.parseColor("#280021")Accessibility — WCAG contrast
Aa
#280021 on white: 18.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#280021 on black: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.7%
Green0.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow17.5%
Key (black)84.3%
Color previews
#280021 text on a black background
contrast 1.11:1
Card sample
#280021 text on a white background
contrast 18.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #280021;
Background color
Panel with #280021 background
background-color: #280021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #280021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(40, 0, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(40, 0, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #280021; background: linear-gradient(135deg, #280021, #280006);