#df6dfe
a light, electric violet · warm · closest name: violet
RGB
223, 109, 254
HSL
287°, 99%, 71%
CMYK
12, 57, 0, 0
Luminance
0.3378
Every format
| HEX | #df6dfe |
| RGB | rgb(223, 109, 254) |
| HSL | hsl(287, 99%, 71%) |
| CMYK | cmyk(12%, 57%, 0%, 0%) |
| LAB | lab(64.8 65.3 -53.4) |
| LCH | lch(64.8 84.4 320.7) |
| OKLCH | oklch(0.724 0.225 318.6) |
Copy-ready code
/* CSS */
color: #df6dfe;
background-color: #df6dfe;
/* Tailwind (arbitrary) */
class="text-[#df6dfe] bg-[#df6dfe]"
/* SCSS */
$brand: #df6dfe;
/* SwiftUI */
Color(red: 0.875, green: 0.427, blue: 0.996)
/* Android */
Color.parseColor("#df6dfe")Accessibility — WCAG contrast
Aa
#df6dfe on white: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df6dfe on black: 7.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green42.7%
Blue99.6%
CMYK percentages
Cyan12.2%
Magenta57.1%
Yellow0.0%
Key (black)0.4%
Color previews
#df6dfe text on a black background
contrast 7.76:1
Card sample
#df6dfe text on a white background
contrast 2.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df6dfe;
Background color
Panel with #df6dfe background
background-color: #df6dfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df6dfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 109, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 109, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df6dfe; background: linear-gradient(135deg, #df6dfe, #FE6DBC);