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