#d8cd4f
a balanced, vivid yellow · cool · closest name: khaki
RGB
216, 205, 79
HSL
55°, 64%, 58%
CMYK
0, 5, 63, 15
Luminance
0.5883
Every format
| HEX | #d8cd4f |
| RGB | rgb(216, 205, 79) |
| HSL | hsl(55, 64%, 58%) |
| CMYK | cmyk(0%, 5%, 63%, 15%) |
| LAB | lab(81.2 -11.2 62.0) |
| LCH | lch(81.2 63.0 100.2) |
| OKLCH | oklch(0.834 0.145 104.3) |
Copy-ready code
/* CSS */
color: #d8cd4f;
background-color: #d8cd4f;
/* Tailwind (arbitrary) */
class="text-[#d8cd4f] bg-[#d8cd4f]"
/* SCSS */
$brand: #d8cd4f;
/* SwiftUI */
Color(red: 0.847, green: 0.804, blue: 0.310)
/* Android */
Color.parseColor("#d8cd4f")Accessibility — WCAG contrast
Aa
#d8cd4f on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d8cd4f on black: 12.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.7%
Green80.4%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta5.1%
Yellow63.4%
Key (black)15.3%
Color previews
#d8cd4f text on a black background
contrast 12.77:1
Card sample
#d8cd4f text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d8cd4f;
Background color
Panel with #d8cd4f background
background-color: #d8cd4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d8cd4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(216, 205, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(216, 205, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d8cd4f; background: linear-gradient(135deg, #d8cd4f, #88D84F);