#df6fef
a light, electric magenta / pink · warm · closest name: violet
RGB
223, 111, 239
HSL
293°, 80%, 69%
CMYK
7, 54, 0, 6
Luminance
0.3329
Every format
| HEX | #df6fef |
| RGB | rgb(223, 111, 239) |
| HSL | hsl(293, 80%, 69%) |
| CMYK | cmyk(7%, 54%, 0%, 6%) |
| LAB | lab(64.4 61.6 -45.8) |
| LCH | lch(64.4 76.8 323.4) |
| OKLCH | oklch(0.719 0.208 322.5) |
Copy-ready code
/* CSS */
color: #df6fef;
background-color: #df6fef;
/* Tailwind (arbitrary) */
class="text-[#df6fef] bg-[#df6fef]"
/* SCSS */
$brand: #df6fef;
/* SwiftUI */
Color(red: 0.875, green: 0.435, blue: 0.937)
/* Android */
Color.parseColor("#df6fef")Accessibility — WCAG contrast
Aa
#df6fef on white: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df6fef on black: 7.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green43.5%
Blue93.7%
CMYK percentages
Cyan6.7%
Magenta53.6%
Yellow0.0%
Key (black)6.3%
Color previews
#df6fef text on a black background
contrast 7.66:1
Card sample
#df6fef text on a white background
contrast 2.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df6fef;
Background color
Panel with #df6fef background
background-color: #df6fef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df6fef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 111, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 111, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df6fef; background: linear-gradient(135deg, #df6fef, #EF6FAA);