#cdba3f
a balanced, vivid yellow · cool · closest name: khaki
RGB
205, 186, 63
HSL
52°, 59%, 53%
CMYK
0, 9, 69, 20
Luminance
0.4846
Every format
| HEX | #cdba3f |
| RGB | rgb(205, 186, 63) |
| HSL | hsl(52, 59%, 53%) |
| CMYK | cmyk(0%, 9%, 69%, 20%) |
| LAB | lab(75.1 -7.0 61.9) |
| LCH | lch(75.1 62.3 96.5) |
| OKLCH | oklch(0.783 0.140 100.3) |
Copy-ready code
/* CSS */
color: #cdba3f;
background-color: #cdba3f;
/* Tailwind (arbitrary) */
class="text-[#cdba3f] bg-[#cdba3f]"
/* SCSS */
$brand: #cdba3f;
/* SwiftUI */
Color(red: 0.804, green: 0.729, blue: 0.247)
/* Android */
Color.parseColor("#cdba3f")Accessibility — WCAG contrast
Aa
#cdba3f on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdba3f on black: 10.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green72.9%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta9.3%
Yellow69.3%
Key (black)19.6%
Color previews
#cdba3f text on a black background
contrast 10.69:1
Card sample
#cdba3f text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdba3f;
Background color
Panel with #cdba3f background
background-color: #cdba3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdba3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 186, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 186, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdba3f; background: linear-gradient(135deg, #cdba3f, #81CD3F);