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