#cd9b74
a balanced, vivid orange · warm · closest name: tan
RGB
205, 155, 116
HSL
26°, 47%, 63%
CMYK
0, 24, 43, 20
Luminance
0.3768
Every format
| HEX | #cd9b74 |
| RGB | rgb(205, 155, 116) |
| HSL | hsl(26, 47%, 63%) |
| CMYK | cmyk(0%, 24%, 43%, 20%) |
| LAB | lab(67.8 13.7 27.7) |
| LCH | lch(67.8 30.9 63.7) |
| OKLCH | oklch(0.727 0.080 59.0) |
Copy-ready code
/* CSS */
color: #cd9b74;
background-color: #cd9b74;
/* Tailwind (arbitrary) */
class="text-[#cd9b74] bg-[#cd9b74]"
/* SCSS */
$brand: #cd9b74;
/* SwiftUI */
Color(red: 0.804, green: 0.608, blue: 0.455)
/* Android */
Color.parseColor("#cd9b74")Accessibility — WCAG contrast
Aa
#cd9b74 on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd9b74 on black: 8.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green60.8%
Blue45.5%
CMYK percentages
Cyan0.0%
Magenta24.4%
Yellow43.4%
Key (black)19.6%
Color previews
#cd9b74 text on a black background
contrast 8.54:1
Card sample
#cd9b74 text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd9b74;
Background color
Panel with #cd9b74 background
background-color: #cd9b74;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd9b74;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 155, 116, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 155, 116, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd9b74; background: linear-gradient(135deg, #cd9b74, #C4CD74);