#df7afd
a light, electric violet · warm · closest name: violet
RGB
223, 122, 253
HSL
286°, 97%, 74%
CMYK
12, 52, 0, 1
Luminance
0.3670
Every format
| HEX | #df7afd |
| RGB | rgb(223, 122, 253) |
| HSL | hsl(286, 97%, 74%) |
| CMYK | cmyk(12%, 52%, 0%, 1%) |
| LAB | lab(67.0 59.0 -49.3) |
| LCH | lch(67.0 76.9 320.1) |
| OKLCH | oklch(0.741 0.205 318.0) |
Copy-ready code
/* CSS */
color: #df7afd;
background-color: #df7afd;
/* Tailwind (arbitrary) */
class="text-[#df7afd] bg-[#df7afd]"
/* SCSS */
$brand: #df7afd;
/* SwiftUI */
Color(red: 0.875, green: 0.478, blue: 0.992)
/* Android */
Color.parseColor("#df7afd")Accessibility — WCAG contrast
Aa
#df7afd on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df7afd on black: 8.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green47.8%
Blue99.2%
CMYK percentages
Cyan11.9%
Magenta51.8%
Yellow0.0%
Key (black)0.8%
Color previews
#df7afd text on a black background
contrast 8.34:1
Card sample
#df7afd text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df7afd;
Background color
Panel with #df7afd background
background-color: #df7afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df7afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 122, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 122, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df7afd; background: linear-gradient(135deg, #df7afd, #FD7AC4);