#d0bfd2
a light, soft magenta / pink · warm · closest name: silver
RGB
208, 191, 210
HSL
294°, 17%, 79%
CMYK
1, 9, 0, 18
Luminance
0.5532
Every format
| HEX | #d0bfd2 |
| RGB | rgb(208, 191, 210) |
| HSL | hsl(294, 17%, 79%) |
| CMYK | cmyk(1%, 9%, 0%, 18%) |
| LAB | lab(79.2 9.4 -7.3) |
| LCH | lch(79.2 11.9 322.0) |
| OKLCH | oklch(0.825 0.032 322.6) |
Copy-ready code
/* CSS */
color: #d0bfd2;
background-color: #d0bfd2;
/* Tailwind (arbitrary) */
class="text-[#d0bfd2] bg-[#d0bfd2]"
/* SCSS */
$brand: #d0bfd2;
/* SwiftUI */
Color(red: 0.816, green: 0.749, blue: 0.824)
/* Android */
Color.parseColor("#d0bfd2")Accessibility — WCAG contrast
Aa
#d0bfd2 on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d0bfd2 on black: 12.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green74.9%
Blue82.4%
CMYK percentages
Cyan1.0%
Magenta9.0%
Yellow0.0%
Key (black)17.6%
Color previews
#d0bfd2 text on a black background
contrast 12.06:1
Card sample
#d0bfd2 text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d0bfd2;
Background color
Panel with #d0bfd2 background
background-color: #d0bfd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d0bfd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 191, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 191, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d0bfd2; background: linear-gradient(135deg, #d0bfd2, #D2BFC7);