#cdba65
a balanced, vivid yellow · cool · closest name: khaki
RGB
205, 186, 101
HSL
49°, 51%, 60%
CMYK
0, 9, 51, 20
Luminance
0.4904
Every format
| HEX | #cdba65 |
| RGB | rgb(205, 186, 101) |
| HSL | hsl(49, 51%, 60%) |
| CMYK | cmyk(0%, 9%, 51%, 20%) |
| LAB | lab(75.5 -4.3 45.2) |
| LCH | lch(75.5 45.4 95.5) |
| OKLCH | oklch(0.787 0.108 97.0) |
Copy-ready code
/* CSS */
color: #cdba65;
background-color: #cdba65;
/* Tailwind (arbitrary) */
class="text-[#cdba65] bg-[#cdba65]"
/* SCSS */
$brand: #cdba65;
/* SwiftUI */
Color(red: 0.804, green: 0.729, blue: 0.396)
/* Android */
Color.parseColor("#cdba65")Accessibility — WCAG contrast
Aa
#cdba65 on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdba65 on black: 10.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green72.9%
Blue39.6%
CMYK percentages
Cyan0.0%
Magenta9.3%
Yellow50.7%
Key (black)19.6%
Color previews
#cdba65 text on a black background
contrast 10.81:1
Card sample
#cdba65 text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdba65;
Background color
Panel with #cdba65 background
background-color: #cdba65;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdba65;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 186, 101, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 186, 101, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdba65; background: linear-gradient(135deg, #cdba65, #9BCD65);