#d7aaee
a light, vivid violet · warm · closest name: plum
RGB
215, 170, 238
HSL
280°, 67%, 80%
CMYK
10, 29, 0, 7
Luminance
0.4937
Every format
| HEX | #d7aaee |
| RGB | rgb(215, 170, 238) |
| HSL | hsl(280, 67%, 80%) |
| CMYK | cmyk(10%, 29%, 0%, 7%) |
| LAB | lab(75.7 28.5 -27.8) |
| LCH | lch(75.7 39.8 315.7) |
| OKLCH | oklch(0.801 0.105 314.0) |
Copy-ready code
/* CSS */
color: #d7aaee;
background-color: #d7aaee;
/* Tailwind (arbitrary) */
class="text-[#d7aaee] bg-[#d7aaee]"
/* SCSS */
$brand: #d7aaee;
/* SwiftUI */
Color(red: 0.843, green: 0.667, blue: 0.933)
/* Android */
Color.parseColor("#d7aaee")Accessibility — WCAG contrast
Aa
#d7aaee on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d7aaee on black: 10.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.3%
Green66.7%
Blue93.3%
CMYK percentages
Cyan9.7%
Magenta28.6%
Yellow0.0%
Key (black)6.7%
Color previews
#d7aaee text on a black background
contrast 10.87:1
Card sample
#d7aaee text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d7aaee;
Background color
Panel with #d7aaee background
background-color: #d7aaee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d7aaee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(215, 170, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(215, 170, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d7aaee; background: linear-gradient(135deg, #d7aaee, #EEAAD8);