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