#df67fe
a light, electric violet · warm · closest name: violet
RGB
223, 103, 254
HSL
288°, 99%, 70%
CMYK
12, 59, 0, 0
Luminance
0.3254
Every format
| HEX | #df67fe |
| RGB | rgb(223, 103, 254) |
| HSL | hsl(288, 99%, 70%) |
| CMYK | cmyk(12%, 59%, 0%, 0%) |
| LAB | lab(63.8 68.0 -55.0) |
| LCH | lch(63.8 87.5 321.0) |
| OKLCH | oklch(0.717 0.234 318.9) |
Copy-ready code
/* CSS */
color: #df67fe;
background-color: #df67fe;
/* Tailwind (arbitrary) */
class="text-[#df67fe] bg-[#df67fe]"
/* SCSS */
$brand: #df67fe;
/* SwiftUI */
Color(red: 0.875, green: 0.404, blue: 0.996)
/* Android */
Color.parseColor("#df67fe")Accessibility — WCAG contrast
Aa
#df67fe on white: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df67fe on black: 7.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green40.4%
Blue99.6%
CMYK percentages
Cyan12.2%
Magenta59.4%
Yellow0.0%
Key (black)0.4%
Color previews
#df67fe text on a black background
contrast 7.51:1
Card sample
#df67fe text on a white background
contrast 2.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df67fe;
Background color
Panel with #df67fe background
background-color: #df67fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df67fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 103, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 103, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df67fe; background: linear-gradient(135deg, #df67fe, #FE67B8);