#df7ce6
a light, vivid magenta / pink · warm · closest name: violet
RGB
223, 124, 230
HSL
296°, 68%, 69%
CMYK
3, 46, 0, 10
Luminance
0.3582
Every format
| HEX | #df7ce6 |
| RGB | rgb(223, 124, 230) |
| HSL | hsl(296, 68%, 69%) |
| CMYK | cmyk(3%, 46%, 0%, 10%) |
| LAB | lab(66.4 53.6 -37.7) |
| LCH | lch(66.4 65.6 324.9) |
| OKLCH | oklch(0.732 0.179 324.8) |
Copy-ready code
/* CSS */
color: #df7ce6;
background-color: #df7ce6;
/* Tailwind (arbitrary) */
class="text-[#df7ce6] bg-[#df7ce6]"
/* SCSS */
$brand: #df7ce6;
/* SwiftUI */
Color(red: 0.875, green: 0.486, blue: 0.902)
/* Android */
Color.parseColor("#df7ce6")Accessibility — WCAG contrast
Aa
#df7ce6 on white: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df7ce6 on black: 8.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green48.6%
Blue90.2%
CMYK percentages
Cyan3.0%
Magenta46.1%
Yellow0.0%
Key (black)9.8%
Color previews
#df7ce6 text on a black background
contrast 8.16:1
Card sample
#df7ce6 text on a white background
contrast 2.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df7ce6;
Background color
Panel with #df7ce6 background
background-color: #df7ce6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df7ce6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 124, 230, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 124, 230, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df7ce6; background: linear-gradient(135deg, #df7ce6, #E67CA6);