#d0cbaf
a light, soft yellow · cool · closest name: tan
RGB
208, 203, 175
HSL
51°, 26%, 75%
CMYK
0, 2, 16, 18
Luminance
0.5922
Every format
| HEX | #d0cbaf |
| RGB | rgb(208, 203, 175) |
| HSL | hsl(51, 26%, 75%) |
| CMYK | cmyk(0%, 2%, 16%, 18%) |
| LAB | lab(81.4 -3.0 14.6) |
| LCH | lch(81.4 14.9 101.4) |
| OKLCH | oklch(0.839 0.038 98.8) |
Copy-ready code
/* CSS */
color: #d0cbaf;
background-color: #d0cbaf;
/* Tailwind (arbitrary) */
class="text-[#d0cbaf] bg-[#d0cbaf]"
/* SCSS */
$brand: #d0cbaf;
/* SwiftUI */
Color(red: 0.816, green: 0.796, blue: 0.686)
/* Android */
Color.parseColor("#d0cbaf")Accessibility — WCAG contrast
Aa
#d0cbaf on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d0cbaf on black: 12.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green79.6%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta2.4%
Yellow15.9%
Key (black)18.4%
Color previews
#d0cbaf text on a black background
contrast 12.84:1
Card sample
#d0cbaf text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d0cbaf;
Background color
Panel with #d0cbaf background
background-color: #d0cbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d0cbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 203, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 203, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d0cbaf; background: linear-gradient(135deg, #d0cbaf, #BFD0AF);