#df5cba
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
223, 92, 186
HSL
317°, 67%, 62%
CMYK
0, 59, 17, 13
Luminance
0.2689
Every format
| HEX | #df5cba |
| RGB | rgb(223, 92, 186) |
| HSL | hsl(317, 67%, 62%) |
| CMYK | cmyk(0%, 59%, 17%, 13%) |
| LAB | lab(58.9 61.5 -24.6) |
| LCH | lch(58.9 66.2 338.2) |
| OKLCH | oklch(0.671 0.194 340.1) |
Copy-ready code
/* CSS */
color: #df5cba;
background-color: #df5cba;
/* Tailwind (arbitrary) */
class="text-[#df5cba] bg-[#df5cba]"
/* SCSS */
$brand: #df5cba;
/* SwiftUI */
Color(red: 0.875, green: 0.361, blue: 0.729)
/* Android */
Color.parseColor("#df5cba")Accessibility — WCAG contrast
Aa
#df5cba on white: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df5cba on black: 6.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green36.1%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta58.7%
Yellow16.6%
Key (black)12.5%
Color previews
#df5cba text on a black background
contrast 6.38:1
Card sample
#df5cba text on a white background
contrast 3.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df5cba;
Background color
Panel with #df5cba background
background-color: #df5cba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df5cba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 92, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 92, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df5cba; background: linear-gradient(135deg, #df5cba, #DF5C63);