#d4cd73
a balanced, vivid yellow · cool · closest name: khaki
RGB
212, 205, 115
HSL
56°, 53%, 64%
CMYK
0, 3, 46, 17
Luminance
0.5890
Every format
| HEX | #d4cd73 |
| RGB | rgb(212, 205, 115) |
| HSL | hsl(56, 53%, 64%) |
| CMYK | cmyk(0%, 3%, 46%, 17%) |
| LAB | lab(81.2 -10.0 45.4) |
| LCH | lch(81.2 46.5 102.4) |
| OKLCH | oklch(0.835 0.113 104.6) |
Copy-ready code
/* CSS */
color: #d4cd73;
background-color: #d4cd73;
/* Tailwind (arbitrary) */
class="text-[#d4cd73] bg-[#d4cd73]"
/* SCSS */
$brand: #d4cd73;
/* SwiftUI */
Color(red: 0.831, green: 0.804, blue: 0.451)
/* Android */
Color.parseColor("#d4cd73")Accessibility — WCAG contrast
Aa
#d4cd73 on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d4cd73 on black: 12.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green80.4%
Blue45.1%
CMYK percentages
Cyan0.0%
Magenta3.3%
Yellow45.8%
Key (black)16.9%
Color previews
#d4cd73 text on a black background
contrast 12.78:1
Card sample
#d4cd73 text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d4cd73;
Background color
Panel with #d4cd73 background
background-color: #d4cd73;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d4cd73;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 205, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 205, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d4cd73; background: linear-gradient(135deg, #d4cd73, #9AD473);