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