#df8cf9
a light, electric violet · warm · closest name: violet
RGB
223, 140, 249
HSL
286°, 90%, 76%
CMYK
10, 44, 0, 2
Luminance
0.4128
Every format
| HEX | #df8cf9 |
| RGB | rgb(223, 140, 249) |
| HSL | hsl(286, 90%, 76%) |
| CMYK | cmyk(10%, 44%, 0%, 2%) |
| LAB | lab(70.4 49.1 -41.9) |
| LCH | lch(70.4 64.6 319.5) |
| OKLCH | oklch(0.765 0.172 317.8) |
Copy-ready code
/* CSS */
color: #df8cf9;
background-color: #df8cf9;
/* Tailwind (arbitrary) */
class="text-[#df8cf9] bg-[#df8cf9]"
/* SCSS */
$brand: #df8cf9;
/* SwiftUI */
Color(red: 0.875, green: 0.549, blue: 0.976)
/* Android */
Color.parseColor("#df8cf9")Accessibility — WCAG contrast
Aa
#df8cf9 on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df8cf9 on black: 9.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green54.9%
Blue97.6%
CMYK percentages
Cyan10.4%
Magenta43.8%
Yellow0.0%
Key (black)2.4%
Color previews
#df8cf9 text on a black background
contrast 9.26:1
Card sample
#df8cf9 text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df8cf9;
Background color
Panel with #df8cf9 background
background-color: #df8cf9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df8cf9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 140, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 140, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df8cf9; background: linear-gradient(135deg, #df8cf9, #F98CCA);