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