#d8cd73
a balanced, vivid yellow · cool · closest name: khaki
RGB
216, 205, 115
HSL
54°, 56%, 65%
CMYK
0, 5, 47, 15
Luminance
0.5950
Every format
| HEX | #d8cd73 |
| RGB | rgb(216, 205, 115) |
| HSL | hsl(54, 56%, 65%) |
| CMYK | cmyk(0%, 5%, 47%, 15%) |
| LAB | lab(81.6 -8.4 45.9) |
| LCH | lch(81.6 46.7 100.3) |
| OKLCH | oklch(0.838 0.113 102.3) |
Copy-ready code
/* CSS */
color: #d8cd73;
background-color: #d8cd73;
/* Tailwind (arbitrary) */
class="text-[#d8cd73] bg-[#d8cd73]"
/* SCSS */
$brand: #d8cd73;
/* SwiftUI */
Color(red: 0.847, green: 0.804, blue: 0.451)
/* Android */
Color.parseColor("#d8cd73")Accessibility — WCAG contrast
Aa
#d8cd73 on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d8cd73 on black: 12.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.7%
Green80.4%
Blue45.1%
CMYK percentages
Cyan0.0%
Magenta5.1%
Yellow46.8%
Key (black)15.3%
Color previews
#d8cd73 text on a black background
contrast 12.90:1
Card sample
#d8cd73 text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d8cd73;
Background color
Panel with #d8cd73 background
background-color: #d8cd73;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d8cd73;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(216, 205, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(216, 205, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d8cd73; background: linear-gradient(135deg, #d8cd73, #A0D873);