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