#df9dfc
a light, electric violet · warm · closest name: violet
RGB
223, 157, 252
HSL
282°, 94%, 80%
CMYK
12, 38, 0, 1
Luminance
0.4683
Every format
| HEX | #df9dfc |
| RGB | rgb(223, 157, 252) |
| HSL | hsl(282, 94%, 80%) |
| CMYK | cmyk(12%, 38%, 0%, 1%) |
| LAB | lab(74.1 40.8 -37.8) |
| LCH | lch(74.1 55.6 317.2) |
| OKLCH | oklch(0.793 0.147 315.1) |
Copy-ready code
/* CSS */
color: #df9dfc;
background-color: #df9dfc;
/* Tailwind (arbitrary) */
class="text-[#df9dfc] bg-[#df9dfc]"
/* SCSS */
$brand: #df9dfc;
/* SwiftUI */
Color(red: 0.875, green: 0.616, blue: 0.988)
/* Android */
Color.parseColor("#df9dfc")Accessibility — WCAG contrast
Aa
#df9dfc on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df9dfc on black: 10.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green61.6%
Blue98.8%
CMYK percentages
Cyan11.5%
Magenta37.7%
Yellow0.0%
Key (black)1.2%
Color previews
#df9dfc text on a black background
contrast 10.37:1
Card sample
#df9dfc text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df9dfc;
Background color
Panel with #df9dfc background
background-color: #df9dfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df9dfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 157, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 157, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df9dfc; background: linear-gradient(135deg, #df9dfc, #FC9DDA);