#df2863
a balanced, vivid magenta / pink · warm · closest name: crimson
RGB
223, 40, 99
HSL
341°, 74%, 52%
CMYK
0, 82, 56, 13
Luminance
0.1811
Every format
| HEX | #df2863 |
| RGB | rgb(223, 40, 99) |
| HSL | hsl(341, 74%, 52%) |
| CMYK | cmyk(0%, 82%, 56%, 13%) |
| LAB | lab(49.6 70.1 13.3) |
| LCH | lch(49.6 71.4 10.8) |
| OKLCH | oklch(0.594 0.216 9.0) |
Copy-ready code
/* CSS */
color: #df2863;
background-color: #df2863;
/* Tailwind (arbitrary) */
class="text-[#df2863] bg-[#df2863]"
/* SCSS */
$brand: #df2863;
/* SwiftUI */
Color(red: 0.875, green: 0.157, blue: 0.388)
/* Android */
Color.parseColor("#df2863")Accessibility — WCAG contrast
Aa
#df2863 on white: 4.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df2863 on black: 4.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green15.7%
Blue38.8%
CMYK percentages
Cyan0.0%
Magenta82.1%
Yellow55.6%
Key (black)12.5%
Color previews
#df2863 text on a black background
contrast 4.62:1
Card sample
#df2863 text on a white background
contrast 4.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df2863;
Background color
Panel with #df2863 background
background-color: #df2863;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df2863;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 40, 99, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 40, 99, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df2863; background: linear-gradient(135deg, #df2863, #DF6728);