#d0cd9f
a light, soft yellow · cool · closest name: tan
RGB
208, 205, 159
HSL
56°, 34%, 72%
CMYK
0, 1, 24, 18
Luminance
0.5958
Every format
| HEX | #d0cd9f |
| RGB | rgb(208, 205, 159) |
| HSL | hsl(56, 34%, 72%) |
| CMYK | cmyk(0%, 1%, 24%, 18%) |
| LAB | lab(81.6 -6.3 23.4) |
| LCH | lch(81.6 24.2 105.2) |
| OKLCH | oklch(0.839 0.061 104.5) |
Copy-ready code
/* CSS */
color: #d0cd9f;
background-color: #d0cd9f;
/* Tailwind (arbitrary) */
class="text-[#d0cd9f] bg-[#d0cd9f]"
/* SCSS */
$brand: #d0cd9f;
/* SwiftUI */
Color(red: 0.816, green: 0.804, blue: 0.624)
/* Android */
Color.parseColor("#d0cd9f")Accessibility — WCAG contrast
Aa
#d0cd9f on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d0cd9f on black: 12.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green80.4%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta1.4%
Yellow23.6%
Key (black)18.4%
Color previews
#d0cd9f text on a black background
contrast 12.92:1
Card sample
#d0cd9f text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d0cd9f;
Background color
Panel with #d0cd9f background
background-color: #d0cd9f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d0cd9f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 205, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 205, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d0cd9f; background: linear-gradient(135deg, #d0cd9f, #B2D09F);