#df5fef
a light, electric magenta / pink · warm · closest name: violet
RGB
223, 95, 239
HSL
293°, 82%, 66%
CMYK
7, 60, 0, 6
Luminance
0.3010
Every format
| HEX | #df5fef |
| RGB | rgb(223, 95, 239) |
| HSL | hsl(293, 82%, 66%) |
| CMYK | cmyk(7%, 60%, 0%, 6%) |
| LAB | lab(61.8 68.8 -50.0) |
| LCH | lch(61.8 85.0 324.0) |
| OKLCH | oklch(0.700 0.231 323.1) |
Copy-ready code
/* CSS */
color: #df5fef;
background-color: #df5fef;
/* Tailwind (arbitrary) */
class="text-[#df5fef] bg-[#df5fef]"
/* SCSS */
$brand: #df5fef;
/* SwiftUI */
Color(red: 0.875, green: 0.373, blue: 0.937)
/* Android */
Color.parseColor("#df5fef")Accessibility — WCAG contrast
Aa
#df5fef on white: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df5fef on black: 7.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green37.3%
Blue93.7%
CMYK percentages
Cyan6.7%
Magenta60.3%
Yellow0.0%
Key (black)6.3%
Color previews
#df5fef text on a black background
contrast 7.02:1
Card sample
#df5fef text on a white background
contrast 2.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df5fef;
Background color
Panel with #df5fef background
background-color: #df5fef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df5fef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 95, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 95, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df5fef; background: linear-gradient(135deg, #df5fef, #EF5F9F);