#df357d
a balanced, vivid magenta / pink · warm · closest name: crimson
RGB
223, 53, 125
HSL
335°, 73%, 54%
CMYK
0, 76, 44, 13
Luminance
0.1971
Every format
| HEX | #df357d |
| RGB | rgb(223, 53, 125) |
| HSL | hsl(335, 73%, 54%) |
| CMYK | cmyk(0%, 76%, 44%, 13%) |
| LAB | lab(51.5 68.7 0.2) |
| LCH | lch(51.5 68.7 0.2) |
| OKLCH | oklch(0.610 0.211 0.4) |
Copy-ready code
/* CSS */
color: #df357d;
background-color: #df357d;
/* Tailwind (arbitrary) */
class="text-[#df357d] bg-[#df357d]"
/* SCSS */
$brand: #df357d;
/* SwiftUI */
Color(red: 0.875, green: 0.208, blue: 0.490)
/* Android */
Color.parseColor("#df357d")Accessibility — WCAG contrast
Aa
#df357d on white: 4.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df357d on black: 4.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green20.8%
Blue49.0%
CMYK percentages
Cyan0.0%
Magenta76.2%
Yellow43.9%
Key (black)12.5%
Color previews
#df357d text on a black background
contrast 4.94:1
Card sample
#df357d text on a white background
contrast 4.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df357d;
Background color
Panel with #df357d background
background-color: #df357d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df357d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 53, 125, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 53, 125, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df357d; background: linear-gradient(135deg, #df357d, #DF5E35);