#cdbc7d
a balanced, soft yellow · cool · closest name: tan
RGB
205, 188, 125
HSL
47°, 44%, 65%
CMYK
0, 8, 39, 20
Luminance
0.5043
Every format
| HEX | #cdbc7d |
| RGB | rgb(205, 188, 125) |
| HSL | hsl(47, 44%, 65%) |
| CMYK | cmyk(0%, 8%, 39%, 20%) |
| LAB | lab(76.3 -3.0 34.1) |
| LCH | lch(76.3 34.2 95.0) |
| OKLCH | oklch(0.795 0.084 94.8) |
Copy-ready code
/* CSS */
color: #cdbc7d;
background-color: #cdbc7d;
/* Tailwind (arbitrary) */
class="text-[#cdbc7d] bg-[#cdbc7d]"
/* SCSS */
$brand: #cdbc7d;
/* SwiftUI */
Color(red: 0.804, green: 0.737, blue: 0.490)
/* Android */
Color.parseColor("#cdbc7d")Accessibility — WCAG contrast
Aa
#cdbc7d on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdbc7d on black: 11.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green73.7%
Blue49.0%
CMYK percentages
Cyan0.0%
Magenta8.3%
Yellow39.0%
Key (black)19.6%
Color previews
#cdbc7d text on a black background
contrast 11.09:1
Card sample
#cdbc7d text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdbc7d;
Background color
Panel with #cdbc7d background
background-color: #cdbc7d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdbc7d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 188, 125, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 188, 125, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdbc7d; background: linear-gradient(135deg, #cdbc7d, #A9CD7D);