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