#d6bfe2
a light, soft violet · warm · closest name: lavender
RGB
214, 191, 226
HSL
279°, 38%, 82%
CMYK
5, 16, 0, 11
Luminance
0.5705
Every format
| HEX | #d6bfe2 |
| RGB | rgb(214, 191, 226) |
| HSL | hsl(279, 38%, 82%) |
| CMYK | cmyk(5%, 16%, 0%, 11%) |
| LAB | lab(80.2 14.4 -14.4) |
| LCH | lch(80.2 20.4 315.0) |
| OKLCH | oklch(0.835 0.054 314.1) |
Copy-ready code
/* CSS */
color: #d6bfe2;
background-color: #d6bfe2;
/* Tailwind (arbitrary) */
class="text-[#d6bfe2] bg-[#d6bfe2]"
/* SCSS */
$brand: #d6bfe2;
/* SwiftUI */
Color(red: 0.839, green: 0.749, blue: 0.886)
/* Android */
Color.parseColor("#d6bfe2")Accessibility — WCAG contrast
Aa
#d6bfe2 on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d6bfe2 on black: 12.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.9%
Green74.9%
Blue88.6%
CMYK percentages
Cyan5.3%
Magenta15.5%
Yellow0.0%
Key (black)11.4%
Color previews
#d6bfe2 text on a black background
contrast 12.41:1
Card sample
#d6bfe2 text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d6bfe2;
Background color
Panel with #d6bfe2 background
background-color: #d6bfe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d6bfe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(214, 191, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(214, 191, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d6bfe2; background: linear-gradient(135deg, #d6bfe2, #E2BFD7);