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