#df93fe
a light, electric violet · warm · closest name: violet
RGB
223, 147, 254
HSL
283°, 98%, 79%
CMYK
12, 42, 0, 0
Luminance
0.4371
Every format
| HEX | #df93fe |
| RGB | rgb(223, 147, 254) |
| HSL | hsl(283, 98%, 79%) |
| CMYK | cmyk(12%, 42%, 0%, 0%) |
| LAB | lab(72.0 46.5 -42.0) |
| LCH | lch(72.0 62.6 317.9) |
| OKLCH | oklch(0.778 0.166 315.6) |
Copy-ready code
/* CSS */
color: #df93fe;
background-color: #df93fe;
/* Tailwind (arbitrary) */
class="text-[#df93fe] bg-[#df93fe]"
/* SCSS */
$brand: #df93fe;
/* SwiftUI */
Color(red: 0.875, green: 0.576, blue: 0.996)
/* Android */
Color.parseColor("#df93fe")Accessibility — WCAG contrast
Aa
#df93fe on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df93fe on black: 9.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green57.6%
Blue99.6%
CMYK percentages
Cyan12.2%
Magenta42.1%
Yellow0.0%
Key (black)0.4%
Color previews
#df93fe text on a black background
contrast 9.74:1
Card sample
#df93fe text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df93fe;
Background color
Panel with #df93fe background
background-color: #df93fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df93fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 147, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 147, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df93fe; background: linear-gradient(135deg, #df93fe, #FE93D6);