#d9cfab
a light, soft yellow · cool · closest name: tan
RGB
217, 207, 171
HSL
47°, 38%, 76%
CMYK
0, 5, 21, 15
Luminance
0.6232
Every format
| HEX | #d9cfab |
| RGB | rgb(217, 207, 171) |
| HSL | hsl(47, 38%, 76%) |
| CMYK | cmyk(0%, 5%, 21%, 15%) |
| LAB | lab(83.1 -2.3 19.2) |
| LCH | lch(83.1 19.3 96.8) |
| OKLCH | oklch(0.853 0.049 94.3) |
Copy-ready code
/* CSS */
color: #d9cfab;
background-color: #d9cfab;
/* Tailwind (arbitrary) */
class="text-[#d9cfab] bg-[#d9cfab]"
/* SCSS */
$brand: #d9cfab;
/* SwiftUI */
Color(red: 0.851, green: 0.812, blue: 0.671)
/* Android */
Color.parseColor("#d9cfab")Accessibility — WCAG contrast
Aa
#d9cfab on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d9cfab on black: 13.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.1%
Green81.2%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta4.6%
Yellow21.2%
Key (black)14.9%
Color previews
#d9cfab text on a black background
contrast 13.46:1
Card sample
#d9cfab text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d9cfab;
Background color
Panel with #d9cfab background
background-color: #d9cfab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d9cfab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(217, 207, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(217, 207, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d9cfab; background: linear-gradient(135deg, #d9cfab, #C4D9AB);