#d2baee
a light, vivid violet · warm · closest name: plum
RGB
210, 186, 238
HSL
268°, 61%, 83%
CMYK
12, 22, 0, 7
Luminance
0.5499
Every format
| HEX | #d2baee |
| RGB | rgb(210, 186, 238) |
| HSL | hsl(268, 61%, 83%) |
| CMYK | cmyk(12%, 22%, 0%, 7%) |
| LAB | lab(79.0 18.2 -22.7) |
| LCH | lch(79.0 29.1 308.8) |
| OKLCH | oklch(0.826 0.076 305.8) |
Copy-ready code
/* CSS */
color: #d2baee;
background-color: #d2baee;
/* Tailwind (arbitrary) */
class="text-[#d2baee] bg-[#d2baee]"
/* SCSS */
$brand: #d2baee;
/* SwiftUI */
Color(red: 0.824, green: 0.729, blue: 0.933)
/* Android */
Color.parseColor("#d2baee")Accessibility — WCAG contrast
Aa
#d2baee on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2baee on black: 12.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green72.9%
Blue93.3%
CMYK percentages
Cyan11.8%
Magenta21.8%
Yellow0.0%
Key (black)6.7%
Color previews
#d2baee text on a black background
contrast 12.00:1
Card sample
#d2baee text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2baee;
Background color
Panel with #d2baee background
background-color: #d2baee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2baee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 186, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 186, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2baee; background: linear-gradient(135deg, #d2baee, #EEBAE7);