#df308d
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
223, 48, 141
HSL
328°, 73%, 53%
CMYK
0, 79, 37, 13
Luminance
0.1972
Every format
| HEX | #df308d |
| RGB | rgb(223, 48, 141) |
| HSL | hsl(328, 73%, 53%) |
| CMYK | cmyk(0%, 79%, 37%, 13%) |
| LAB | lab(51.5 71.7 -9.4) |
| LCH | lch(51.5 72.3 352.6) |
| OKLCH | oklch(0.612 0.222 353.8) |
Copy-ready code
/* CSS */
color: #df308d;
background-color: #df308d;
/* Tailwind (arbitrary) */
class="text-[#df308d] bg-[#df308d]"
/* SCSS */
$brand: #df308d;
/* SwiftUI */
Color(red: 0.875, green: 0.188, blue: 0.553)
/* Android */
Color.parseColor("#df308d")Accessibility — WCAG contrast
Aa
#df308d on white: 4.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df308d on black: 4.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green18.8%
Blue55.3%
CMYK percentages
Cyan0.0%
Magenta78.5%
Yellow36.8%
Key (black)12.5%
Color previews
#df308d text on a black background
contrast 4.94:1
Card sample
#df308d text on a white background
contrast 4.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df308d;
Background color
Panel with #df308d background
background-color: #df308d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df308d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 48, 141, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 48, 141, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df308d; background: linear-gradient(135deg, #df308d, #DF4730);