#df309d
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
223, 48, 157
HSL
323°, 73%, 53%
CMYK
0, 79, 30, 13
Luminance
0.2024
Every format
| HEX | #df309d |
| RGB | rgb(223, 48, 157) |
| HSL | hsl(323, 73%, 53%) |
| CMYK | cmyk(0%, 79%, 30%, 13%) |
| LAB | lab(52.1 73.4 -18.0) |
| LCH | lch(52.1 75.6 346.2) |
| OKLCH | oklch(0.618 0.229 348.0) |
Copy-ready code
/* CSS */
color: #df309d;
background-color: #df309d;
/* Tailwind (arbitrary) */
class="text-[#df309d] bg-[#df309d]"
/* SCSS */
$brand: #df309d;
/* SwiftUI */
Color(red: 0.875, green: 0.188, blue: 0.616)
/* Android */
Color.parseColor("#df309d")Accessibility — WCAG contrast
Aa
#df309d on white: 4.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df309d on black: 5.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green18.8%
Blue61.6%
CMYK percentages
Cyan0.0%
Magenta78.5%
Yellow29.6%
Key (black)12.5%
Color previews
#df309d text on a black background
contrast 5.05:1
Card sample
#df309d text on a white background
contrast 4.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df309d;
Background color
Panel with #df309d background
background-color: #df309d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df309d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 48, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 48, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df309d; background: linear-gradient(135deg, #df309d, #DF3730);