#cd6b49
a balanced, vivid orange · warm · closest name: sienna
RGB
205, 107, 73
HSL
16°, 57%, 55%
CMYK
0, 48, 64, 20
Luminance
0.2398
Every format
| HEX | #cd6b49 |
| RGB | rgb(205, 107, 73) |
| HSL | hsl(16, 57%, 55%) |
| CMYK | cmyk(0%, 48%, 64%, 20%) |
| LAB | lab(56.1 35.9 36.3) |
| LCH | lch(56.1 51.0 45.3) |
| OKLCH | oklch(0.635 0.133 39.6) |
Copy-ready code
/* CSS */
color: #cd6b49;
background-color: #cd6b49;
/* Tailwind (arbitrary) */
class="text-[#cd6b49] bg-[#cd6b49]"
/* SCSS */
$brand: #cd6b49;
/* SwiftUI */
Color(red: 0.804, green: 0.420, blue: 0.286)
/* Android */
Color.parseColor("#cd6b49")Accessibility — WCAG contrast
Aa
#cd6b49 on white: 3.62:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd6b49 on black: 5.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green42.0%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta47.8%
Yellow64.4%
Key (black)19.6%
Color previews
#cd6b49 text on a black background
contrast 5.80:1
Card sample
#cd6b49 text on a white background
contrast 3.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd6b49;
Background color
Panel with #cd6b49 background
background-color: #cd6b49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd6b49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 107, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 107, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd6b49; background: linear-gradient(135deg, #cd6b49, #CDC349);