#df77e2
a light, vivid magenta / pink · warm · closest name: orchid
RGB
223, 119, 226
HSL
298°, 65%, 68%
CMYK
1, 47, 0, 11
Luminance
0.3437
Every format
| HEX | #df77e2 |
| RGB | rgb(223, 119, 226) |
| HSL | hsl(298, 65%, 68%) |
| CMYK | cmyk(1%, 47%, 0%, 11%) |
| LAB | lab(65.3 55.4 -37.2) |
| LCH | lch(65.3 66.7 326.1) |
| OKLCH | oklch(0.723 0.184 326.2) |
Copy-ready code
/* CSS */
color: #df77e2;
background-color: #df77e2;
/* Tailwind (arbitrary) */
class="text-[#df77e2] bg-[#df77e2]"
/* SCSS */
$brand: #df77e2;
/* SwiftUI */
Color(red: 0.875, green: 0.467, blue: 0.886)
/* Android */
Color.parseColor("#df77e2")Accessibility — WCAG contrast
Aa
#df77e2 on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df77e2 on black: 7.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green46.7%
Blue88.6%
CMYK percentages
Cyan1.3%
Magenta47.3%
Yellow0.0%
Key (black)11.4%
Color previews
#df77e2 text on a black background
contrast 7.87:1
Card sample
#df77e2 text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df77e2;
Background color
Panel with #df77e2 background
background-color: #df77e2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df77e2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 119, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 119, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df77e2; background: linear-gradient(135deg, #df77e2, #E2779E);