#df154d
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
223, 21, 77
HSL
343°, 83%, 48%
CMYK
0, 91, 66, 13
Luminance
0.1676
Every format
| HEX | #df154d |
| RGB | rgb(223, 21, 77) |
| HSL | hsl(343, 83%, 48%) |
| CMYK | cmyk(0%, 91%, 66%, 13%) |
| LAB | lab(48.0 72.3 24.6) |
| LCH | lch(48.0 76.3 18.8) |
| OKLCH | oklch(0.580 0.224 15.2) |
Copy-ready code
/* CSS */
color: #df154d;
background-color: #df154d;
/* Tailwind (arbitrary) */
class="text-[#df154d] bg-[#df154d]"
/* SCSS */
$brand: #df154d;
/* SwiftUI */
Color(red: 0.875, green: 0.082, blue: 0.302)
/* Android */
Color.parseColor("#df154d")Accessibility — WCAG contrast
Aa
#df154d on white: 4.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df154d on black: 4.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green8.2%
Blue30.2%
CMYK percentages
Cyan0.0%
Magenta90.6%
Yellow65.5%
Key (black)12.5%
Color previews
#df154d text on a black background
contrast 4.35:1
Card sample
#df154d text on a white background
contrast 4.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df154d;
Background color
Panel with #df154d background
background-color: #df154d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df154d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 21, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 21, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df154d; background: linear-gradient(135deg, #df154d, #DF6415);