#df307c
a balanced, vivid magenta / pink · warm · closest name: crimson
RGB
223, 48, 124
HSL
334°, 73%, 53%
CMYK
0, 79, 44, 13
Luminance
0.1926
Every format
| HEX | #df307c |
| RGB | rgb(223, 48, 124) |
| HSL | hsl(334, 73%, 53%) |
| CMYK | cmyk(0%, 79%, 44%, 13%) |
| LAB | lab(51.0 70.1 0.1) |
| LCH | lch(51.0 70.1 0.1) |
| OKLCH | oklch(0.606 0.215 0.3) |
Copy-ready code
/* CSS */
color: #df307c;
background-color: #df307c;
/* Tailwind (arbitrary) */
class="text-[#df307c] bg-[#df307c]"
/* SCSS */
$brand: #df307c;
/* SwiftUI */
Color(red: 0.875, green: 0.188, blue: 0.486)
/* Android */
Color.parseColor("#df307c")Accessibility — WCAG contrast
Aa
#df307c on white: 4.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df307c on black: 4.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green18.8%
Blue48.6%
CMYK percentages
Cyan0.0%
Magenta78.5%
Yellow44.4%
Key (black)12.5%
Color previews
#df307c text on a black background
contrast 4.85:1
Card sample
#df307c text on a white background
contrast 4.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df307c;
Background color
Panel with #df307c background
background-color: #df307c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df307c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 48, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 48, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df307c; background: linear-gradient(135deg, #df307c, #DF5830);