#df84e2
a light, vivid magenta / pink · warm · closest name: orchid
RGB
223, 132, 226
HSL
298°, 62%, 70%
CMYK
1, 42, 0, 11
Luminance
0.3768
Every format
| HEX | #df84e2 |
| RGB | rgb(223, 132, 226) |
| HSL | hsl(298, 62%, 70%) |
| CMYK | cmyk(1%, 42%, 0%, 11%) |
| LAB | lab(67.8 48.9 -33.3) |
| LCH | lch(67.8 59.1 325.7) |
| OKLCH | oklch(0.742 0.163 325.9) |
Copy-ready code
/* CSS */
color: #df84e2;
background-color: #df84e2;
/* Tailwind (arbitrary) */
class="text-[#df84e2] bg-[#df84e2]"
/* SCSS */
$brand: #df84e2;
/* SwiftUI */
Color(red: 0.875, green: 0.518, blue: 0.886)
/* Android */
Color.parseColor("#df84e2")Accessibility — WCAG contrast
Aa
#df84e2 on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df84e2 on black: 8.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green51.8%
Blue88.6%
CMYK percentages
Cyan1.3%
Magenta41.6%
Yellow0.0%
Key (black)11.4%
Color previews
#df84e2 text on a black background
contrast 8.54:1
Card sample
#df84e2 text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df84e2;
Background color
Panel with #df84e2 background
background-color: #df84e2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df84e2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 132, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 132, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df84e2; background: linear-gradient(135deg, #df84e2, #E284A6);