#d3bfdf
a light, soft violet · warm · closest name: lavender
RGB
211, 191, 223
HSL
278°, 33%, 81%
CMYK
5, 14, 0, 13
Luminance
0.5644
Every format
| HEX | #d3bfdf |
| RGB | rgb(211, 191, 223) |
| HSL | hsl(278, 33%, 81%) |
| CMYK | cmyk(5%, 14%, 0%, 13%) |
| LAB | lab(79.9 12.9 -13.4) |
| LCH | lch(79.9 18.6 313.9) |
| OKLCH | oklch(0.831 0.049 312.9) |
Copy-ready code
/* CSS */
color: #d3bfdf;
background-color: #d3bfdf;
/* Tailwind (arbitrary) */
class="text-[#d3bfdf] bg-[#d3bfdf]"
/* SCSS */
$brand: #d3bfdf;
/* SwiftUI */
Color(red: 0.827, green: 0.749, blue: 0.875)
/* Android */
Color.parseColor("#d3bfdf")Accessibility — WCAG contrast
Aa
#d3bfdf on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d3bfdf on black: 12.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green74.9%
Blue87.5%
CMYK percentages
Cyan5.4%
Magenta14.3%
Yellow0.0%
Key (black)12.5%
Color previews
#d3bfdf text on a black background
contrast 12.29:1
Card sample
#d3bfdf text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d3bfdf;
Background color
Panel with #d3bfdf background
background-color: #d3bfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d3bfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 191, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 191, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d3bfdf; background: linear-gradient(135deg, #d3bfdf, #DFBFD6);