#d8cbbf
a light, soft orange · warm · closest name: silver
RGB
216, 203, 191
HSL
29°, 24%, 80%
CMYK
0, 6, 12, 15
Luminance
0.6107
Every format
| HEX | #d8cbbf |
| RGB | rgb(216, 203, 191) |
| HSL | hsl(29, 24%, 80%) |
| CMYK | cmyk(0%, 6%, 12%, 15%) |
| LAB | lab(82.4 2.5 7.6) |
| LCH | lch(82.4 8.0 71.9) |
| OKLCH | oklch(0.849 0.022 65.3) |
Copy-ready code
/* CSS */
color: #d8cbbf;
background-color: #d8cbbf;
/* Tailwind (arbitrary) */
class="text-[#d8cbbf] bg-[#d8cbbf]"
/* SCSS */
$brand: #d8cbbf;
/* SwiftUI */
Color(red: 0.847, green: 0.796, blue: 0.749)
/* Android */
Color.parseColor("#d8cbbf")Accessibility — WCAG contrast
Aa
#d8cbbf on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d8cbbf on black: 13.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.7%
Green79.6%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta6.0%
Yellow11.6%
Key (black)15.3%
Color previews
#d8cbbf text on a black background
contrast 13.21:1
Card sample
#d8cbbf text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d8cbbf;
Background color
Panel with #d8cbbf background
background-color: #d8cbbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d8cbbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(216, 203, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(216, 203, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d8cbbf; background: linear-gradient(135deg, #d8cbbf, #D4D8BF);