#cdb64a
a balanced, vivid yellow · cool · closest name: khaki
RGB
205, 182, 74
HSL
50°, 57%, 55%
CMYK
0, 11, 64, 20
Luminance
0.4693
Every format
| HEX | #cdb64a |
| RGB | rgb(205, 182, 74) |
| HSL | hsl(50, 57%, 55%) |
| CMYK | cmyk(0%, 11%, 64%, 20%) |
| LAB | lab(74.2 -4.3 56.3) |
| LCH | lch(74.2 56.4 94.4) |
| OKLCH | oklch(0.776 0.129 97.2) |
Copy-ready code
/* CSS */
color: #cdb64a;
background-color: #cdb64a;
/* Tailwind (arbitrary) */
class="text-[#cdb64a] bg-[#cdb64a]"
/* SCSS */
$brand: #cdb64a;
/* SwiftUI */
Color(red: 0.804, green: 0.714, blue: 0.290)
/* Android */
Color.parseColor("#cdb64a")Accessibility — WCAG contrast
Aa
#cdb64a on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdb64a on black: 10.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green71.4%
Blue29.0%
CMYK percentages
Cyan0.0%
Magenta11.2%
Yellow63.9%
Key (black)19.6%
Color previews
#cdb64a text on a black background
contrast 10.39:1
Card sample
#cdb64a text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdb64a;
Background color
Panel with #cdb64a background
background-color: #cdb64a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdb64a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 182, 74, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 182, 74, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdb64a; background: linear-gradient(135deg, #cdb64a, #8DCD4A);