#d2baf6
a light, electric violet · warm · closest name: plum
RGB
210, 186, 246
HSL
264°, 77%, 85%
CMYK
15, 24, 0, 4
Luminance
0.5547
Every format
| HEX | #d2baf6 |
| RGB | rgb(210, 186, 246) |
| HSL | hsl(264, 77%, 85%) |
| CMYK | cmyk(15%, 24%, 0%, 4%) |
| LAB | lab(79.3 19.9 -26.6) |
| LCH | lch(79.3 33.2 306.9) |
| OKLCH | oklch(0.829 0.086 302.8) |
Copy-ready code
/* CSS */
color: #d2baf6;
background-color: #d2baf6;
/* Tailwind (arbitrary) */
class="text-[#d2baf6] bg-[#d2baf6]"
/* SCSS */
$brand: #d2baf6;
/* SwiftUI */
Color(red: 0.824, green: 0.729, blue: 0.965)
/* Android */
Color.parseColor("#d2baf6")Accessibility — WCAG contrast
Aa
#d2baf6 on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2baf6 on black: 12.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green72.9%
Blue96.5%
CMYK percentages
Cyan14.6%
Magenta24.4%
Yellow0.0%
Key (black)3.5%
Color previews
#d2baf6 text on a black background
contrast 12.09:1
Card sample
#d2baf6 text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2baf6;
Background color
Panel with #d2baf6 background
background-color: #d2baf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2baf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 186, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 186, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2baf6; background: linear-gradient(135deg, #d2baf6, #F6BAF2);