#df73e2
a light, vivid magenta / pink · warm · closest name: orchid
RGB
223, 115, 226
HSL
298°, 66%, 67%
CMYK
1, 49, 0, 11
Luminance
0.3344
Every format
| HEX | #df73e2 |
| RGB | rgb(223, 115, 226) |
| HSL | hsl(298, 66%, 67%) |
| CMYK | cmyk(1%, 49%, 0%, 11%) |
| LAB | lab(64.5 57.3 -38.4) |
| LCH | lch(64.5 69.0 326.2) |
| OKLCH | oklch(0.718 0.190 326.3) |
Copy-ready code
/* CSS */
color: #df73e2;
background-color: #df73e2;
/* Tailwind (arbitrary) */
class="text-[#df73e2] bg-[#df73e2]"
/* SCSS */
$brand: #df73e2;
/* SwiftUI */
Color(red: 0.875, green: 0.451, blue: 0.886)
/* Android */
Color.parseColor("#df73e2")Accessibility — WCAG contrast
Aa
#df73e2 on white: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df73e2 on black: 7.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green45.1%
Blue88.6%
CMYK percentages
Cyan1.3%
Magenta49.1%
Yellow0.0%
Key (black)11.4%
Color previews
#df73e2 text on a black background
contrast 7.69:1
Card sample
#df73e2 text on a white background
contrast 2.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df73e2;
Background color
Panel with #df73e2 background
background-color: #df73e2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df73e2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 115, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 115, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df73e2; background: linear-gradient(135deg, #df73e2, #E2739B);