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