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