#d6cdaf
a light, soft yellow · cool · closest name: tan
RGB
214, 205, 175
HSL
46°, 32%, 76%
CMYK
0, 4, 18, 16
Luminance
0.6105
Every format
| HEX | #d6cdaf |
| RGB | rgb(214, 205, 175) |
| HSL | hsl(46, 32%, 76%) |
| CMYK | cmyk(0%, 4%, 18%, 16%) |
| LAB | lab(82.4 -1.8 16.1) |
| LCH | lch(82.4 16.2 96.4) |
| OKLCH | oklch(0.848 0.042 93.2) |
Copy-ready code
/* CSS */
color: #d6cdaf;
background-color: #d6cdaf;
/* Tailwind (arbitrary) */
class="text-[#d6cdaf] bg-[#d6cdaf]"
/* SCSS */
$brand: #d6cdaf;
/* SwiftUI */
Color(red: 0.839, green: 0.804, blue: 0.686)
/* Android */
Color.parseColor("#d6cdaf")Accessibility — WCAG contrast
Aa
#d6cdaf on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d6cdaf on black: 13.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.9%
Green80.4%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta4.2%
Yellow18.2%
Key (black)16.1%
Color previews
#d6cdaf text on a black background
contrast 13.21:1
Card sample
#d6cdaf text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d6cdaf;
Background color
Panel with #d6cdaf background
background-color: #d6cdaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d6cdaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(214, 205, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(214, 205, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d6cdaf; background: linear-gradient(135deg, #d6cdaf, #C5D6AF);