#df6aef
a light, electric magenta / pink · warm · closest name: violet
RGB
223, 106, 239
HSL
293°, 81%, 68%
CMYK
7, 56, 0, 6
Luminance
0.3223
Every format
| HEX | #df6aef |
| RGB | rgb(223, 106, 239) |
| HSL | hsl(293, 81%, 68%) |
| CMYK | cmyk(7%, 56%, 0%, 6%) |
| LAB | lab(63.5 63.9 -47.1) |
| LCH | lch(63.5 79.4 323.6) |
| OKLCH | oklch(0.713 0.216 322.7) |
Copy-ready code
/* CSS */
color: #df6aef;
background-color: #df6aef;
/* Tailwind (arbitrary) */
class="text-[#df6aef] bg-[#df6aef]"
/* SCSS */
$brand: #df6aef;
/* SwiftUI */
Color(red: 0.875, green: 0.416, blue: 0.937)
/* Android */
Color.parseColor("#df6aef")Accessibility — WCAG contrast
Aa
#df6aef on white: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df6aef on black: 7.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green41.6%
Blue93.7%
CMYK percentages
Cyan6.7%
Magenta55.6%
Yellow0.0%
Key (black)6.3%
Color previews
#df6aef text on a black background
contrast 7.45:1
Card sample
#df6aef text on a white background
contrast 2.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df6aef;
Background color
Panel with #df6aef background
background-color: #df6aef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df6aef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 106, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 106, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df6aef; background: linear-gradient(135deg, #df6aef, #EF6AA6);