#cd643f
a balanced, vivid orange · warm · closest name: sienna
RGB
205, 100, 63
HSL
16°, 59%, 53%
CMYK
0, 51, 69, 20
Luminance
0.2245
Every format
| HEX | #cd643f |
| RGB | rgb(205, 100, 63) |
| HSL | hsl(16, 59%, 53%) |
| CMYK | cmyk(0%, 51%, 69%, 20%) |
| LAB | lab(54.5 38.9 39.9) |
| LCH | lch(54.5 55.7 45.7) |
| OKLCH | oklch(0.623 0.143 39.6) |
Copy-ready code
/* CSS */
color: #cd643f;
background-color: #cd643f;
/* Tailwind (arbitrary) */
class="text-[#cd643f] bg-[#cd643f]"
/* SCSS */
$brand: #cd643f;
/* SwiftUI */
Color(red: 0.804, green: 0.392, blue: 0.247)
/* Android */
Color.parseColor("#cd643f")Accessibility — WCAG contrast
Aa
#cd643f on white: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd643f on black: 5.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green39.2%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta51.2%
Yellow69.3%
Key (black)19.6%
Color previews
#cd643f text on a black background
contrast 5.49:1
Card sample
#cd643f text on a white background
contrast 3.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd643f;
Background color
Panel with #cd643f background
background-color: #cd643f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd643f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 100, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 100, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd643f; background: linear-gradient(135deg, #cd643f, #CDC33F);