#d6cfac
a light, soft yellow · cool · closest name: tan
RGB
214, 207, 172
HSL
50°, 34%, 76%
CMYK
0, 3, 20, 16
Luminance
0.6190
Every format
| HEX | #d6cfac |
| RGB | rgb(214, 207, 172) |
| HSL | hsl(50, 34%, 76%) |
| CMYK | cmyk(0%, 3%, 20%, 16%) |
| LAB | lab(82.9 -3.3 18.3) |
| LCH | lch(82.9 18.6 100.1) |
| OKLCH | oklch(0.851 0.047 97.9) |
Copy-ready code
/* CSS */
color: #d6cfac;
background-color: #d6cfac;
/* Tailwind (arbitrary) */
class="text-[#d6cfac] bg-[#d6cfac]"
/* SCSS */
$brand: #d6cfac;
/* SwiftUI */
Color(red: 0.839, green: 0.812, blue: 0.675)
/* Android */
Color.parseColor("#d6cfac")Accessibility — WCAG contrast
Aa
#d6cfac on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d6cfac on black: 13.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.9%
Green81.2%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta3.3%
Yellow19.6%
Key (black)16.1%
Color previews
#d6cfac text on a black background
contrast 13.38:1
Card sample
#d6cfac text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d6cfac;
Background color
Panel with #d6cfac background
background-color: #d6cfac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d6cfac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(214, 207, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(214, 207, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d6cfac; background: linear-gradient(135deg, #d6cfac, #C1D6AC);