#280621
a deep, vivid magenta / pink · warm · closest name: black
RGB
40, 6, 33
HSL
312°, 74%, 9%
CMYK
0, 85, 18, 84
Luminance
0.0069
Every format
| HEX | #280621 |
| RGB | rgb(40, 6, 33) |
| HSL | hsl(312, 74%, 9%) |
| CMYK | cmyk(0%, 85%, 18%, 84%) |
| LAB | lab(6.2 21.0 -9.7) |
| LCH | lch(6.2 23.1 335.3) |
| OKLCH | oklch(0.200 0.069 337.0) |
Copy-ready code
/* CSS */
color: #280621;
background-color: #280621;
/* Tailwind (arbitrary) */
class="text-[#280621] bg-[#280621]"
/* SCSS */
$brand: #280621;
/* SwiftUI */
Color(red: 0.157, green: 0.024, blue: 0.129)
/* Android */
Color.parseColor("#280621")Accessibility — WCAG contrast
Aa
#280621 on white: 18.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#280621 on black: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.7%
Green2.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta85.0%
Yellow17.5%
Key (black)84.3%
Color previews
#280621 text on a black background
contrast 1.14:1
Card sample
#280621 text on a white background
contrast 18.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #280621;
Background color
Panel with #280621 background
background-color: #280621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #280621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(40, 6, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(40, 6, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #280621; background: linear-gradient(135deg, #280621, #28060A);