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