#cdad73
a balanced, vivid orange · warm · closest name: tan
RGB
205, 173, 115
HSL
39°, 47%, 63%
CMYK
0, 16, 44, 20
Luminance
0.4410
Every format
| HEX | #cdad73 |
| RGB | rgb(205, 173, 115) |
| HSL | hsl(39, 47%, 63%) |
| CMYK | cmyk(0%, 16%, 44%, 20%) |
| LAB | lab(72.3 3.9 34.1) |
| LCH | lch(72.3 34.3 83.5) |
| OKLCH | oklch(0.763 0.084 81.8) |
Copy-ready code
/* CSS */
color: #cdad73;
background-color: #cdad73;
/* Tailwind (arbitrary) */
class="text-[#cdad73] bg-[#cdad73]"
/* SCSS */
$brand: #cdad73;
/* SwiftUI */
Color(red: 0.804, green: 0.678, blue: 0.451)
/* Android */
Color.parseColor("#cdad73")Accessibility — WCAG contrast
Aa
#cdad73 on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdad73 on black: 9.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green67.8%
Blue45.1%
CMYK percentages
Cyan0.0%
Magenta15.6%
Yellow43.9%
Key (black)19.6%
Color previews
#cdad73 text on a black background
contrast 9.82:1
Card sample
#cdad73 text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdad73;
Background color
Panel with #cdad73 background
background-color: #cdad73;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdad73;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 173, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 173, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdad73; background: linear-gradient(135deg, #cdad73, #B1CD73);