#280714
a deep, vivid magenta / pink · warm · closest name: black
RGB
40, 7, 20
HSL
336°, 70%, 9%
CMYK
0, 83, 50, 84
Luminance
0.0065
Every format
| HEX | #280714 |
| RGB | rgb(40, 7, 20) |
| HSL | hsl(336, 70%, 9%) |
| CMYK | cmyk(0%, 83%, 50%, 84%) |
| LAB | lab(5.9 17.9 -0.3) |
| LCH | lch(5.9 17.9 359.1) |
| OKLCH | oklch(0.195 0.058 359.4) |
Copy-ready code
/* CSS */
color: #280714;
background-color: #280714;
/* Tailwind (arbitrary) */
class="text-[#280714] bg-[#280714]"
/* SCSS */
$brand: #280714;
/* SwiftUI */
Color(red: 0.157, green: 0.027, blue: 0.078)
/* Android */
Color.parseColor("#280714")Accessibility — WCAG contrast
Aa
#280714 on white: 18.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#280714 on black: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.7%
Green2.7%
Blue7.8%
CMYK percentages
Cyan0.0%
Magenta82.5%
Yellow50.0%
Key (black)84.3%
Color previews
#280714 text on a black background
contrast 1.13:1
Card sample
#280714 text on a white background
contrast 18.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #280714;
Background color
Panel with #280714 background
background-color: #280714;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #280714;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(40, 7, 20, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(40, 7, 20, 0.45);
Border & gradient
Gradient panel
border: 3px solid #280714; background: linear-gradient(135deg, #280714, #281007);