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