#d2cfb8
a light, soft yellow · cool · closest name: silver
RGB
210, 207, 184
HSL
53°, 22%, 77%
CMYK
0, 1, 12, 18
Luminance
0.6179
Every format
| HEX | #d2cfb8 |
| RGB | rgb(210, 207, 184) |
| HSL | hsl(53, 22%, 77%) |
| CMYK | cmyk(0%, 1%, 12%, 18%) |
| LAB | lab(82.8 -2.9 11.8) |
| LCH | lch(82.8 12.2 103.8) |
| OKLCH | oklch(0.851 0.031 100.9) |
Copy-ready code
/* CSS */
color: #d2cfb8;
background-color: #d2cfb8;
/* Tailwind (arbitrary) */
class="text-[#d2cfb8] bg-[#d2cfb8]"
/* SCSS */
$brand: #d2cfb8;
/* SwiftUI */
Color(red: 0.824, green: 0.812, blue: 0.722)
/* Android */
Color.parseColor("#d2cfb8")Accessibility — WCAG contrast
Aa
#d2cfb8 on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2cfb8 on black: 13.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green81.2%
Blue72.2%
CMYK percentages
Cyan0.0%
Magenta1.4%
Yellow12.4%
Key (black)17.6%
Color previews
#d2cfb8 text on a black background
contrast 13.36:1
Card sample
#d2cfb8 text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2cfb8;
Background color
Panel with #d2cfb8 background
background-color: #d2cfb8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2cfb8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 207, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 207, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2cfb8; background: linear-gradient(135deg, #d2cfb8, #C4D2B8);