#df306d
a balanced, vivid magenta / pink · warm · closest name: crimson
RGB
223, 48, 109
HSL
339°, 73%, 53%
CMYK
0, 79, 51, 13
Luminance
0.1891
Every format
| HEX | #df306d |
| RGB | rgb(223, 48, 109) |
| HSL | hsl(339, 73%, 53%) |
| CMYK | cmyk(0%, 79%, 51%, 13%) |
| LAB | lab(50.6 68.8 8.6) |
| LCH | lch(50.6 69.3 7.1) |
| OKLCH | oklch(0.601 0.211 6.1) |
Copy-ready code
/* CSS */
color: #df306d;
background-color: #df306d;
/* Tailwind (arbitrary) */
class="text-[#df306d] bg-[#df306d]"
/* SCSS */
$brand: #df306d;
/* SwiftUI */
Color(red: 0.875, green: 0.188, blue: 0.427)
/* Android */
Color.parseColor("#df306d")Accessibility — WCAG contrast
Aa
#df306d on white: 4.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df306d on black: 4.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green18.8%
Blue42.7%
CMYK percentages
Cyan0.0%
Magenta78.5%
Yellow51.1%
Key (black)12.5%
Color previews
#df306d text on a black background
contrast 4.78:1
Card sample
#df306d text on a white background
contrast 4.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df306d;
Background color
Panel with #df306d background
background-color: #df306d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df306d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 48, 109, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 48, 109, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df306d; background: linear-gradient(135deg, #df306d, #DF6830);