#d7bfba
a light, soft red · warm · closest name: silver
RGB
215, 191, 186
HSL
10°, 27%, 79%
CMYK
0, 11, 14, 16
Luminance
0.5525
Every format
| HEX | #d7bfba |
| RGB | rgb(215, 191, 186) |
| HSL | hsl(10, 27%, 79%) |
| CMYK | cmyk(0%, 11%, 14%, 16%) |
| LAB | lab(79.2 7.7 5.6) |
| LCH | lch(79.2 9.5 36.3) |
| OKLCH | oklch(0.824 0.028 31.7) |
Copy-ready code
/* CSS */
color: #d7bfba;
background-color: #d7bfba;
/* Tailwind (arbitrary) */
class="text-[#d7bfba] bg-[#d7bfba]"
/* SCSS */
$brand: #d7bfba;
/* SwiftUI */
Color(red: 0.843, green: 0.749, blue: 0.729)
/* Android */
Color.parseColor("#d7bfba")Accessibility — WCAG contrast
Aa
#d7bfba on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d7bfba on black: 12.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.3%
Green74.9%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta11.2%
Yellow13.5%
Key (black)15.7%
Color previews
#d7bfba text on a black background
contrast 12.05:1
Card sample
#d7bfba text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d7bfba;
Background color
Panel with #d7bfba background
background-color: #d7bfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d7bfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(215, 191, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(215, 191, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d7bfba; background: linear-gradient(135deg, #d7bfba, #D7D2BA);