#dfa3eb
a light, vivid magenta / pink · warm · closest name: plum
RGB
223, 163, 235
HSL
290°, 64%, 78%
CMYK
5, 31, 0, 8
Luminance
0.4788
Every format
| HEX | #dfa3eb |
| RGB | rgb(223, 163, 235) |
| HSL | hsl(290, 64%, 78%) |
| CMYK | cmyk(5%, 31%, 0%, 8%) |
| LAB | lab(74.8 34.2 -27.5) |
| LCH | lch(74.8 43.9 321.2) |
| OKLCH | oklch(0.796 0.118 320.7) |
Copy-ready code
/* CSS */
color: #dfa3eb;
background-color: #dfa3eb;
/* Tailwind (arbitrary) */
class="text-[#dfa3eb] bg-[#dfa3eb]"
/* SCSS */
$brand: #dfa3eb;
/* SwiftUI */
Color(red: 0.875, green: 0.639, blue: 0.922)
/* Android */
Color.parseColor("#dfa3eb")Accessibility — WCAG contrast
Aa
#dfa3eb on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfa3eb on black: 10.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green63.9%
Blue92.2%
CMYK percentages
Cyan5.1%
Magenta30.6%
Yellow0.0%
Key (black)7.8%
Color previews
#dfa3eb text on a black background
contrast 10.58:1
Card sample
#dfa3eb text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfa3eb;
Background color
Panel with #dfa3eb background
background-color: #dfa3eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfa3eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 163, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 163, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfa3eb; background: linear-gradient(135deg, #dfa3eb, #EBA3C7);