#df5cfe
a light, electric violet · warm · closest name: magenta
RGB
223, 92, 254
HSL
289°, 99%, 68%
CMYK
12, 64, 0, 0
Luminance
0.3050
Every format
| HEX | #df5cfe |
| RGB | rgb(223, 92, 254) |
| HSL | hsl(289, 99%, 68%) |
| CMYK | cmyk(12%, 64%, 0%, 0%) |
| LAB | lab(62.1 72.8 -57.7) |
| LCH | lch(62.1 92.9 321.6) |
| OKLCH | oklch(0.705 0.248 319.4) |
Copy-ready code
/* CSS */
color: #df5cfe;
background-color: #df5cfe;
/* Tailwind (arbitrary) */
class="text-[#df5cfe] bg-[#df5cfe]"
/* SCSS */
$brand: #df5cfe;
/* SwiftUI */
Color(red: 0.875, green: 0.361, blue: 0.996)
/* Android */
Color.parseColor("#df5cfe")Accessibility — WCAG contrast
Aa
#df5cfe on white: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df5cfe on black: 7.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green36.1%
Blue99.6%
CMYK percentages
Cyan12.2%
Magenta63.8%
Yellow0.0%
Key (black)0.4%
Color previews
#df5cfe text on a black background
contrast 7.10:1
Card sample
#df5cfe text on a white background
contrast 2.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df5cfe;
Background color
Panel with #df5cfe background
background-color: #df5cfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df5cfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 92, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 92, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df5cfe; background: linear-gradient(135deg, #df5cfe, #FE5CB1);