#df2867
a balanced, vivid magenta / pink · warm · closest name: crimson
RGB
223, 40, 103
HSL
339°, 74%, 52%
CMYK
0, 82, 54, 13
Luminance
0.1818
Every format
| HEX | #df2867 |
| RGB | rgb(223, 40, 103) |
| HSL | hsl(339, 74%, 52%) |
| CMYK | cmyk(0%, 82%, 54%, 13%) |
| LAB | lab(49.7 70.4 11.0) |
| LCH | lch(49.7 71.3 8.9) |
| OKLCH | oklch(0.595 0.216 7.5) |
Copy-ready code
/* CSS */
color: #df2867;
background-color: #df2867;
/* Tailwind (arbitrary) */
class="text-[#df2867] bg-[#df2867]"
/* SCSS */
$brand: #df2867;
/* SwiftUI */
Color(red: 0.875, green: 0.157, blue: 0.404)
/* Android */
Color.parseColor("#df2867")Accessibility — WCAG contrast
Aa
#df2867 on white: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df2867 on black: 4.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green15.7%
Blue40.4%
CMYK percentages
Cyan0.0%
Magenta82.1%
Yellow53.8%
Key (black)12.5%
Color previews
#df2867 text on a black background
contrast 4.64:1
Card sample
#df2867 text on a white background
contrast 4.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df2867;
Background color
Panel with #df2867 background
background-color: #df2867;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df2867;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 40, 103, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 40, 103, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df2867; background: linear-gradient(135deg, #df2867, #DF6328);