#df285c
a balanced, vivid magenta / pink · warm · closest name: crimson
RGB
223, 40, 92
HSL
343°, 74%, 52%
CMYK
0, 82, 59, 13
Luminance
0.1798
Every format
| HEX | #df285c |
| RGB | rgb(223, 40, 92) |
| HSL | hsl(343, 74%, 52%) |
| CMYK | cmyk(0%, 82%, 59%, 13%) |
| LAB | lab(49.5 69.6 17.4) |
| LCH | lch(49.5 71.8 14.0) |
| OKLCH | oklch(0.592 0.215 11.6) |
Copy-ready code
/* CSS */
color: #df285c;
background-color: #df285c;
/* Tailwind (arbitrary) */
class="text-[#df285c] bg-[#df285c]"
/* SCSS */
$brand: #df285c;
/* SwiftUI */
Color(red: 0.875, green: 0.157, blue: 0.361)
/* Android */
Color.parseColor("#df285c")Accessibility — WCAG contrast
Aa
#df285c on white: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df285c on black: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green15.7%
Blue36.1%
CMYK percentages
Cyan0.0%
Magenta82.1%
Yellow58.7%
Key (black)12.5%
Color previews
#df285c text on a black background
contrast 4.60:1
Card sample
#df285c text on a white background
contrast 4.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df285c;
Background color
Panel with #df285c background
background-color: #df285c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df285c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 40, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 40, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df285c; background: linear-gradient(135deg, #df285c, #DF6E28);