#d3b0eb
a light, vivid violet · warm · closest name: plum
RGB
211, 176, 235
HSL
276°, 60%, 81%
CMYK
10, 25, 0, 8
Luminance
0.5090
Every format
| HEX | #d3b0eb |
| RGB | rgb(211, 176, 235) |
| HSL | hsl(276, 60%, 81%) |
| CMYK | cmyk(10%, 25%, 0%, 8%) |
| LAB | lab(76.6 23.4 -24.8) |
| LCH | lch(76.6 34.0 313.4) |
| OKLCH | oklch(0.807 0.090 311.2) |
Copy-ready code
/* CSS */
color: #d3b0eb;
background-color: #d3b0eb;
/* Tailwind (arbitrary) */
class="text-[#d3b0eb] bg-[#d3b0eb]"
/* SCSS */
$brand: #d3b0eb;
/* SwiftUI */
Color(red: 0.827, green: 0.690, blue: 0.922)
/* Android */
Color.parseColor("#d3b0eb")Accessibility — WCAG contrast
Aa
#d3b0eb on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d3b0eb on black: 11.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green69.0%
Blue92.2%
CMYK percentages
Cyan10.2%
Magenta25.1%
Yellow0.0%
Key (black)7.8%
Color previews
#d3b0eb text on a black background
contrast 11.18:1
Card sample
#d3b0eb text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d3b0eb;
Background color
Panel with #d3b0eb background
background-color: #d3b0eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d3b0eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 176, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 176, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d3b0eb; background: linear-gradient(135deg, #d3b0eb, #EBB0DC);