#df65fe
a light, electric violet · warm · closest name: violet
RGB
223, 101, 254
HSL
288°, 99%, 70%
CMYK
12, 60, 0, 0
Luminance
0.3215
Every format
| HEX | #df65fe |
| RGB | rgb(223, 101, 254) |
| HSL | hsl(288, 99%, 70%) |
| CMYK | cmyk(12%, 60%, 0%, 0%) |
| LAB | lab(63.5 68.9 -55.5) |
| LCH | lch(63.5 88.5 321.1) |
| OKLCH | oklch(0.715 0.236 319.0) |
Copy-ready code
/* CSS */
color: #df65fe;
background-color: #df65fe;
/* Tailwind (arbitrary) */
class="text-[#df65fe] bg-[#df65fe]"
/* SCSS */
$brand: #df65fe;
/* SwiftUI */
Color(red: 0.875, green: 0.396, blue: 0.996)
/* Android */
Color.parseColor("#df65fe")Accessibility — WCAG contrast
Aa
#df65fe on white: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df65fe on black: 7.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green39.6%
Blue99.6%
CMYK percentages
Cyan12.2%
Magenta60.2%
Yellow0.0%
Key (black)0.4%
Color previews
#df65fe text on a black background
contrast 7.43:1
Card sample
#df65fe text on a white background
contrast 2.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df65fe;
Background color
Panel with #df65fe background
background-color: #df65fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df65fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 101, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 101, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df65fe; background: linear-gradient(135deg, #df65fe, #FE65B7);