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