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