#cdad67
a balanced, vivid yellow · warm · closest name: tan
RGB
205, 173, 103
HSL
41°, 51%, 60%
CMYK
0, 16, 50, 20
Luminance
0.4385
Every format
| HEX | #cdad67 |
| RGB | rgb(205, 173, 103) |
| HSL | hsl(41, 51%, 60%) |
| CMYK | cmyk(0%, 16%, 50%, 20%) |
| LAB | lab(72.1 2.7 40.1) |
| LCH | lch(72.1 40.2 86.1) |
| OKLCH | oklch(0.761 0.097 85.6) |
Copy-ready code
/* CSS */
color: #cdad67;
background-color: #cdad67;
/* Tailwind (arbitrary) */
class="text-[#cdad67] bg-[#cdad67]"
/* SCSS */
$brand: #cdad67;
/* SwiftUI */
Color(red: 0.804, green: 0.678, blue: 0.404)
/* Android */
Color.parseColor("#cdad67")Accessibility — WCAG contrast
Aa
#cdad67 on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdad67 on black: 9.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green67.8%
Blue40.4%
CMYK percentages
Cyan0.0%
Magenta15.6%
Yellow49.8%
Key (black)19.6%
Color previews
#cdad67 text on a black background
contrast 9.77:1
Card sample
#cdad67 text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdad67;
Background color
Panel with #cdad67 background
background-color: #cdad67;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdad67;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 173, 103, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 173, 103, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdad67; background: linear-gradient(135deg, #cdad67, #A9CD67);