#d6cbaf
a light, soft yellow · warm · closest name: tan
RGB
214, 203, 175
HSL
43°, 32%, 76%
CMYK
0, 5, 18, 16
Luminance
0.6010
Every format
| HEX | #d6cbaf |
| RGB | rgb(214, 203, 175) |
| HSL | hsl(43, 32%, 76%) |
| CMYK | cmyk(0%, 5%, 18%, 16%) |
| LAB | lab(81.9 -0.8 15.4) |
| LCH | lch(81.9 15.4 92.8) |
| OKLCH | oklch(0.844 0.040 89.1) |
Copy-ready code
/* CSS */
color: #d6cbaf;
background-color: #d6cbaf;
/* Tailwind (arbitrary) */
class="text-[#d6cbaf] bg-[#d6cbaf]"
/* SCSS */
$brand: #d6cbaf;
/* SwiftUI */
Color(red: 0.839, green: 0.796, blue: 0.686)
/* Android */
Color.parseColor("#d6cbaf")Accessibility — WCAG contrast
Aa
#d6cbaf on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d6cbaf on black: 13.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.9%
Green79.6%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta5.1%
Yellow18.2%
Key (black)16.1%
Color previews
#d6cbaf text on a black background
contrast 13.02:1
Card sample
#d6cbaf text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d6cbaf;
Background color
Panel with #d6cbaf background
background-color: #d6cbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d6cbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(214, 203, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(214, 203, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d6cbaf; background: linear-gradient(135deg, #d6cbaf, #C7D6AF);