#df86d6
a light, vivid magenta / pink · warm · closest name: orchid
RGB
223, 134, 214
HSL
306°, 58%, 70%
CMYK
0, 40, 4, 13
Luminance
0.3759
Every format
| HEX | #df86d6 |
| RGB | rgb(223, 134, 214) |
| HSL | hsl(306, 58%, 70%) |
| CMYK | cmyk(0%, 40%, 4%, 13%) |
| LAB | lab(67.7 45.7 -26.8) |
| LCH | lch(67.7 52.9 329.6) |
| OKLCH | oklch(0.740 0.148 330.7) |
Copy-ready code
/* CSS */
color: #df86d6;
background-color: #df86d6;
/* Tailwind (arbitrary) */
class="text-[#df86d6] bg-[#df86d6]"
/* SCSS */
$brand: #df86d6;
/* SwiftUI */
Color(red: 0.875, green: 0.525, blue: 0.839)
/* Android */
Color.parseColor("#df86d6")Accessibility — WCAG contrast
Aa
#df86d6 on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df86d6 on black: 8.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green52.5%
Blue83.9%
CMYK percentages
Cyan0.0%
Magenta39.9%
Yellow4.0%
Key (black)12.5%
Color previews
#df86d6 text on a black background
contrast 8.52:1
Card sample
#df86d6 text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df86d6;
Background color
Panel with #df86d6 background
background-color: #df86d6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df86d6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 134, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 134, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df86d6; background: linear-gradient(135deg, #df86d6, #DF869B);