#df305c
a balanced, vivid magenta / pink · warm · closest name: crimson
RGB
223, 48, 92
HSL
345°, 73%, 53%
CMYK
0, 79, 59, 13
Luminance
0.1857
Every format
| HEX | #df305c |
| RGB | rgb(223, 48, 92) |
| HSL | hsl(345, 73%, 53%) |
| CMYK | cmyk(0%, 79%, 59%, 13%) |
| LAB | lab(50.2 67.6 18.4) |
| LCH | lch(50.2 70.1 15.2) |
| OKLCH | oklch(0.597 0.209 12.6) |
Copy-ready code
/* CSS */
color: #df305c;
background-color: #df305c;
/* Tailwind (arbitrary) */
class="text-[#df305c] bg-[#df305c]"
/* SCSS */
$brand: #df305c;
/* SwiftUI */
Color(red: 0.875, green: 0.188, blue: 0.361)
/* Android */
Color.parseColor("#df305c")Accessibility — WCAG contrast
Aa
#df305c on white: 4.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df305c on black: 4.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green18.8%
Blue36.1%
CMYK percentages
Cyan0.0%
Magenta78.5%
Yellow58.7%
Key (black)12.5%
Color previews
#df305c text on a black background
contrast 4.71:1
Card sample
#df305c text on a white background
contrast 4.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df305c;
Background color
Panel with #df305c background
background-color: #df305c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df305c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 48, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 48, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df305c; background: linear-gradient(135deg, #df305c, #DF7930);