#df6ce6
a light, vivid magenta / pink · warm · closest name: violet
RGB
223, 108, 230
HSL
297°, 71%, 66%
CMYK
3, 53, 0, 10
Luminance
0.3213
Every format
| HEX | #df6ce6 |
| RGB | rgb(223, 108, 230) |
| HSL | hsl(297, 71%, 66%) |
| CMYK | cmyk(3%, 53%, 0%, 10%) |
| LAB | lab(63.5 61.4 -42.3) |
| LCH | lch(63.5 74.5 325.4) |
| OKLCH | oklch(0.711 0.205 325.2) |
Copy-ready code
/* CSS */
color: #df6ce6;
background-color: #df6ce6;
/* Tailwind (arbitrary) */
class="text-[#df6ce6] bg-[#df6ce6]"
/* SCSS */
$brand: #df6ce6;
/* SwiftUI */
Color(red: 0.875, green: 0.424, blue: 0.902)
/* Android */
Color.parseColor("#df6ce6")Accessibility — WCAG contrast
Aa
#df6ce6 on white: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df6ce6 on black: 7.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green42.4%
Blue90.2%
CMYK percentages
Cyan3.0%
Magenta53.0%
Yellow0.0%
Key (black)9.8%
Color previews
#df6ce6 text on a black background
contrast 7.43:1
Card sample
#df6ce6 text on a white background
contrast 2.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df6ce6;
Background color
Panel with #df6ce6 background
background-color: #df6ce6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df6ce6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 108, 230, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 108, 230, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df6ce6; background: linear-gradient(135deg, #df6ce6, #E66C9C);