#dfa2fd
a light, electric violet · warm · closest name: plum
RGB
223, 162, 253
HSL
280°, 96%, 81%
CMYK
12, 36, 0, 1
Luminance
0.4862
Every format
| HEX | #dfa2fd |
| RGB | rgb(223, 162, 253) |
| HSL | hsl(280, 96%, 81%) |
| CMYK | cmyk(12%, 36%, 0%, 1%) |
| LAB | lab(75.2 38.3 -36.5) |
| LCH | lch(75.2 52.9 316.3) |
| OKLCH | oklch(0.802 0.140 314.1) |
Copy-ready code
/* CSS */
color: #dfa2fd;
background-color: #dfa2fd;
/* Tailwind (arbitrary) */
class="text-[#dfa2fd] bg-[#dfa2fd]"
/* SCSS */
$brand: #dfa2fd;
/* SwiftUI */
Color(red: 0.875, green: 0.635, blue: 0.992)
/* Android */
Color.parseColor("#dfa2fd")Accessibility — WCAG contrast
Aa
#dfa2fd on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfa2fd on black: 10.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green63.5%
Blue99.2%
CMYK percentages
Cyan11.9%
Magenta36.0%
Yellow0.0%
Key (black)0.8%
Color previews
#dfa2fd text on a black background
contrast 10.72:1
Card sample
#dfa2fd text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfa2fd;
Background color
Panel with #dfa2fd background
background-color: #dfa2fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfa2fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 162, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 162, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfa2fd; background: linear-gradient(135deg, #dfa2fd, #FDA2DE);