#d6bfdf
a light, soft violet · warm · closest name: lavender
RGB
214, 191, 223
HSL
283°, 33%, 81%
CMYK
4, 14, 0, 13
Luminance
0.5689
Every format
| HEX | #d6bfdf |
| RGB | rgb(214, 191, 223) |
| HSL | hsl(283, 33%, 81%) |
| CMYK | cmyk(4%, 14%, 0%, 13%) |
| LAB | lab(80.1 13.9 -13.0) |
| LCH | lch(80.1 19.0 316.9) |
| OKLCH | oklch(0.834 0.051 316.5) |
Copy-ready code
/* CSS */
color: #d6bfdf;
background-color: #d6bfdf;
/* Tailwind (arbitrary) */
class="text-[#d6bfdf] bg-[#d6bfdf]"
/* SCSS */
$brand: #d6bfdf;
/* SwiftUI */
Color(red: 0.839, green: 0.749, blue: 0.875)
/* Android */
Color.parseColor("#d6bfdf")Accessibility — WCAG contrast
Aa
#d6bfdf on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d6bfdf on black: 12.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.9%
Green74.9%
Blue87.5%
CMYK percentages
Cyan4.0%
Magenta14.3%
Yellow0.0%
Key (black)12.5%
Color previews
#d6bfdf text on a black background
contrast 12.38:1
Card sample
#d6bfdf text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d6bfdf;
Background color
Panel with #d6bfdf background
background-color: #d6bfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d6bfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(214, 191, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(214, 191, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d6bfdf; background: linear-gradient(135deg, #d6bfdf, #DFBFD3);