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