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