#cdb76f
a balanced, vivid yellow · cool · closest name: tan
RGB
205, 183, 111
HSL
46°, 49%, 62%
CMYK
0, 11, 46, 20
Luminance
0.4799
Every format
| HEX | #cdb76f |
| RGB | rgb(205, 183, 111) |
| HSL | hsl(46, 49%, 62%) |
| CMYK | cmyk(0%, 11%, 46%, 20%) |
| LAB | lab(74.8 -1.8 39.4) |
| LCH | lch(74.8 39.4 92.7) |
| OKLCH | oklch(0.782 0.095 93.0) |
Copy-ready code
/* CSS */
color: #cdb76f;
background-color: #cdb76f;
/* Tailwind (arbitrary) */
class="text-[#cdb76f] bg-[#cdb76f]"
/* SCSS */
$brand: #cdb76f;
/* SwiftUI */
Color(red: 0.804, green: 0.718, blue: 0.435)
/* Android */
Color.parseColor("#cdb76f")Accessibility — WCAG contrast
Aa
#cdb76f on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdb76f on black: 10.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green71.8%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta10.7%
Yellow45.9%
Key (black)19.6%
Color previews
#cdb76f text on a black background
contrast 10.60:1
Card sample
#cdb76f text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdb76f;
Background color
Panel with #cdb76f background
background-color: #cdb76f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdb76f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 183, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 183, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdb76f; background: linear-gradient(135deg, #cdb76f, #A4CD6F);