#df2964
a balanced, vivid magenta / pink · warm · closest name: crimson
RGB
223, 41, 100
HSL
341°, 74%, 52%
CMYK
0, 82, 55, 13
Luminance
0.1819
Every format
| HEX | #df2964 |
| RGB | rgb(223, 41, 100) |
| HSL | hsl(341, 74%, 52%) |
| CMYK | cmyk(0%, 82%, 55%, 13%) |
| LAB | lab(49.7 69.9 12.9) |
| LCH | lch(49.7 71.1 10.4) |
| OKLCH | oklch(0.595 0.215 8.7) |
Copy-ready code
/* CSS */
color: #df2964;
background-color: #df2964;
/* Tailwind (arbitrary) */
class="text-[#df2964] bg-[#df2964]"
/* SCSS */
$brand: #df2964;
/* SwiftUI */
Color(red: 0.875, green: 0.161, blue: 0.392)
/* Android */
Color.parseColor("#df2964")Accessibility — WCAG contrast
Aa
#df2964 on white: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df2964 on black: 4.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green16.1%
Blue39.2%
CMYK percentages
Cyan0.0%
Magenta81.6%
Yellow55.2%
Key (black)12.5%
Color previews
#df2964 text on a black background
contrast 4.64:1
Card sample
#df2964 text on a white background
contrast 4.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df2964;
Background color
Panel with #df2964 background
background-color: #df2964;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df2964;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 41, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 41, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df2964; background: linear-gradient(135deg, #df2964, #DF6729);