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