#cd6540
a balanced, vivid orange · warm · closest name: sienna
RGB
205, 101, 64
HSL
16°, 59%, 53%
CMYK
0, 51, 69, 20
Luminance
0.2266
Every format
| HEX | #cd6540 |
| RGB | rgb(205, 101, 64) |
| HSL | hsl(16, 59%, 53%) |
| CMYK | cmyk(0%, 51%, 69%, 20%) |
| LAB | lab(54.7 38.5 39.6) |
| LCH | lch(54.7 55.2 45.8) |
| OKLCH | oklch(0.624 0.142 39.8) |
Copy-ready code
/* CSS */
color: #cd6540;
background-color: #cd6540;
/* Tailwind (arbitrary) */
class="text-[#cd6540] bg-[#cd6540]"
/* SCSS */
$brand: #cd6540;
/* SwiftUI */
Color(red: 0.804, green: 0.396, blue: 0.251)
/* Android */
Color.parseColor("#cd6540")Accessibility — WCAG contrast
Aa
#cd6540 on white: 3.80:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd6540 on black: 5.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green39.6%
Blue25.1%
CMYK percentages
Cyan0.0%
Magenta50.7%
Yellow68.8%
Key (black)19.6%
Color previews
#cd6540 text on a black background
contrast 5.53:1
Card sample
#cd6540 text on a white background
contrast 3.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd6540;
Background color
Panel with #cd6540 background
background-color: #cd6540;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd6540;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 101, 64, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 101, 64, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd6540; background: linear-gradient(135deg, #cd6540, #CDC340);