#cdad7b
a balanced, vivid orange · warm · closest name: tan
RGB
205, 173, 123
HSL
37°, 45%, 64%
CMYK
0, 16, 40, 20
Luminance
0.4430
Every format
| HEX | #cdad7b |
| RGB | rgb(205, 173, 123) |
| HSL | hsl(37, 45%, 64%) |
| CMYK | cmyk(0%, 16%, 40%, 20%) |
| LAB | lab(72.4 4.8 30.0) |
| LCH | lch(72.4 30.4 81.0) |
| OKLCH | oklch(0.764 0.076 78.4) |
Copy-ready code
/* CSS */
color: #cdad7b;
background-color: #cdad7b;
/* Tailwind (arbitrary) */
class="text-[#cdad7b] bg-[#cdad7b]"
/* SCSS */
$brand: #cdad7b;
/* SwiftUI */
Color(red: 0.804, green: 0.678, blue: 0.482)
/* Android */
Color.parseColor("#cdad7b")Accessibility — WCAG contrast
Aa
#cdad7b on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdad7b on black: 9.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green67.8%
Blue48.2%
CMYK percentages
Cyan0.0%
Magenta15.6%
Yellow40.0%
Key (black)19.6%
Color previews
#cdad7b text on a black background
contrast 9.86:1
Card sample
#cdad7b text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdad7b;
Background color
Panel with #cdad7b background
background-color: #cdad7b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdad7b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 173, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 173, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdad7b; background: linear-gradient(135deg, #cdad7b, #B6CD7B);