#d2ccb3
a light, soft yellow · cool · closest name: silver
RGB
210, 204, 179
HSL
48°, 26%, 76%
CMYK
0, 3, 15, 18
Luminance
0.6014
Every format
| HEX | #d2ccb3 |
| RGB | rgb(210, 204, 179) |
| HSL | hsl(48, 26%, 76%) |
| CMYK | cmyk(0%, 3%, 15%, 18%) |
| LAB | lab(81.9 -2.1 13.2) |
| LCH | lch(81.9 13.4 99.1) |
| OKLCH | oklch(0.843 0.034 95.9) |
Copy-ready code
/* CSS */
color: #d2ccb3;
background-color: #d2ccb3;
/* Tailwind (arbitrary) */
class="text-[#d2ccb3] bg-[#d2ccb3]"
/* SCSS */
$brand: #d2ccb3;
/* SwiftUI */
Color(red: 0.824, green: 0.800, blue: 0.702)
/* Android */
Color.parseColor("#d2ccb3")Accessibility — WCAG contrast
Aa
#d2ccb3 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2ccb3 on black: 13.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green80.0%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta2.9%
Yellow14.8%
Key (black)17.6%
Color previews
#d2ccb3 text on a black background
contrast 13.03:1
Card sample
#d2ccb3 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2ccb3;
Background color
Panel with #d2ccb3 background
background-color: #d2ccb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2ccb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 204, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 204, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2ccb3; background: linear-gradient(135deg, #d2ccb3, #C3D2B3);