#df6eba
a light, vivid magenta / pink · warm · closest name: orchid
RGB
223, 110, 186
HSL
320°, 64%, 65%
CMYK
0, 51, 17, 13
Luminance
0.3039
Every format
| HEX | #df6eba |
| RGB | rgb(223, 110, 186) |
| HSL | hsl(320, 64%, 65%) |
| CMYK | cmyk(0%, 51%, 17%, 13%) |
| LAB | lab(62.0 53.2 -19.8) |
| LCH | lch(62.0 56.7 339.6) |
| OKLCH | oklch(0.694 0.166 341.4) |
Copy-ready code
/* CSS */
color: #df6eba;
background-color: #df6eba;
/* Tailwind (arbitrary) */
class="text-[#df6eba] bg-[#df6eba]"
/* SCSS */
$brand: #df6eba;
/* SwiftUI */
Color(red: 0.875, green: 0.431, blue: 0.729)
/* Android */
Color.parseColor("#df6eba")Accessibility — WCAG contrast
Aa
#df6eba on white: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df6eba on black: 7.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green43.1%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta50.7%
Yellow16.6%
Key (black)12.5%
Color previews
#df6eba text on a black background
contrast 7.08:1
Card sample
#df6eba text on a white background
contrast 2.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df6eba;
Background color
Panel with #df6eba background
background-color: #df6eba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df6eba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 110, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 110, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df6eba; background: linear-gradient(135deg, #df6eba, #DF6E6F);