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