#debceb
a light, vivid violet · warm · closest name: plum
RGB
222, 188, 235
HSL
283°, 54%, 83%
CMYK
6, 20, 0, 8
Luminance
0.5749
Every format
| HEX | #debceb |
| RGB | rgb(222, 188, 235) |
| HSL | hsl(283, 54%, 83%) |
| CMYK | cmyk(6%, 20%, 0%, 8%) |
| LAB | lab(80.5 20.4 -18.8) |
| LCH | lch(80.5 27.8 317.3) |
| OKLCH | oklch(0.839 0.074 316.6) |
Copy-ready code
/* CSS */
color: #debceb;
background-color: #debceb;
/* Tailwind (arbitrary) */
class="text-[#debceb] bg-[#debceb]"
/* SCSS */
$brand: #debceb;
/* SwiftUI */
Color(red: 0.871, green: 0.737, blue: 0.922)
/* Android */
Color.parseColor("#debceb")Accessibility — WCAG contrast
Aa
#debceb on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#debceb on black: 12.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green73.7%
Blue92.2%
CMYK percentages
Cyan5.5%
Magenta20.0%
Yellow0.0%
Key (black)7.8%
Color previews
#debceb text on a black background
contrast 12.50:1
Card sample
#debceb text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #debceb;
Background color
Panel with #debceb background
background-color: #debceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #debceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 188, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 188, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #debceb; background: linear-gradient(135deg, #debceb, #EBBCD9);