#d0bfd8
a light, soft violet · warm · closest name: lavender
RGB
208, 191, 216
HSL
281°, 24%, 80%
CMYK
4, 12, 0, 15
Luminance
0.5563
Every format
| HEX | #d0bfd8 |
| RGB | rgb(208, 191, 216) |
| HSL | hsl(281, 24%, 80%) |
| CMYK | cmyk(4%, 12%, 0%, 15%) |
| LAB | lab(79.4 10.5 -10.3) |
| LCH | lch(79.4 14.7 315.6) |
| OKLCH | oklch(0.826 0.039 315.1) |
Copy-ready code
/* CSS */
color: #d0bfd8;
background-color: #d0bfd8;
/* Tailwind (arbitrary) */
class="text-[#d0bfd8] bg-[#d0bfd8]"
/* SCSS */
$brand: #d0bfd8;
/* SwiftUI */
Color(red: 0.816, green: 0.749, blue: 0.847)
/* Android */
Color.parseColor("#d0bfd8")Accessibility — WCAG contrast
Aa
#d0bfd8 on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d0bfd8 on black: 12.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green74.9%
Blue84.7%
CMYK percentages
Cyan3.7%
Magenta11.6%
Yellow0.0%
Key (black)15.3%
Color previews
#d0bfd8 text on a black background
contrast 12.13:1
Card sample
#d0bfd8 text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d0bfd8;
Background color
Panel with #d0bfd8 background
background-color: #d0bfd8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d0bfd8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 191, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 191, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d0bfd8; background: linear-gradient(135deg, #d0bfd8, #D8BFCF);