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