#cdada1
a light, soft orange · warm · closest name: tan
RGB
205, 173, 161
HSL
16°, 31%, 72%
CMYK
0, 16, 22, 20
Luminance
0.4544
Every format
| HEX | #cdada1 |
| RGB | rgb(205, 173, 161) |
| HSL | hsl(16, 31%, 72%) |
| CMYK | cmyk(0%, 16%, 22%, 20%) |
| LAB | lab(73.2 9.7 10.5) |
| LCH | lch(73.2 14.3 47.2) |
| OKLCH | oklch(0.772 0.041 41.6) |
Copy-ready code
/* CSS */
color: #cdada1;
background-color: #cdada1;
/* Tailwind (arbitrary) */
class="text-[#cdada1] bg-[#cdada1]"
/* SCSS */
$brand: #cdada1;
/* SwiftUI */
Color(red: 0.804, green: 0.678, blue: 0.631)
/* Android */
Color.parseColor("#cdada1")Accessibility — WCAG contrast
Aa
#cdada1 on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdada1 on black: 10.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green67.8%
Blue63.1%
CMYK percentages
Cyan0.0%
Magenta15.6%
Yellow21.5%
Key (black)19.6%
Color previews
#cdada1 text on a black background
contrast 10.09:1
Card sample
#cdada1 text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdada1;
Background color
Panel with #cdada1 background
background-color: #cdada1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdada1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 173, 161, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 173, 161, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdada1; background: linear-gradient(135deg, #cdada1, #CDCAA1);