#daaaee
a light, vivid violet · warm · closest name: plum
RGB
218, 170, 238
HSL
282°, 67%, 80%
CMYK
8, 29, 0, 7
Luminance
0.4983
Every format
| HEX | #daaaee |
| RGB | rgb(218, 170, 238) |
| HSL | hsl(282, 67%, 80%) |
| CMYK | cmyk(8%, 29%, 0%, 7%) |
| LAB | lab(76.0 29.4 -27.3) |
| LCH | lch(76.0 40.2 317.1) |
| OKLCH | oklch(0.804 0.107 315.8) |
Copy-ready code
/* CSS */
color: #daaaee;
background-color: #daaaee;
/* Tailwind (arbitrary) */
class="text-[#daaaee] bg-[#daaaee]"
/* SCSS */
$brand: #daaaee;
/* SwiftUI */
Color(red: 0.855, green: 0.667, blue: 0.933)
/* Android */
Color.parseColor("#daaaee")Accessibility — WCAG contrast
Aa
#daaaee on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#daaaee on black: 10.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green66.7%
Blue93.3%
CMYK percentages
Cyan8.4%
Magenta28.6%
Yellow0.0%
Key (black)6.7%
Color previews
#daaaee text on a black background
contrast 10.97:1
Card sample
#daaaee text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #daaaee;
Background color
Panel with #daaaee background
background-color: #daaaee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #daaaee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 170, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 170, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #daaaee; background: linear-gradient(135deg, #daaaee, #EEAAD5);