#df539d
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
223, 83, 157
HSL
328°, 69%, 60%
CMYK
0, 63, 30, 13
Luminance
0.2431
Every format
| HEX | #df539d |
| RGB | rgb(223, 83, 157) |
| HSL | hsl(328, 69%, 60%) |
| CMYK | cmyk(0%, 63%, 30%, 13%) |
| LAB | lab(56.4 61.4 -11.5) |
| LCH | lch(56.4 62.5 349.4) |
| OKLCH | oklch(0.649 0.189 350.9) |
Copy-ready code
/* CSS */
color: #df539d;
background-color: #df539d;
/* Tailwind (arbitrary) */
class="text-[#df539d] bg-[#df539d]"
/* SCSS */
$brand: #df539d;
/* SwiftUI */
Color(red: 0.875, green: 0.325, blue: 0.616)
/* Android */
Color.parseColor("#df539d")Accessibility — WCAG contrast
Aa
#df539d on white: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df539d on black: 5.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green32.5%
Blue61.6%
CMYK percentages
Cyan0.0%
Magenta62.8%
Yellow29.6%
Key (black)12.5%
Color previews
#df539d text on a black background
contrast 5.86:1
Card sample
#df539d text on a white background
contrast 3.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df539d;
Background color
Panel with #df539d background
background-color: #df539d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df539d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 83, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 83, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df539d; background: linear-gradient(135deg, #df539d, #DF6653);