#d5b8ea
a light, vivid violet · warm · closest name: plum
RGB
213, 184, 234
HSL
275°, 54%, 82%
CMYK
9, 21, 0, 8
Luminance
0.5437
Every format
| HEX | #d5b8ea |
| RGB | rgb(213, 184, 234) |
| HSL | hsl(275, 54%, 82%) |
| CMYK | cmyk(9%, 21%, 0%, 8%) |
| LAB | lab(78.7 19.5 -21.1) |
| LCH | lch(78.7 28.7 312.8) |
| OKLCH | oklch(0.824 0.075 310.8) |
Copy-ready code
/* CSS */
color: #d5b8ea;
background-color: #d5b8ea;
/* Tailwind (arbitrary) */
class="text-[#d5b8ea] bg-[#d5b8ea]"
/* SCSS */
$brand: #d5b8ea;
/* SwiftUI */
Color(red: 0.835, green: 0.722, blue: 0.918)
/* Android */
Color.parseColor("#d5b8ea")Accessibility — WCAG contrast
Aa
#d5b8ea on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d5b8ea on black: 11.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.5%
Green72.2%
Blue91.8%
CMYK percentages
Cyan9.0%
Magenta21.4%
Yellow0.0%
Key (black)8.2%
Color previews
#d5b8ea text on a black background
contrast 11.87:1
Card sample
#d5b8ea text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d5b8ea;
Background color
Panel with #d5b8ea background
background-color: #d5b8ea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d5b8ea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(213, 184, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(213, 184, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d5b8ea; background: linear-gradient(135deg, #d5b8ea, #EAB8DE);