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