#cdad89
a light, soft orange · warm · closest name: tan
RGB
205, 173, 137
HSL
32°, 41%, 67%
CMYK
0, 16, 33, 20
Luminance
0.4467
Every format
| HEX | #cdad89 |
| RGB | rgb(205, 173, 137) |
| HSL | hsl(32, 41%, 67%) |
| CMYK | cmyk(0%, 16%, 33%, 20%) |
| LAB | lab(72.7 6.4 22.9) |
| LCH | lch(72.7 23.7 74.3) |
| OKLCH | oklch(0.767 0.061 70.0) |
Copy-ready code
/* CSS */
color: #cdad89;
background-color: #cdad89;
/* Tailwind (arbitrary) */
class="text-[#cdad89] bg-[#cdad89]"
/* SCSS */
$brand: #cdad89;
/* SwiftUI */
Color(red: 0.804, green: 0.678, blue: 0.537)
/* Android */
Color.parseColor("#cdad89")Accessibility — WCAG contrast
Aa
#cdad89 on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdad89 on black: 9.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green67.8%
Blue53.7%
CMYK percentages
Cyan0.0%
Magenta15.6%
Yellow33.2%
Key (black)19.6%
Color previews
#cdad89 text on a black background
contrast 9.93:1
Card sample
#cdad89 text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdad89;
Background color
Panel with #cdad89 background
background-color: #cdad89;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdad89;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 173, 137, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 173, 137, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdad89; background: linear-gradient(135deg, #cdad89, #C0CD89);