#df6dfd
a light, electric violet · warm · closest name: violet
RGB
223, 109, 253
HSL
288°, 97%, 71%
CMYK
12, 57, 0, 1
Luminance
0.3372
Every format
| HEX | #df6dfd |
| RGB | rgb(223, 109, 253) |
| HSL | hsl(288, 97%, 71%) |
| CMYK | cmyk(12%, 57%, 0%, 1%) |
| LAB | lab(64.7 65.2 -53.0) |
| LCH | lch(64.7 84.0 320.9) |
| OKLCH | oklch(0.724 0.224 318.8) |
Copy-ready code
/* CSS */
color: #df6dfd;
background-color: #df6dfd;
/* Tailwind (arbitrary) */
class="text-[#df6dfd] bg-[#df6dfd]"
/* SCSS */
$brand: #df6dfd;
/* SwiftUI */
Color(red: 0.875, green: 0.427, blue: 0.992)
/* Android */
Color.parseColor("#df6dfd")Accessibility — WCAG contrast
Aa
#df6dfd on white: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df6dfd on black: 7.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green42.7%
Blue99.2%
CMYK percentages
Cyan11.9%
Magenta56.9%
Yellow0.0%
Key (black)0.8%
Color previews
#df6dfd text on a black background
contrast 7.74:1
Card sample
#df6dfd text on a white background
contrast 2.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df6dfd;
Background color
Panel with #df6dfd background
background-color: #df6dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df6dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 109, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 109, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df6dfd; background: linear-gradient(135deg, #df6dfd, #FD6DBB);