#cdba74
a balanced, vivid yellow · cool · closest name: tan
RGB
205, 186, 116
HSL
47°, 47%, 63%
CMYK
0, 9, 43, 20
Luminance
0.4936
Every format
| HEX | #cdba74 |
| RGB | rgb(205, 186, 116) |
| HSL | hsl(47, 47%, 63%) |
| CMYK | cmyk(0%, 9%, 43%, 20%) |
| LAB | lab(75.7 -2.9 37.9) |
| LCH | lch(75.7 38.0 94.4) |
| OKLCH | oklch(0.789 0.092 94.7) |
Copy-ready code
/* CSS */
color: #cdba74;
background-color: #cdba74;
/* Tailwind (arbitrary) */
class="text-[#cdba74] bg-[#cdba74]"
/* SCSS */
$brand: #cdba74;
/* SwiftUI */
Color(red: 0.804, green: 0.729, blue: 0.455)
/* Android */
Color.parseColor("#cdba74")Accessibility — WCAG contrast
Aa
#cdba74 on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdba74 on black: 10.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green72.9%
Blue45.5%
CMYK percentages
Cyan0.0%
Magenta9.3%
Yellow43.4%
Key (black)19.6%
Color previews
#cdba74 text on a black background
contrast 10.87:1
Card sample
#cdba74 text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdba74;
Background color
Panel with #cdba74 background
background-color: #cdba74;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdba74;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 186, 116, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 186, 116, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdba74; background: linear-gradient(135deg, #cdba74, #A5CD74);