#d5bcf7
a pale, electric violet · warm · closest name: plum
RGB
213, 188, 247
HSL
265°, 79%, 85%
CMYK
14, 24, 0, 3
Luminance
0.5683
Every format
| HEX | #d5bcf7 |
| RGB | rgb(213, 188, 247) |
| HSL | hsl(265, 79%, 85%) |
| CMYK | cmyk(14%, 24%, 0%, 3%) |
| LAB | lab(80.1 20.0 -25.9) |
| LCH | lch(80.1 32.7 307.6) |
| OKLCH | oklch(0.836 0.085 303.9) |
Copy-ready code
/* CSS */
color: #d5bcf7;
background-color: #d5bcf7;
/* Tailwind (arbitrary) */
class="text-[#d5bcf7] bg-[#d5bcf7]"
/* SCSS */
$brand: #d5bcf7;
/* SwiftUI */
Color(red: 0.835, green: 0.737, blue: 0.969)
/* Android */
Color.parseColor("#d5bcf7")Accessibility — WCAG contrast
Aa
#d5bcf7 on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d5bcf7 on black: 12.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.5%
Green73.7%
Blue96.9%
CMYK percentages
Cyan13.8%
Magenta23.9%
Yellow0.0%
Key (black)3.1%
Color previews
#d5bcf7 text on a black background
contrast 12.37:1
Card sample
#d5bcf7 text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d5bcf7;
Background color
Panel with #d5bcf7 background
background-color: #d5bcf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d5bcf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(213, 188, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(213, 188, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d5bcf7; background: linear-gradient(135deg, #d5bcf7, #F7BCF2);