#d2cfad
a light, soft yellow · cool · closest name: tan
RGB
210, 207, 173
HSL
55°, 29%, 75%
CMYK
0, 1, 18, 18
Luminance
0.6134
Every format
| HEX | #d2cfad |
| RGB | rgb(210, 207, 173) |
| HSL | hsl(55, 29%, 75%) |
| CMYK | cmyk(0%, 1%, 18%, 18%) |
| LAB | lab(82.6 -4.6 17.3) |
| LCH | lch(82.6 17.9 104.9) |
| OKLCH | oklch(0.848 0.046 103.2) |
Copy-ready code
/* CSS */
color: #d2cfad;
background-color: #d2cfad;
/* Tailwind (arbitrary) */
class="text-[#d2cfad] bg-[#d2cfad]"
/* SCSS */
$brand: #d2cfad;
/* SwiftUI */
Color(red: 0.824, green: 0.812, blue: 0.678)
/* Android */
Color.parseColor("#d2cfad")Accessibility — WCAG contrast
Aa
#d2cfad on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2cfad on black: 13.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green81.2%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta1.4%
Yellow17.6%
Key (black)17.6%
Color previews
#d2cfad text on a black background
contrast 13.27:1
Card sample
#d2cfad text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2cfad;
Background color
Panel with #d2cfad background
background-color: #d2cfad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2cfad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 207, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 207, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2cfad; background: linear-gradient(135deg, #d2cfad, #BCD2AD);