#df2159
a balanced, vivid magenta / pink · warm · closest name: crimson
RGB
223, 33, 89
HSL
342°, 75%, 50%
CMYK
0, 85, 60, 13
Luminance
0.1750
Every format
| HEX | #df2159 |
| RGB | rgb(223, 33, 89) |
| HSL | hsl(342, 75%, 50%) |
| CMYK | cmyk(0%, 85%, 60%, 13%) |
| LAB | lab(48.9 71.0 18.4) |
| LCH | lch(48.9 73.3 14.6) |
| OKLCH | oklch(0.588 0.219 12.0) |
Copy-ready code
/* CSS */
color: #df2159;
background-color: #df2159;
/* Tailwind (arbitrary) */
class="text-[#df2159] bg-[#df2159]"
/* SCSS */
$brand: #df2159;
/* SwiftUI */
Color(red: 0.875, green: 0.129, blue: 0.349)
/* Android */
Color.parseColor("#df2159")Accessibility — WCAG contrast
Aa
#df2159 on white: 4.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df2159 on black: 4.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green12.9%
Blue34.9%
CMYK percentages
Cyan0.0%
Magenta85.2%
Yellow60.1%
Key (black)12.5%
Color previews
#df2159 text on a black background
contrast 4.50:1
Card sample
#df2159 text on a white background
contrast 4.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df2159;
Background color
Panel with #df2159 background
background-color: #df2159;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df2159;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 33, 89, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 33, 89, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df2159; background: linear-gradient(135deg, #df2159, #DF6821);