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