#df7ce9
a light, vivid magenta / pink · warm · closest name: violet
RGB
223, 124, 233
HSL
295°, 71%, 70%
CMYK
4, 47, 0, 9
Luminance
0.3599
Every format
| HEX | #df7ce9 |
| RGB | rgb(223, 124, 233) |
| HSL | hsl(295, 71%, 70%) |
| CMYK | cmyk(4%, 47%, 0%, 9%) |
| LAB | lab(66.5 54.2 -39.2) |
| LCH | lch(66.5 66.9 324.1) |
| OKLCH | oklch(0.734 0.182 323.8) |
Copy-ready code
/* CSS */
color: #df7ce9;
background-color: #df7ce9;
/* Tailwind (arbitrary) */
class="text-[#df7ce9] bg-[#df7ce9]"
/* SCSS */
$brand: #df7ce9;
/* SwiftUI */
Color(red: 0.875, green: 0.486, blue: 0.914)
/* Android */
Color.parseColor("#df7ce9")Accessibility — WCAG contrast
Aa
#df7ce9 on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df7ce9 on black: 8.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green48.6%
Blue91.4%
CMYK percentages
Cyan4.3%
Magenta46.8%
Yellow0.0%
Key (black)8.6%
Color previews
#df7ce9 text on a black background
contrast 8.20:1
Card sample
#df7ce9 text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df7ce9;
Background color
Panel with #df7ce9 background
background-color: #df7ce9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df7ce9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 124, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 124, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df7ce9; background: linear-gradient(135deg, #df7ce9, #E97CAA);