#cdad5f
a balanced, vivid yellow · warm · closest name: tan
RGB
205, 173, 95
HSL
43°, 52%, 59%
CMYK
0, 16, 54, 20
Luminance
0.4369
Every format
| HEX | #cdad5f |
| RGB | rgb(205, 173, 95) |
| HSL | hsl(43, 52%, 59%) |
| CMYK | cmyk(0%, 16%, 54%, 20%) |
| LAB | lab(72.0 2.0 44.0) |
| LCH | lch(72.0 44.0 87.4) |
| OKLCH | oklch(0.760 0.104 87.5) |
Copy-ready code
/* CSS */
color: #cdad5f;
background-color: #cdad5f;
/* Tailwind (arbitrary) */
class="text-[#cdad5f] bg-[#cdad5f]"
/* SCSS */
$brand: #cdad5f;
/* SwiftUI */
Color(red: 0.804, green: 0.678, blue: 0.373)
/* Android */
Color.parseColor("#cdad5f")Accessibility — WCAG contrast
Aa
#cdad5f on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdad5f on black: 9.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green67.8%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta15.6%
Yellow53.7%
Key (black)19.6%
Color previews
#cdad5f text on a black background
contrast 9.74:1
Card sample
#cdad5f text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdad5f;
Background color
Panel with #cdad5f background
background-color: #cdad5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdad5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 173, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 173, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdad5f; background: linear-gradient(135deg, #cdad5f, #A4CD5F);