#d1bfe3
a light, soft violet · warm · closest name: lavender
RGB
209, 191, 227
HSL
270°, 39%, 82%
CMYK
8, 16, 0, 11
Luminance
0.5636
Every format
| HEX | #d1bfe3 |
| RGB | rgb(209, 191, 227) |
| HSL | hsl(270, 39%, 82%) |
| CMYK | cmyk(8%, 16%, 0%, 11%) |
| LAB | lab(79.8 13.0 -15.6) |
| LCH | lch(79.8 20.3 309.8) |
| OKLCH | oklch(0.831 0.053 307.8) |
Copy-ready code
/* CSS */
color: #d1bfe3;
background-color: #d1bfe3;
/* Tailwind (arbitrary) */
class="text-[#d1bfe3] bg-[#d1bfe3]"
/* SCSS */
$brand: #d1bfe3;
/* SwiftUI */
Color(red: 0.820, green: 0.749, blue: 0.890)
/* Android */
Color.parseColor("#d1bfe3")Accessibility — WCAG contrast
Aa
#d1bfe3 on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d1bfe3 on black: 12.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.0%
Green74.9%
Blue89.0%
CMYK percentages
Cyan7.9%
Magenta15.9%
Yellow0.0%
Key (black)11.0%
Color previews
#d1bfe3 text on a black background
contrast 12.27:1
Card sample
#d1bfe3 text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d1bfe3;
Background color
Panel with #d1bfe3 background
background-color: #d1bfe3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d1bfe3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(209, 191, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(209, 191, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d1bfe3; background: linear-gradient(135deg, #d1bfe3, #E3BFDD);