#df5bce
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
223, 91, 206
HSL
308°, 67%, 62%
CMYK
0, 59, 8, 13
Luminance
0.2763
Every format
| HEX | #df5bce |
| RGB | rgb(223, 91, 206) |
| HSL | hsl(308, 67%, 62%) |
| CMYK | cmyk(0%, 59%, 8%, 13%) |
| LAB | lab(59.5 64.9 -34.9) |
| LCH | lch(59.5 73.7 331.7) |
| OKLCH | oklch(0.678 0.210 333.0) |
Copy-ready code
/* CSS */
color: #df5bce;
background-color: #df5bce;
/* Tailwind (arbitrary) */
class="text-[#df5bce] bg-[#df5bce]"
/* SCSS */
$brand: #df5bce;
/* SwiftUI */
Color(red: 0.875, green: 0.357, blue: 0.808)
/* Android */
Color.parseColor("#df5bce")Accessibility — WCAG contrast
Aa
#df5bce on white: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df5bce on black: 6.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green35.7%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta59.2%
Yellow7.6%
Key (black)12.5%
Color previews
#df5bce text on a black background
contrast 6.53:1
Card sample
#df5bce text on a white background
contrast 3.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df5bce;
Background color
Panel with #df5bce background
background-color: #df5bce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df5bce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 91, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 91, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df5bce; background: linear-gradient(135deg, #df5bce, #DF5B76);