#d0bccf
a light, soft magenta / pink · warm · closest name: silver
RGB
208, 188, 207
HSL
303°, 18%, 78%
CMYK
0, 10, 1, 18
Luminance
0.5388
Every format
| HEX | #d0bccf |
| RGB | rgb(208, 188, 207) |
| HSL | hsl(303, 18%, 78%) |
| CMYK | cmyk(0%, 10%, 1%, 18%) |
| LAB | lab(78.4 10.4 -7.0) |
| LCH | lch(78.4 12.5 326.3) |
| OKLCH | oklch(0.818 0.034 327.4) |
Copy-ready code
/* CSS */
color: #d0bccf;
background-color: #d0bccf;
/* Tailwind (arbitrary) */
class="text-[#d0bccf] bg-[#d0bccf]"
/* SCSS */
$brand: #d0bccf;
/* SwiftUI */
Color(red: 0.816, green: 0.737, blue: 0.812)
/* Android */
Color.parseColor("#d0bccf")Accessibility — WCAG contrast
Aa
#d0bccf on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d0bccf on black: 11.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green73.7%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta9.6%
Yellow0.5%
Key (black)18.4%
Color previews
#d0bccf text on a black background
contrast 11.78:1
Card sample
#d0bccf text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d0bccf;
Background color
Panel with #d0bccf background
background-color: #d0bccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d0bccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 188, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 188, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d0bccf; background: linear-gradient(135deg, #d0bccf, #D0BCC2);