#deb4eb
a light, vivid violet · warm · closest name: plum
RGB
222, 180, 235
HSL
286°, 58%, 81%
CMYK
6, 23, 0, 8
Luminance
0.5417
Every format
| HEX | #deb4eb |
| RGB | rgb(222, 180, 235) |
| HSL | hsl(286, 58%, 81%) |
| CMYK | cmyk(6%, 23%, 0%, 8%) |
| LAB | lab(78.6 24.7 -21.7) |
| LCH | lch(78.6 32.9 318.7) |
| OKLCH | oklch(0.825 0.088 318.1) |
Copy-ready code
/* CSS */
color: #deb4eb;
background-color: #deb4eb;
/* Tailwind (arbitrary) */
class="text-[#deb4eb] bg-[#deb4eb]"
/* SCSS */
$brand: #deb4eb;
/* SwiftUI */
Color(red: 0.871, green: 0.706, blue: 0.922)
/* Android */
Color.parseColor("#deb4eb")Accessibility — WCAG contrast
Aa
#deb4eb on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#deb4eb on black: 11.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green70.6%
Blue92.2%
CMYK percentages
Cyan5.5%
Magenta23.4%
Yellow0.0%
Key (black)7.8%
Color previews
#deb4eb text on a black background
contrast 11.83:1
Card sample
#deb4eb text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #deb4eb;
Background color
Panel with #deb4eb background
background-color: #deb4eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #deb4eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 180, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 180, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #deb4eb; background: linear-gradient(135deg, #deb4eb, #EBB4D3);