#d2b3fd
a light, electric violet · warm · closest name: plum
RGB
210, 179, 253
HSL
265°, 95%, 85%
CMYK
17, 29, 0, 1
Luminance
0.5303
Every format
| HEX | #d2b3fd |
| RGB | rgb(210, 179, 253) |
| HSL | hsl(265, 95%, 85%) |
| CMYK | cmyk(17%, 29%, 0%, 1%) |
| LAB | lab(77.9 25.2 -32.5) |
| LCH | lch(77.9 41.1 307.8) |
| OKLCH | oklch(0.819 0.107 303.3) |
Copy-ready code
/* CSS */
color: #d2b3fd;
background-color: #d2b3fd;
/* Tailwind (arbitrary) */
class="text-[#d2b3fd] bg-[#d2b3fd]"
/* SCSS */
$brand: #d2b3fd;
/* SwiftUI */
Color(red: 0.824, green: 0.702, blue: 0.992)
/* Android */
Color.parseColor("#d2b3fd")Accessibility — WCAG contrast
Aa
#d2b3fd on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2b3fd on black: 11.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green70.2%
Blue99.2%
CMYK percentages
Cyan17.0%
Magenta29.2%
Yellow0.0%
Key (black)0.8%
Color previews
#d2b3fd text on a black background
contrast 11.61:1
Card sample
#d2b3fd text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2b3fd;
Background color
Panel with #d2b3fd background
background-color: #d2b3fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2b3fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 179, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 179, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2b3fd; background: linear-gradient(135deg, #d2b3fd, #FDB3F7);