#df9dfe
a light, electric violet · warm · closest name: violet
RGB
223, 157, 254
HSL
281°, 98%, 81%
CMYK
12, 38, 0, 0
Luminance
0.4696
Every format
| HEX | #df9dfe |
| RGB | rgb(223, 157, 254) |
| HSL | hsl(281, 98%, 81%) |
| CMYK | cmyk(12%, 38%, 0%, 0%) |
| LAB | lab(74.2 41.2 -38.7) |
| LCH | lch(74.2 56.5 316.8) |
| OKLCH | oklch(0.794 0.149 314.5) |
Copy-ready code
/* CSS */
color: #df9dfe;
background-color: #df9dfe;
/* Tailwind (arbitrary) */
class="text-[#df9dfe] bg-[#df9dfe]"
/* SCSS */
$brand: #df9dfe;
/* SwiftUI */
Color(red: 0.875, green: 0.616, blue: 0.996)
/* Android */
Color.parseColor("#df9dfe")Accessibility — WCAG contrast
Aa
#df9dfe on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df9dfe on black: 10.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green61.6%
Blue99.6%
CMYK percentages
Cyan12.2%
Magenta38.2%
Yellow0.0%
Key (black)0.4%
Color previews
#df9dfe text on a black background
contrast 10.39:1
Card sample
#df9dfe text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df9dfe;
Background color
Panel with #df9dfe background
background-color: #df9dfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df9dfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 157, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 157, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df9dfe; background: linear-gradient(135deg, #df9dfe, #FE9DDC);