#cd9b83
a light, soft orange · warm · closest name: tan
RGB
205, 155, 131
HSL
20°, 43%, 66%
CMYK
0, 24, 36, 20
Luminance
0.3806
Every format
| HEX | #cd9b83 |
| RGB | rgb(205, 155, 131) |
| HSL | hsl(20, 43%, 66%) |
| CMYK | cmyk(0%, 24%, 36%, 20%) |
| LAB | lab(68.1 15.4 19.8) |
| LCH | lch(68.1 25.1 52.1) |
| OKLCH | oklch(0.731 0.069 46.8) |
Copy-ready code
/* CSS */
color: #cd9b83;
background-color: #cd9b83;
/* Tailwind (arbitrary) */
class="text-[#cd9b83] bg-[#cd9b83]"
/* SCSS */
$brand: #cd9b83;
/* SwiftUI */
Color(red: 0.804, green: 0.608, blue: 0.514)
/* Android */
Color.parseColor("#cd9b83")Accessibility — WCAG contrast
Aa
#cd9b83 on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd9b83 on black: 8.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green60.8%
Blue51.4%
CMYK percentages
Cyan0.0%
Magenta24.4%
Yellow36.1%
Key (black)19.6%
Color previews
#cd9b83 text on a black background
contrast 8.61:1
Card sample
#cd9b83 text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd9b83;
Background color
Panel with #cd9b83 background
background-color: #cd9b83;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd9b83;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 155, 131, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 155, 131, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd9b83; background: linear-gradient(135deg, #cd9b83, #CDCC83);