#cdad98
a light, soft orange · warm · closest name: tan
RGB
205, 173, 152
HSL
24°, 35%, 70%
CMYK
0, 16, 26, 20
Luminance
0.4513
Every format
| HEX | #cdad98 |
| RGB | rgb(205, 173, 152) |
| HSL | hsl(24, 35%, 70%) |
| CMYK | cmyk(0%, 16%, 26%, 20%) |
| LAB | lab(73.0 8.4 15.1) |
| LCH | lch(73.0 17.3 60.9) |
| OKLCH | oklch(0.770 0.048 55.1) |
Copy-ready code
/* CSS */
color: #cdad98;
background-color: #cdad98;
/* Tailwind (arbitrary) */
class="text-[#cdad98] bg-[#cdad98]"
/* SCSS */
$brand: #cdad98;
/* SwiftUI */
Color(red: 0.804, green: 0.678, blue: 0.596)
/* Android */
Color.parseColor("#cdad98")Accessibility — WCAG contrast
Aa
#cdad98 on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdad98 on black: 10.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green67.8%
Blue59.6%
CMYK percentages
Cyan0.0%
Magenta15.6%
Yellow25.9%
Key (black)19.6%
Color previews
#cdad98 text on a black background
contrast 10.03:1
Card sample
#cdad98 text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdad98;
Background color
Panel with #cdad98 background
background-color: #cdad98;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdad98;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 173, 152, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 173, 152, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdad98; background: linear-gradient(135deg, #cdad98, #CACD98);