#df87e2
a light, vivid magenta / pink · warm · closest name: orchid
RGB
223, 135, 226
HSL
298°, 61%, 71%
CMYK
1, 40, 0, 11
Luminance
0.3851
Every format
| HEX | #df87e2 |
| RGB | rgb(223, 135, 226) |
| HSL | hsl(298, 61%, 71%) |
| CMYK | cmyk(1%, 40%, 0%, 11%) |
| LAB | lab(68.4 47.3 -32.4) |
| LCH | lch(68.4 57.3 325.6) |
| OKLCH | oklch(0.747 0.158 325.8) |
Copy-ready code
/* CSS */
color: #df87e2;
background-color: #df87e2;
/* Tailwind (arbitrary) */
class="text-[#df87e2] bg-[#df87e2]"
/* SCSS */
$brand: #df87e2;
/* SwiftUI */
Color(red: 0.875, green: 0.529, blue: 0.886)
/* Android */
Color.parseColor("#df87e2")Accessibility — WCAG contrast
Aa
#df87e2 on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df87e2 on black: 8.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green52.9%
Blue88.6%
CMYK percentages
Cyan1.3%
Magenta40.3%
Yellow0.0%
Key (black)11.4%
Color previews
#df87e2 text on a black background
contrast 8.70:1
Card sample
#df87e2 text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df87e2;
Background color
Panel with #df87e2 background
background-color: #df87e2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df87e2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 135, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 135, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df87e2; background: linear-gradient(135deg, #df87e2, #E287A8);