#d2abef
a light, vivid violet · warm · closest name: plum
RGB
210, 171, 239
HSL
274°, 68%, 80%
CMYK
12, 29, 0, 6
Luminance
0.4906
Every format
| HEX | #d2abef |
| RGB | rgb(210, 171, 239) |
| HSL | hsl(274, 68%, 80%) |
| CMYK | cmyk(12%, 29%, 0%, 6%) |
| LAB | lab(75.5 26.6 -28.6) |
| LCH | lch(75.5 39.1 312.9) |
| OKLCH | oklch(0.799 0.103 310.3) |
Copy-ready code
/* CSS */
color: #d2abef;
background-color: #d2abef;
/* Tailwind (arbitrary) */
class="text-[#d2abef] bg-[#d2abef]"
/* SCSS */
$brand: #d2abef;
/* SwiftUI */
Color(red: 0.824, green: 0.671, blue: 0.937)
/* Android */
Color.parseColor("#d2abef")Accessibility — WCAG contrast
Aa
#d2abef on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2abef on black: 10.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green67.1%
Blue93.7%
CMYK percentages
Cyan12.1%
Magenta28.5%
Yellow0.0%
Key (black)6.3%
Color previews
#d2abef text on a black background
contrast 10.81:1
Card sample
#d2abef text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2abef;
Background color
Panel with #d2abef background
background-color: #d2abef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2abef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 171, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 171, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2abef; background: linear-gradient(135deg, #d2abef, #EFABDF);