#cd9b89
a light, soft orange · warm · closest name: tan
RGB
205, 155, 137
HSL
16°, 41%, 67%
CMYK
0, 24, 33, 20
Luminance
0.3823
Every format
| HEX | #cd9b89 |
| RGB | rgb(205, 155, 137) |
| HSL | hsl(16, 41%, 67%) |
| CMYK | cmyk(0%, 24%, 33%, 20%) |
| LAB | lab(68.2 16.2 16.7) |
| LCH | lch(68.2 23.2 45.9) |
| OKLCH | oklch(0.732 0.066 40.7) |
Copy-ready code
/* CSS */
color: #cd9b89;
background-color: #cd9b89;
/* Tailwind (arbitrary) */
class="text-[#cd9b89] bg-[#cd9b89]"
/* SCSS */
$brand: #cd9b89;
/* SwiftUI */
Color(red: 0.804, green: 0.608, blue: 0.537)
/* Android */
Color.parseColor("#cd9b89")Accessibility — WCAG contrast
Aa
#cd9b89 on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd9b89 on black: 8.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green60.8%
Blue53.7%
CMYK percentages
Cyan0.0%
Magenta24.4%
Yellow33.2%
Key (black)19.6%
Color previews
#cd9b89 text on a black background
contrast 8.65:1
Card sample
#cd9b89 text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd9b89;
Background color
Panel with #cd9b89 background
background-color: #cd9b89;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd9b89;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 155, 137, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 155, 137, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd9b89; background: linear-gradient(135deg, #cd9b89, #CDC889);