#df79d2
a light, vivid magenta / pink · warm · closest name: orchid
RGB
223, 121, 210
HSL
308°, 61%, 68%
CMYK
0, 46, 6, 13
Luminance
0.3402
Every format
| HEX | #df79d2 |
| RGB | rgb(223, 121, 210) |
| HSL | hsl(308, 61%, 68%) |
| CMYK | cmyk(0%, 46%, 6%, 13%) |
| LAB | lab(65.0 51.6 -28.7) |
| LCH | lch(65.0 59.1 330.9) |
| OKLCH | oklch(0.719 0.167 332.0) |
Copy-ready code
/* CSS */
color: #df79d2;
background-color: #df79d2;
/* Tailwind (arbitrary) */
class="text-[#df79d2] bg-[#df79d2]"
/* SCSS */
$brand: #df79d2;
/* SwiftUI */
Color(red: 0.875, green: 0.475, blue: 0.824)
/* Android */
Color.parseColor("#df79d2")Accessibility — WCAG contrast
Aa
#df79d2 on white: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df79d2 on black: 7.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green47.5%
Blue82.4%
CMYK percentages
Cyan0.0%
Magenta45.7%
Yellow5.8%
Key (black)12.5%
Color previews
#df79d2 text on a black background
contrast 7.80:1
Card sample
#df79d2 text on a white background
contrast 2.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df79d2;
Background color
Panel with #df79d2 background
background-color: #df79d2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df79d2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 121, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 121, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df79d2; background: linear-gradient(135deg, #df79d2, #DF798E);