#cd9b7d
a balanced, soft orange · warm · closest name: tan
RGB
205, 155, 125
HSL
23°, 44%, 65%
CMYK
0, 24, 39, 20
Luminance
0.3790
Every format
| HEX | #cd9b7d |
| RGB | rgb(205, 155, 125) |
| HSL | hsl(23, 44%, 65%) |
| CMYK | cmyk(0%, 24%, 39%, 20%) |
| LAB | lab(68.0 14.7 23.0) |
| LCH | lch(68.0 27.3 57.4) |
| OKLCH | oklch(0.729 0.073 52.2) |
Copy-ready code
/* CSS */
color: #cd9b7d;
background-color: #cd9b7d;
/* Tailwind (arbitrary) */
class="text-[#cd9b7d] bg-[#cd9b7d]"
/* SCSS */
$brand: #cd9b7d;
/* SwiftUI */
Color(red: 0.804, green: 0.608, blue: 0.490)
/* Android */
Color.parseColor("#cd9b7d")Accessibility — WCAG contrast
Aa
#cd9b7d on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd9b7d on black: 8.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green60.8%
Blue49.0%
CMYK percentages
Cyan0.0%
Magenta24.4%
Yellow39.0%
Key (black)19.6%
Color previews
#cd9b7d text on a black background
contrast 8.58:1
Card sample
#cd9b7d text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd9b7d;
Background color
Panel with #cd9b7d background
background-color: #cd9b7d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd9b7d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 155, 125, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 155, 125, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd9b7d; background: linear-gradient(135deg, #cd9b7d, #CACD7D);