#d6cead
a light, soft yellow · cool · closest name: tan
RGB
214, 206, 173
HSL
48°, 33%, 76%
CMYK
0, 4, 19, 16
Luminance
0.6146
Every format
| HEX | #d6cead |
| RGB | rgb(214, 206, 173) |
| HSL | hsl(48, 33%, 76%) |
| CMYK | cmyk(0%, 4%, 19%, 16%) |
| LAB | lab(82.6 -2.6 17.4) |
| LCH | lch(82.6 17.6 98.5) |
| OKLCH | oklch(0.849 0.045 95.9) |
Copy-ready code
/* CSS */
color: #d6cead;
background-color: #d6cead;
/* Tailwind (arbitrary) */
class="text-[#d6cead] bg-[#d6cead]"
/* SCSS */
$brand: #d6cead;
/* SwiftUI */
Color(red: 0.839, green: 0.808, blue: 0.678)
/* Android */
Color.parseColor("#d6cead")Accessibility — WCAG contrast
Aa
#d6cead on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d6cead on black: 13.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.9%
Green80.8%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta3.7%
Yellow19.2%
Key (black)16.1%
Color previews
#d6cead text on a black background
contrast 13.29:1
Card sample
#d6cead text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d6cead;
Background color
Panel with #d6cead background
background-color: #d6cead;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d6cead;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(214, 206, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(214, 206, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d6cead; background: linear-gradient(135deg, #d6cead, #C3D6AD);