#deaaf8
a light, electric violet · warm · closest name: plum
RGB
222, 170, 248
HSL
280°, 85%, 82%
CMYK
11, 32, 0, 3
Luminance
0.5106
Every format
| HEX | #deaaf8 |
| RGB | rgb(222, 170, 248) |
| HSL | hsl(280, 85%, 82%) |
| CMYK | cmyk(11%, 32%, 0%, 3%) |
| LAB | lab(76.7 32.7 -31.5) |
| LCH | lch(76.7 45.4 316.0) |
| OKLCH | oklch(0.812 0.120 314.1) |
Copy-ready code
/* CSS */
color: #deaaf8;
background-color: #deaaf8;
/* Tailwind (arbitrary) */
class="text-[#deaaf8] bg-[#deaaf8]"
/* SCSS */
$brand: #deaaf8;
/* SwiftUI */
Color(red: 0.871, green: 0.667, blue: 0.973)
/* Android */
Color.parseColor("#deaaf8")Accessibility — WCAG contrast
Aa
#deaaf8 on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#deaaf8 on black: 11.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green66.7%
Blue97.3%
CMYK percentages
Cyan10.5%
Magenta31.5%
Yellow0.0%
Key (black)2.7%
Color previews
#deaaf8 text on a black background
contrast 11.21:1
Card sample
#deaaf8 text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #deaaf8;
Background color
Panel with #deaaf8 background
background-color: #deaaf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #deaaf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 170, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 170, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #deaaf8; background: linear-gradient(135deg, #deaaf8, #F8AADE);