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