#d2cfbe
a light, soft yellow · cool · closest name: silver
RGB
210, 207, 190
HSL
51°, 18%, 78%
CMYK
0, 1, 10, 18
Luminance
0.6204
Every format
| HEX | #d2cfbe |
| RGB | rgb(210, 207, 190) |
| HSL | hsl(51, 18%, 78%) |
| CMYK | cmyk(0%, 1%, 10%, 18%) |
| LAB | lab(82.9 -1.9 8.8) |
| LCH | lch(82.9 9.0 102.2) |
| OKLCH | oklch(0.852 0.023 98.7) |
Copy-ready code
/* CSS */
color: #d2cfbe;
background-color: #d2cfbe;
/* Tailwind (arbitrary) */
class="text-[#d2cfbe] bg-[#d2cfbe]"
/* SCSS */
$brand: #d2cfbe;
/* SwiftUI */
Color(red: 0.824, green: 0.812, blue: 0.745)
/* Android */
Color.parseColor("#d2cfbe")Accessibility — WCAG contrast
Aa
#d2cfbe on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2cfbe on black: 13.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green81.2%
Blue74.5%
CMYK percentages
Cyan0.0%
Magenta1.4%
Yellow9.5%
Key (black)17.6%
Color previews
#d2cfbe text on a black background
contrast 13.41:1
Card sample
#d2cfbe text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2cfbe;
Background color
Panel with #d2cfbe background
background-color: #d2cfbe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2cfbe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 207, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 207, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2cfbe; background: linear-gradient(135deg, #d2cfbe, #C8D2BE);