#cdba7f
a light, soft yellow · cool · closest name: tan
RGB
205, 186, 127
HSL
45°, 44%, 65%
CMYK
0, 9, 38, 20
Luminance
0.4963
Every format
| HEX | #cdba7f |
| RGB | rgb(205, 186, 127) |
| HSL | hsl(45, 44%, 65%) |
| CMYK | cmyk(0%, 9%, 38%, 20%) |
| LAB | lab(75.8 -1.7 32.4) |
| LCH | lch(75.8 32.4 93.0) |
| OKLCH | oklch(0.791 0.080 92.3) |
Copy-ready code
/* CSS */
color: #cdba7f;
background-color: #cdba7f;
/* Tailwind (arbitrary) */
class="text-[#cdba7f] bg-[#cdba7f]"
/* SCSS */
$brand: #cdba7f;
/* SwiftUI */
Color(red: 0.804, green: 0.729, blue: 0.498)
/* Android */
Color.parseColor("#cdba7f")Accessibility — WCAG contrast
Aa
#cdba7f on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdba7f on black: 10.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green72.9%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta9.3%
Yellow38.0%
Key (black)19.6%
Color previews
#cdba7f text on a black background
contrast 10.93:1
Card sample
#cdba7f text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdba7f;
Background color
Panel with #cdba7f background
background-color: #cdba7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdba7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 186, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 186, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdba7f; background: linear-gradient(135deg, #cdba7f, #ACCD7F);