#d7cbba
a light, soft orange · warm · closest name: silver
RGB
215, 203, 186
HSL
35°, 27%, 79%
CMYK
0, 6, 14, 16
Luminance
0.6070
Every format
| HEX | #d7cbba |
| RGB | rgb(215, 203, 186) |
| HSL | hsl(35, 27%, 79%) |
| CMYK | cmyk(0%, 6%, 14%, 16%) |
| LAB | lab(82.2 1.3 10.0) |
| LCH | lch(82.2 10.1 82.4) |
| OKLCH | oklch(0.847 0.027 76.8) |
Copy-ready code
/* CSS */
color: #d7cbba;
background-color: #d7cbba;
/* Tailwind (arbitrary) */
class="text-[#d7cbba] bg-[#d7cbba]"
/* SCSS */
$brand: #d7cbba;
/* SwiftUI */
Color(red: 0.843, green: 0.796, blue: 0.729)
/* Android */
Color.parseColor("#d7cbba")Accessibility — WCAG contrast
Aa
#d7cbba on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d7cbba on black: 13.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.3%
Green79.6%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta5.6%
Yellow13.5%
Key (black)15.7%
Color previews
#d7cbba text on a black background
contrast 13.14:1
Card sample
#d7cbba text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d7cbba;
Background color
Panel with #d7cbba background
background-color: #d7cbba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d7cbba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(215, 203, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(215, 203, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d7cbba; background: linear-gradient(135deg, #d7cbba, #D0D7BA);