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