#df6cee
a light, electric magenta / pink · warm · closest name: violet
RGB
223, 108, 238
HSL
293°, 79%, 68%
CMYK
6, 55, 0, 7
Luminance
0.3259
Every format
| HEX | #df6cee |
| RGB | rgb(223, 108, 238) |
| HSL | hsl(293, 79%, 68%) |
| CMYK | cmyk(6%, 55%, 0%, 7%) |
| LAB | lab(63.8 62.8 -46.1) |
| LCH | lch(63.8 77.9 323.7) |
| OKLCH | oklch(0.715 0.212 322.9) |
Copy-ready code
/* CSS */
color: #df6cee;
background-color: #df6cee;
/* Tailwind (arbitrary) */
class="text-[#df6cee] bg-[#df6cee]"
/* SCSS */
$brand: #df6cee;
/* SwiftUI */
Color(red: 0.875, green: 0.424, blue: 0.933)
/* Android */
Color.parseColor("#df6cee")Accessibility — WCAG contrast
Aa
#df6cee on white: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df6cee on black: 7.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green42.4%
Blue93.3%
CMYK percentages
Cyan6.3%
Magenta54.6%
Yellow0.0%
Key (black)6.7%
Color previews
#df6cee text on a black background
contrast 7.52:1
Card sample
#df6cee text on a white background
contrast 2.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df6cee;
Background color
Panel with #df6cee background
background-color: #df6cee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df6cee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 108, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 108, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df6cee; background: linear-gradient(135deg, #df6cee, #EE6CA6);