#cd663f
a balanced, vivid orange · warm · closest name: sienna
RGB
205, 102, 63
HSL
17°, 59%, 53%
CMYK
0, 50, 69, 20
Luminance
0.2284
Every format
| HEX | #cd663f |
| RGB | rgb(205, 102, 63) |
| HSL | hsl(17, 59%, 53%) |
| CMYK | cmyk(0%, 50%, 69%, 20%) |
| LAB | lab(54.9 37.9 40.3) |
| LCH | lch(54.9 55.3 46.8) |
| OKLCH | oklch(0.625 0.141 40.7) |
Copy-ready code
/* CSS */
color: #cd663f;
background-color: #cd663f;
/* Tailwind (arbitrary) */
class="text-[#cd663f] bg-[#cd663f]"
/* SCSS */
$brand: #cd663f;
/* SwiftUI */
Color(red: 0.804, green: 0.400, blue: 0.247)
/* Android */
Color.parseColor("#cd663f")Accessibility — WCAG contrast
Aa
#cd663f on white: 3.77:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd663f on black: 5.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green40.0%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta50.2%
Yellow69.3%
Key (black)19.6%
Color previews
#cd663f text on a black background
contrast 5.57:1
Card sample
#cd663f text on a white background
contrast 3.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd663f;
Background color
Panel with #cd663f background
background-color: #cd663f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd663f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 102, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 102, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd663f; background: linear-gradient(135deg, #cd663f, #CDC53F);