#d1bcfd
a pale, electric violet · warm · closest name: plum
RGB
209, 188, 253
HSL
259°, 94%, 87%
CMYK
17, 26, 0, 1
Luminance
0.5661
Every format
| HEX | #d1bcfd |
| RGB | rgb(209, 188, 253) |
| HSL | hsl(259, 94%, 87%) |
| CMYK | cmyk(17%, 26%, 0%, 1%) |
| LAB | lab(80.0 20.0 -29.3) |
| LCH | lch(80.0 35.5 304.3) |
| OKLCH | oklch(0.835 0.092 299.2) |
Copy-ready code
/* CSS */
color: #d1bcfd;
background-color: #d1bcfd;
/* Tailwind (arbitrary) */
class="text-[#d1bcfd] bg-[#d1bcfd]"
/* SCSS */
$brand: #d1bcfd;
/* SwiftUI */
Color(red: 0.820, green: 0.737, blue: 0.992)
/* Android */
Color.parseColor("#d1bcfd")Accessibility — WCAG contrast
Aa
#d1bcfd on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d1bcfd on black: 12.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.0%
Green73.7%
Blue99.2%
CMYK percentages
Cyan17.4%
Magenta25.7%
Yellow0.0%
Key (black)0.8%
Color previews
#d1bcfd text on a black background
contrast 12.32:1
Card sample
#d1bcfd text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d1bcfd;
Background color
Panel with #d1bcfd background
background-color: #d1bcfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d1bcfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(209, 188, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(209, 188, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d1bcfd; background: linear-gradient(135deg, #d1bcfd, #FCBCFD);