#df8bfe
a light, electric violet · warm · closest name: violet
RGB
223, 139, 254
HSL
284°, 98%, 77%
CMYK
12, 45, 0, 0
Luminance
0.4131
Every format
| HEX | #df8bfe |
| RGB | rgb(223, 139, 254) |
| HSL | hsl(284, 98%, 77%) |
| CMYK | cmyk(12%, 45%, 0%, 0%) |
| LAB | lab(70.4 50.6 -44.6) |
| LCH | lch(70.4 67.5 318.6) |
| OKLCH | oklch(0.766 0.179 316.4) |
Copy-ready code
/* CSS */
color: #df8bfe;
background-color: #df8bfe;
/* Tailwind (arbitrary) */
class="text-[#df8bfe] bg-[#df8bfe]"
/* SCSS */
$brand: #df8bfe;
/* SwiftUI */
Color(red: 0.875, green: 0.545, blue: 0.996)
/* Android */
Color.parseColor("#df8bfe")Accessibility — WCAG contrast
Aa
#df8bfe on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df8bfe on black: 9.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green54.5%
Blue99.6%
CMYK percentages
Cyan12.2%
Magenta45.3%
Yellow0.0%
Key (black)0.4%
Color previews
#df8bfe text on a black background
contrast 9.26:1
Card sample
#df8bfe text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df8bfe;
Background color
Panel with #df8bfe background
background-color: #df8bfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df8bfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 139, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 139, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df8bfe; background: linear-gradient(135deg, #df8bfe, #FE8BD0);