#d7cd4f
a balanced, vivid yellow · cool · closest name: khaki
RGB
215, 205, 79
HSL
56°, 63%, 58%
CMYK
0, 5, 63, 16
Luminance
0.5867
Every format
| HEX | #d7cd4f |
| RGB | rgb(215, 205, 79) |
| HSL | hsl(56, 63%, 58%) |
| CMYK | cmyk(0%, 5%, 63%, 16%) |
| LAB | lab(81.1 -11.6 61.9) |
| LCH | lch(81.1 62.9 100.6) |
| OKLCH | oklch(0.833 0.145 104.8) |
Copy-ready code
/* CSS */
color: #d7cd4f;
background-color: #d7cd4f;
/* Tailwind (arbitrary) */
class="text-[#d7cd4f] bg-[#d7cd4f]"
/* SCSS */
$brand: #d7cd4f;
/* SwiftUI */
Color(red: 0.843, green: 0.804, blue: 0.310)
/* Android */
Color.parseColor("#d7cd4f")Accessibility — WCAG contrast
Aa
#d7cd4f on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d7cd4f on black: 12.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.3%
Green80.4%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta4.7%
Yellow63.3%
Key (black)15.7%
Color previews
#d7cd4f text on a black background
contrast 12.73:1
Card sample
#d7cd4f text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d7cd4f;
Background color
Panel with #d7cd4f background
background-color: #d7cd4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d7cd4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(215, 205, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(215, 205, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d7cd4f; background: linear-gradient(135deg, #d7cd4f, #86D74F);