#d8cf9b
a light, soft yellow · cool · closest name: tan
RGB
216, 207, 155
HSL
51°, 44%, 73%
CMYK
0, 4, 28, 15
Luminance
0.6159
Every format
| HEX | #d8cf9b |
| RGB | rgb(216, 207, 155) |
| HSL | hsl(51, 44%, 73%) |
| CMYK | cmyk(0%, 4%, 28%, 15%) |
| LAB | lab(82.7 -4.9 27.0) |
| LCH | lch(82.7 27.5 100.2) |
| OKLCH | oklch(0.849 0.069 99.4) |
Copy-ready code
/* CSS */
color: #d8cf9b;
background-color: #d8cf9b;
/* Tailwind (arbitrary) */
class="text-[#d8cf9b] bg-[#d8cf9b]"
/* SCSS */
$brand: #d8cf9b;
/* SwiftUI */
Color(red: 0.847, green: 0.812, blue: 0.608)
/* Android */
Color.parseColor("#d8cf9b")Accessibility — WCAG contrast
Aa
#d8cf9b on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d8cf9b on black: 13.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.7%
Green81.2%
Blue60.8%
CMYK percentages
Cyan0.0%
Magenta4.2%
Yellow28.2%
Key (black)15.3%
Color previews
#d8cf9b text on a black background
contrast 13.32:1
Card sample
#d8cf9b text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d8cf9b;
Background color
Panel with #d8cf9b background
background-color: #d8cf9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d8cf9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(216, 207, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(216, 207, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d8cf9b; background: linear-gradient(135deg, #d8cf9b, #B8D89B);