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