#d2ccbe
a light, soft yellow · warm · closest name: silver
RGB
210, 204, 190
HSL
42°, 18%, 78%
CMYK
0, 3, 10, 18
Luminance
0.6061
Every format
| HEX | #d2ccbe |
| RGB | rgb(210, 204, 190) |
| HSL | hsl(42, 18%, 78%) |
| CMYK | cmyk(0%, 3%, 10%, 18%) |
| LAB | lab(82.2 -0.3 7.7) |
| LCH | lch(82.2 7.7 92.5) |
| OKLCH | oklch(0.846 0.020 87.5) |
Copy-ready code
/* CSS */
color: #d2ccbe;
background-color: #d2ccbe;
/* Tailwind (arbitrary) */
class="text-[#d2ccbe] bg-[#d2ccbe]"
/* SCSS */
$brand: #d2ccbe;
/* SwiftUI */
Color(red: 0.824, green: 0.800, blue: 0.745)
/* Android */
Color.parseColor("#d2ccbe")Accessibility — WCAG contrast
Aa
#d2ccbe on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2ccbe on black: 13.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green80.0%
Blue74.5%
CMYK percentages
Cyan0.0%
Magenta2.9%
Yellow9.5%
Key (black)17.6%
Color previews
#d2ccbe text on a black background
contrast 13.12:1
Card sample
#d2ccbe text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2ccbe;
Background color
Panel with #d2ccbe background
background-color: #d2ccbe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2ccbe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 204, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 204, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2ccbe; background: linear-gradient(135deg, #d2ccbe, #CBD2BE);