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