#cdba53
a balanced, vivid yellow · cool · closest name: khaki
RGB
205, 186, 83
HSL
51°, 55%, 57%
CMYK
0, 9, 60, 20
Luminance
0.4872
Every format
| HEX | #cdba53 |
| RGB | rgb(205, 186, 83) |
| HSL | hsl(51, 55%, 57%) |
| CMYK | cmyk(0%, 9%, 60%, 20%) |
| LAB | lab(75.3 -5.8 53.5) |
| LCH | lch(75.3 53.8 96.2) |
| OKLCH | oklch(0.785 0.125 98.9) |
Copy-ready code
/* CSS */
color: #cdba53;
background-color: #cdba53;
/* Tailwind (arbitrary) */
class="text-[#cdba53] bg-[#cdba53]"
/* SCSS */
$brand: #cdba53;
/* SwiftUI */
Color(red: 0.804, green: 0.729, blue: 0.325)
/* Android */
Color.parseColor("#cdba53")Accessibility — WCAG contrast
Aa
#cdba53 on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdba53 on black: 10.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green72.9%
Blue32.5%
CMYK percentages
Cyan0.0%
Magenta9.3%
Yellow59.5%
Key (black)19.6%
Color previews
#cdba53 text on a black background
contrast 10.74:1
Card sample
#cdba53 text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdba53;
Background color
Panel with #cdba53 background
background-color: #cdba53;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdba53;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 186, 83, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 186, 83, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdba53; background: linear-gradient(135deg, #cdba53, #8FCD53);