#cdad5b
a balanced, vivid yellow · warm · closest name: khaki
RGB
205, 173, 91
HSL
43°, 53%, 58%
CMYK
0, 16, 56, 20
Luminance
0.4362
Every format
| HEX | #cdad5b |
| RGB | rgb(205, 173, 91) |
| HSL | hsl(43, 53%, 58%) |
| CMYK | cmyk(0%, 16%, 56%, 20%) |
| LAB | lab(72.0 1.7 45.9) |
| LCH | lch(72.0 46.0 87.9) |
| OKLCH | oklch(0.759 0.108 88.4) |
Copy-ready code
/* CSS */
color: #cdad5b;
background-color: #cdad5b;
/* Tailwind (arbitrary) */
class="text-[#cdad5b] bg-[#cdad5b]"
/* SCSS */
$brand: #cdad5b;
/* SwiftUI */
Color(red: 0.804, green: 0.678, blue: 0.357)
/* Android */
Color.parseColor("#cdad5b")Accessibility — WCAG contrast
Aa
#cdad5b on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdad5b on black: 9.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green67.8%
Blue35.7%
CMYK percentages
Cyan0.0%
Magenta15.6%
Yellow55.6%
Key (black)19.6%
Color previews
#cdad5b text on a black background
contrast 9.72:1
Card sample
#cdad5b text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdad5b;
Background color
Panel with #cdad5b background
background-color: #cdad5b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdad5b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 173, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 173, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdad5b; background: linear-gradient(135deg, #cdad5b, #A1CD5B);