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