#d1cfab
a light, soft yellow · cool · closest name: tan
RGB
209, 207, 171
HSL
57°, 29%, 75%
CMYK
0, 1, 18, 18
Luminance
0.6112
Every format
| HEX | #d1cfab |
| RGB | rgb(209, 207, 171) |
| HSL | hsl(57, 29%, 75%) |
| CMYK | cmyk(0%, 1%, 18%, 18%) |
| LAB | lab(82.4 -5.3 18.2) |
| LCH | lch(82.4 18.9 106.2) |
| OKLCH | oklch(0.847 0.048 104.8) |
Copy-ready code
/* CSS */
color: #d1cfab;
background-color: #d1cfab;
/* Tailwind (arbitrary) */
class="text-[#d1cfab] bg-[#d1cfab]"
/* SCSS */
$brand: #d1cfab;
/* SwiftUI */
Color(red: 0.820, green: 0.812, blue: 0.671)
/* Android */
Color.parseColor("#d1cfab")Accessibility — WCAG contrast
Aa
#d1cfab on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d1cfab on black: 13.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.0%
Green81.2%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta1.0%
Yellow18.2%
Key (black)18.0%
Color previews
#d1cfab text on a black background
contrast 13.22:1
Card sample
#d1cfab text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d1cfab;
Background color
Panel with #d1cfab background
background-color: #d1cfab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d1cfab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(209, 207, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(209, 207, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d1cfab; background: linear-gradient(135deg, #d1cfab, #BAD1AB);