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