#df7ce4
a light, vivid magenta / pink · warm · closest name: violet
RGB
223, 124, 228
HSL
297°, 66%, 69%
CMYK
2, 46, 0, 11
Luminance
0.3570
Every format
| HEX | #df7ce4 |
| RGB | rgb(223, 124, 228) |
| HSL | hsl(297, 66%, 69%) |
| CMYK | cmyk(2%, 46%, 0%, 11%) |
| LAB | lab(66.3 53.3 -36.7) |
| LCH | lch(66.3 64.7 325.4) |
| OKLCH | oklch(0.731 0.178 325.4) |
Copy-ready code
/* CSS */
color: #df7ce4;
background-color: #df7ce4;
/* Tailwind (arbitrary) */
class="text-[#df7ce4] bg-[#df7ce4]"
/* SCSS */
$brand: #df7ce4;
/* SwiftUI */
Color(red: 0.875, green: 0.486, blue: 0.894)
/* Android */
Color.parseColor("#df7ce4")Accessibility — WCAG contrast
Aa
#df7ce4 on white: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df7ce4 on black: 8.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green48.6%
Blue89.4%
CMYK percentages
Cyan2.2%
Magenta45.6%
Yellow0.0%
Key (black)10.6%
Color previews
#df7ce4 text on a black background
contrast 8.14:1
Card sample
#df7ce4 text on a white background
contrast 2.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df7ce4;
Background color
Panel with #df7ce4 background
background-color: #df7ce4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df7ce4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 124, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 124, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df7ce4; background: linear-gradient(135deg, #df7ce4, #E47CA4);