#deb7eb
a light, vivid violet · warm · closest name: plum
RGB
222, 183, 235
HSL
285°, 57%, 82%
CMYK
6, 22, 0, 8
Luminance
0.5539
Every format
| HEX | #deb7eb |
| RGB | rgb(222, 183, 235) |
| HSL | hsl(285, 57%, 82%) |
| CMYK | cmyk(6%, 22%, 0%, 8%) |
| LAB | lab(79.3 23.1 -20.6) |
| LCH | lch(79.3 31.0 318.3) |
| OKLCH | oklch(0.830 0.083 317.6) |
Copy-ready code
/* CSS */
color: #deb7eb;
background-color: #deb7eb;
/* Tailwind (arbitrary) */
class="text-[#deb7eb] bg-[#deb7eb]"
/* SCSS */
$brand: #deb7eb;
/* SwiftUI */
Color(red: 0.871, green: 0.718, blue: 0.922)
/* Android */
Color.parseColor("#deb7eb")Accessibility — WCAG contrast
Aa
#deb7eb on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#deb7eb on black: 12.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green71.8%
Blue92.2%
CMYK percentages
Cyan5.5%
Magenta22.1%
Yellow0.0%
Key (black)7.8%
Color previews
#deb7eb text on a black background
contrast 12.08:1
Card sample
#deb7eb text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #deb7eb;
Background color
Panel with #deb7eb background
background-color: #deb7eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #deb7eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 183, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 183, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #deb7eb; background: linear-gradient(135deg, #deb7eb, #EBB7D5);