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