#df7afe
a light, electric violet · warm · closest name: violet
RGB
223, 122, 254
HSL
286°, 99%, 74%
CMYK
12, 52, 0, 0
Luminance
0.3676
Every format
| HEX | #df7afe |
| RGB | rgb(223, 122, 254) |
| HSL | hsl(286, 99%, 74%) |
| CMYK | cmyk(12%, 52%, 0%, 0%) |
| LAB | lab(67.1 59.2 -49.8) |
| LCH | lch(67.1 77.3 319.9) |
| OKLCH | oklch(0.741 0.206 317.8) |
Copy-ready code
/* CSS */
color: #df7afe;
background-color: #df7afe;
/* Tailwind (arbitrary) */
class="text-[#df7afe] bg-[#df7afe]"
/* SCSS */
$brand: #df7afe;
/* SwiftUI */
Color(red: 0.875, green: 0.478, blue: 0.996)
/* Android */
Color.parseColor("#df7afe")Accessibility — WCAG contrast
Aa
#df7afe on white: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df7afe on black: 8.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green47.8%
Blue99.6%
CMYK percentages
Cyan12.2%
Magenta52.0%
Yellow0.0%
Key (black)0.4%
Color previews
#df7afe text on a black background
contrast 8.35:1
Card sample
#df7afe text on a white background
contrast 2.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df7afe;
Background color
Panel with #df7afe background
background-color: #df7afe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df7afe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 122, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 122, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df7afe; background: linear-gradient(135deg, #df7afe, #FE7AC5);