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