#d2bfba
a light, soft red · warm · closest name: silver
RGB
210, 191, 186
HSL
13°, 21%, 78%
CMYK
0, 9, 11, 18
Luminance
0.5451
Every format
| HEX | #d2bfba |
| RGB | rgb(210, 191, 186) |
| HSL | hsl(13, 21%, 78%) |
| CMYK | cmyk(0%, 9%, 11%, 18%) |
| LAB | lab(78.8 5.9 5.0) |
| LCH | lch(78.8 7.7 40.2) |
| OKLCH | oklch(0.819 0.023 35.1) |
Copy-ready code
/* CSS */
color: #d2bfba;
background-color: #d2bfba;
/* Tailwind (arbitrary) */
class="text-[#d2bfba] bg-[#d2bfba]"
/* SCSS */
$brand: #d2bfba;
/* SwiftUI */
Color(red: 0.824, green: 0.749, blue: 0.729)
/* Android */
Color.parseColor("#d2bfba")Accessibility — WCAG contrast
Aa
#d2bfba on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2bfba on black: 11.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green74.9%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta9.0%
Yellow11.4%
Key (black)17.6%
Color previews
#d2bfba text on a black background
contrast 11.90:1
Card sample
#d2bfba text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2bfba;
Background color
Panel with #d2bfba background
background-color: #d2bfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2bfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 191, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 191, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2bfba; background: linear-gradient(135deg, #d2bfba, #D2CFBA);