#df8dff
a light, electric violet · warm · closest name: violet
RGB
223, 141, 255
HSL
283°, 100%, 78%
CMYK
13, 45, 0, 0
Luminance
0.4196
Every format
| HEX | #df8dff |
| RGB | rgb(223, 141, 255) |
| HSL | hsl(283, 100%, 78%) |
| CMYK | cmyk(13%, 45%, 0%, 0%) |
| LAB | lab(70.8 49.8 -44.4) |
| LCH | lch(70.8 66.7 318.2) |
| OKLCH | oklch(0.769 0.177 315.9) |
Copy-ready code
/* CSS */
color: #df8dff;
background-color: #df8dff;
/* Tailwind (arbitrary) */
class="text-[#df8dff] bg-[#df8dff]"
/* SCSS */
$brand: #df8dff;
/* SwiftUI */
Color(red: 0.875, green: 0.553, blue: 1.000)
/* Android */
Color.parseColor("#df8dff")Accessibility — WCAG contrast
Aa
#df8dff on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df8dff on black: 9.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green55.3%
Blue100.0%
CMYK percentages
Cyan12.5%
Magenta44.7%
Yellow0.0%
Key (black)0.0%
Color previews
#df8dff text on a black background
contrast 9.39:1
Card sample
#df8dff text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df8dff;
Background color
Panel with #df8dff background
background-color: #df8dff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df8dff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 141, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 141, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df8dff; background: linear-gradient(135deg, #df8dff, #FF8DD3);