#df2575
a balanced, vivid magenta / pink · warm · closest name: crimson
RGB
223, 37, 117
HSL
334°, 74%, 51%
CMYK
0, 83, 48, 13
Luminance
0.1830
Every format
| HEX | #df2575 |
| RGB | rgb(223, 37, 117) |
| HSL | hsl(334, 74%, 51%) |
| CMYK | cmyk(0%, 83%, 48%, 13%) |
| LAB | lab(49.9 72.1 2.7) |
| LCH | lch(49.9 72.2 2.1) |
| OKLCH | oklch(0.597 0.222 2.0) |
Copy-ready code
/* CSS */
color: #df2575;
background-color: #df2575;
/* Tailwind (arbitrary) */
class="text-[#df2575] bg-[#df2575]"
/* SCSS */
$brand: #df2575;
/* SwiftUI */
Color(red: 0.875, green: 0.145, blue: 0.459)
/* Android */
Color.parseColor("#df2575")Accessibility — WCAG contrast
Aa
#df2575 on white: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df2575 on black: 4.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green14.5%
Blue45.9%
CMYK percentages
Cyan0.0%
Magenta83.4%
Yellow47.5%
Key (black)12.5%
Color previews
#df2575 text on a black background
contrast 4.66:1
Card sample
#df2575 text on a white background
contrast 4.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df2575;
Background color
Panel with #df2575 background
background-color: #df2575;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df2575;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 37, 117, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 37, 117, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df2575; background: linear-gradient(135deg, #df2575, #DF5125);