#cdad9b
a light, soft orange · warm · closest name: tan
RGB
205, 173, 155
HSL
22°, 33%, 71%
CMYK
0, 16, 24, 20
Luminance
0.4523
Every format
| HEX | #cdad9b |
| RGB | rgb(205, 173, 155) |
| HSL | hsl(22, 33%, 71%) |
| CMYK | cmyk(0%, 16%, 24%, 20%) |
| LAB | lab(73.0 8.8 13.6) |
| LCH | lch(73.0 16.2 56.9) |
| OKLCH | oklch(0.771 0.045 51.1) |
Copy-ready code
/* CSS */
color: #cdad9b;
background-color: #cdad9b;
/* Tailwind (arbitrary) */
class="text-[#cdad9b] bg-[#cdad9b]"
/* SCSS */
$brand: #cdad9b;
/* SwiftUI */
Color(red: 0.804, green: 0.678, blue: 0.608)
/* Android */
Color.parseColor("#cdad9b")Accessibility — WCAG contrast
Aa
#cdad9b on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdad9b on black: 10.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green67.8%
Blue60.8%
CMYK percentages
Cyan0.0%
Magenta15.6%
Yellow24.4%
Key (black)19.6%
Color previews
#cdad9b text on a black background
contrast 10.05:1
Card sample
#cdad9b text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdad9b;
Background color
Panel with #cdad9b background
background-color: #cdad9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdad9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 173, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 173, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdad9b; background: linear-gradient(135deg, #cdad9b, #CCCD9B);