#d0bfdf
a light, soft violet · warm · closest name: lavender
RGB
208, 191, 223
HSL
272°, 33%, 81%
CMYK
7, 14, 0, 13
Luminance
0.5600
Every format
| HEX | #d0bfdf |
| RGB | rgb(208, 191, 223) |
| HSL | hsl(272, 33%, 81%) |
| CMYK | cmyk(7%, 14%, 0%, 13%) |
| LAB | lab(79.6 11.9 -13.8) |
| LCH | lch(79.6 18.2 310.8) |
| OKLCH | oklch(0.829 0.048 309.1) |
Copy-ready code
/* CSS */
color: #d0bfdf;
background-color: #d0bfdf;
/* Tailwind (arbitrary) */
class="text-[#d0bfdf] bg-[#d0bfdf]"
/* SCSS */
$brand: #d0bfdf;
/* SwiftUI */
Color(red: 0.816, green: 0.749, blue: 0.875)
/* Android */
Color.parseColor("#d0bfdf")Accessibility — WCAG contrast
Aa
#d0bfdf on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d0bfdf on black: 12.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green74.9%
Blue87.5%
CMYK percentages
Cyan6.7%
Magenta14.3%
Yellow0.0%
Key (black)12.5%
Color previews
#d0bfdf text on a black background
contrast 12.20:1
Card sample
#d0bfdf text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d0bfdf;
Background color
Panel with #d0bfdf background
background-color: #d0bfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d0bfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 191, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 191, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d0bfdf; background: linear-gradient(135deg, #d0bfdf, #DFBFD9);