#df609d
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
223, 96, 157
HSL
331°, 67%, 63%
CMYK
0, 57, 30, 13
Luminance
0.2649
Every format
| HEX | #df609d |
| RGB | rgb(223, 96, 157) |
| HSL | hsl(331, 67%, 63%) |
| CMYK | cmyk(0%, 57%, 30%, 13%) |
| LAB | lab(58.5 55.8 -8.4) |
| LCH | lch(58.5 56.4 351.5) |
| OKLCH | oklch(0.665 0.171 352.8) |
Copy-ready code
/* CSS */
color: #df609d;
background-color: #df609d;
/* Tailwind (arbitrary) */
class="text-[#df609d] bg-[#df609d]"
/* SCSS */
$brand: #df609d;
/* SwiftUI */
Color(red: 0.875, green: 0.376, blue: 0.616)
/* Android */
Color.parseColor("#df609d")Accessibility — WCAG contrast
Aa
#df609d on white: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df609d on black: 6.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green37.6%
Blue61.6%
CMYK percentages
Cyan0.0%
Magenta57.0%
Yellow29.6%
Key (black)12.5%
Color previews
#df609d text on a black background
contrast 6.30:1
Card sample
#df609d text on a white background
contrast 3.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df609d;
Background color
Panel with #df609d background
background-color: #df609d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df609d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 96, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 96, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df609d; background: linear-gradient(135deg, #df609d, #DF7860);