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