#df9af9
a light, electric violet · warm · closest name: violet
RGB
223, 154, 249
HSL
284°, 89%, 79%
CMYK
10, 38, 0, 2
Luminance
0.4564
Every format
| HEX | #df9af9 |
| RGB | rgb(223, 154, 249) |
| HSL | hsl(284, 89%, 79%) |
| CMYK | cmyk(10%, 38%, 0%, 2%) |
| LAB | lab(73.3 41.8 -37.3) |
| LCH | lch(73.3 56.0 318.2) |
| OKLCH | oklch(0.787 0.149 316.4) |
Copy-ready code
/* CSS */
color: #df9af9;
background-color: #df9af9;
/* Tailwind (arbitrary) */
class="text-[#df9af9] bg-[#df9af9]"
/* SCSS */
$brand: #df9af9;
/* SwiftUI */
Color(red: 0.875, green: 0.604, blue: 0.976)
/* Android */
Color.parseColor("#df9af9")Accessibility — WCAG contrast
Aa
#df9af9 on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df9af9 on black: 10.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green60.4%
Blue97.6%
CMYK percentages
Cyan10.4%
Magenta38.2%
Yellow0.0%
Key (black)2.4%
Color previews
#df9af9 text on a black background
contrast 10.13:1
Card sample
#df9af9 text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df9af9;
Background color
Panel with #df9af9 background
background-color: #df9af9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df9af9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 154, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 154, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df9af9; background: linear-gradient(135deg, #df9af9, #F99AD4);