#df2175
a balanced, vivid magenta / pink · warm · closest name: crimson
RGB
223, 33, 117
HSL
334°, 75%, 50%
CMYK
0, 85, 48, 13
Luminance
0.1806
Every format
| HEX | #df2175 |
| RGB | rgb(223, 33, 117) |
| HSL | hsl(334, 75%, 50%) |
| CMYK | cmyk(0%, 85%, 48%, 13%) |
| LAB | lab(49.6 72.9 2.3) |
| LCH | lch(49.6 73.0 1.8) |
| OKLCH | oklch(0.595 0.224 1.7) |
Copy-ready code
/* CSS */
color: #df2175;
background-color: #df2175;
/* Tailwind (arbitrary) */
class="text-[#df2175] bg-[#df2175]"
/* SCSS */
$brand: #df2175;
/* SwiftUI */
Color(red: 0.875, green: 0.129, blue: 0.459)
/* Android */
Color.parseColor("#df2175")Accessibility — WCAG contrast
Aa
#df2175 on white: 4.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df2175 on black: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green12.9%
Blue45.9%
CMYK percentages
Cyan0.0%
Magenta85.2%
Yellow47.5%
Key (black)12.5%
Color previews
#df2175 text on a black background
contrast 4.61:1
Card sample
#df2175 text on a white background
contrast 4.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df2175;
Background color
Panel with #df2175 background
background-color: #df2175;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df2175;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 33, 117, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 33, 117, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df2175; background: linear-gradient(135deg, #df2175, #DF4C21);