#deafeb
a light, vivid violet · warm · closest name: plum
RGB
222, 175, 235
HSL
287°, 60%, 80%
CMYK
6, 26, 0, 8
Luminance
0.5219
Every format
| HEX | #deafeb |
| RGB | rgb(222, 175, 235) |
| HSL | hsl(287, 60%, 80%) |
| CMYK | cmyk(6%, 26%, 0%, 8%) |
| LAB | lab(77.4 27.4 -23.5) |
| LCH | lch(77.4 36.1 319.4) |
| OKLCH | oklch(0.816 0.097 318.8) |
Copy-ready code
/* CSS */
color: #deafeb;
background-color: #deafeb;
/* Tailwind (arbitrary) */
class="text-[#deafeb] bg-[#deafeb]"
/* SCSS */
$brand: #deafeb;
/* SwiftUI */
Color(red: 0.871, green: 0.686, blue: 0.922)
/* Android */
Color.parseColor("#deafeb")Accessibility — WCAG contrast
Aa
#deafeb on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#deafeb on black: 11.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green68.6%
Blue92.2%
CMYK percentages
Cyan5.5%
Magenta25.5%
Yellow0.0%
Key (black)7.8%
Color previews
#deafeb text on a black background
contrast 11.44:1
Card sample
#deafeb text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #deafeb;
Background color
Panel with #deafeb background
background-color: #deafeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #deafeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 175, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 175, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #deafeb; background: linear-gradient(135deg, #deafeb, #EBAFD0);