#cdbd5a
a balanced, vivid yellow · cool · closest name: khaki
RGB
205, 189, 90
HSL
52°, 54%, 58%
CMYK
0, 8, 56, 20
Luminance
0.5011
Every format
| HEX | #cdbd5a |
| RGB | rgb(205, 189, 90) |
| HSL | hsl(52, 54%, 58%) |
| CMYK | cmyk(0%, 8%, 56%, 20%) |
| LAB | lab(76.1 -6.8 51.3) |
| LCH | lch(76.1 51.7 97.6) |
| OKLCH | oklch(0.792 0.121 100.2) |
Copy-ready code
/* CSS */
color: #cdbd5a;
background-color: #cdbd5a;
/* Tailwind (arbitrary) */
class="text-[#cdbd5a] bg-[#cdbd5a]"
/* SCSS */
$brand: #cdbd5a;
/* SwiftUI */
Color(red: 0.804, green: 0.741, blue: 0.353)
/* Android */
Color.parseColor("#cdbd5a")Accessibility — WCAG contrast
Aa
#cdbd5a on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdbd5a on black: 11.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green74.1%
Blue35.3%
CMYK percentages
Cyan0.0%
Magenta7.8%
Yellow56.1%
Key (black)19.6%
Color previews
#cdbd5a text on a black background
contrast 11.02:1
Card sample
#cdbd5a text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdbd5a;
Background color
Panel with #cdbd5a background
background-color: #cdbd5a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdbd5a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 189, 90, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 189, 90, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdbd5a; background: linear-gradient(135deg, #cdbd5a, #90CD5A);