#cdba9b
a light, soft orange · warm · closest name: tan
RGB
205, 186, 155
HSL
37°, 33%, 71%
CMYK
0, 9, 24, 20
Luminance
0.5046
Every format
| HEX | #cdba9b |
| RGB | rgb(205, 186, 155) |
| HSL | hsl(37, 33%, 71%) |
| CMYK | cmyk(0%, 9%, 24%, 20%) |
| LAB | lab(76.3 1.9 18.2) |
| LCH | lch(76.3 18.3 84.1) |
| OKLCH | oklch(0.797 0.047 80.0) |
Copy-ready code
/* CSS */
color: #cdba9b;
background-color: #cdba9b;
/* Tailwind (arbitrary) */
class="text-[#cdba9b] bg-[#cdba9b]"
/* SCSS */
$brand: #cdba9b;
/* SwiftUI */
Color(red: 0.804, green: 0.729, blue: 0.608)
/* Android */
Color.parseColor("#cdba9b")Accessibility — WCAG contrast
Aa
#cdba9b on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdba9b on black: 11.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green72.9%
Blue60.8%
CMYK percentages
Cyan0.0%
Magenta9.3%
Yellow24.4%
Key (black)19.6%
Color previews
#cdba9b text on a black background
contrast 11.09:1
Card sample
#cdba9b text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdba9b;
Background color
Panel with #cdba9b background
background-color: #cdba9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdba9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 186, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 186, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdba9b; background: linear-gradient(135deg, #cdba9b, #BFCD9B);