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