#cdad80
a light, soft orange · warm · closest name: tan
RGB
205, 173, 128
HSL
35°, 44%, 65%
CMYK
0, 16, 38, 20
Luminance
0.4442
Every format
| HEX | #cdad80 |
| RGB | rgb(205, 173, 128) |
| HSL | hsl(35, 44%, 65%) |
| CMYK | cmyk(0%, 16%, 38%, 20%) |
| LAB | lab(72.5 5.3 27.5) |
| LCH | lch(72.5 28.0 79.0) |
| OKLCH | oklch(0.765 0.071 75.8) |
Copy-ready code
/* CSS */
color: #cdad80;
background-color: #cdad80;
/* Tailwind (arbitrary) */
class="text-[#cdad80] bg-[#cdad80]"
/* SCSS */
$brand: #cdad80;
/* SwiftUI */
Color(red: 0.804, green: 0.678, blue: 0.502)
/* Android */
Color.parseColor("#cdad80")Accessibility — WCAG contrast
Aa
#cdad80 on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdad80 on black: 9.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green67.8%
Blue50.2%
CMYK percentages
Cyan0.0%
Magenta15.6%
Yellow37.6%
Key (black)19.6%
Color previews
#cdad80 text on a black background
contrast 9.88:1
Card sample
#cdad80 text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdad80;
Background color
Panel with #cdad80 background
background-color: #cdad80;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdad80;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 173, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 173, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdad80; background: linear-gradient(135deg, #cdad80, #BACD80);