#cdba5b
a balanced, vivid yellow · cool · closest name: khaki
RGB
205, 186, 91
HSL
50°, 53%, 58%
CMYK
0, 9, 56, 20
Luminance
0.4885
Every format
| HEX | #cdba5b |
| RGB | rgb(205, 186, 91) |
| HSL | hsl(50, 53%, 58%) |
| CMYK | cmyk(0%, 9%, 56%, 20%) |
| LAB | lab(75.4 -5.2 49.9) |
| LCH | lch(75.4 50.1 95.9) |
| OKLCH | oklch(0.786 0.118 98.2) |
Copy-ready code
/* CSS */
color: #cdba5b;
background-color: #cdba5b;
/* Tailwind (arbitrary) */
class="text-[#cdba5b] bg-[#cdba5b]"
/* SCSS */
$brand: #cdba5b;
/* SwiftUI */
Color(red: 0.804, green: 0.729, blue: 0.357)
/* Android */
Color.parseColor("#cdba5b")Accessibility — WCAG contrast
Aa
#cdba5b on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdba5b on black: 10.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green72.9%
Blue35.7%
CMYK percentages
Cyan0.0%
Magenta9.3%
Yellow55.6%
Key (black)19.6%
Color previews
#cdba5b text on a black background
contrast 10.77:1
Card sample
#cdba5b text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdba5b;
Background color
Panel with #cdba5b background
background-color: #cdba5b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdba5b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 186, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 186, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdba5b; background: linear-gradient(135deg, #cdba5b, #94CD5B);