#cd643b
a balanced, vivid orange · warm · closest name: chocolate
RGB
205, 100, 59
HSL
17°, 59%, 52%
CMYK
0, 51, 71, 20
Luminance
0.2241
Every format
| HEX | #cd643b |
| RGB | rgb(205, 100, 59) |
| HSL | hsl(17, 59%, 52%) |
| CMYK | cmyk(0%, 51%, 71%, 20%) |
| LAB | lab(54.5 38.7 41.9) |
| LCH | lch(54.5 57.0 47.3) |
| OKLCH | oklch(0.622 0.144 41.1) |
Copy-ready code
/* CSS */
color: #cd643b;
background-color: #cd643b;
/* Tailwind (arbitrary) */
class="text-[#cd643b] bg-[#cd643b]"
/* SCSS */
$brand: #cd643b;
/* SwiftUI */
Color(red: 0.804, green: 0.392, blue: 0.231)
/* Android */
Color.parseColor("#cd643b")Accessibility — WCAG contrast
Aa
#cd643b on white: 3.83:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd643b on black: 5.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green39.2%
Blue23.1%
CMYK percentages
Cyan0.0%
Magenta51.2%
Yellow71.2%
Key (black)19.6%
Color previews
#cd643b text on a black background
contrast 5.48:1
Card sample
#cd643b text on a white background
contrast 3.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd643b;
Background color
Panel with #cd643b background
background-color: #cd643b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd643b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 100, 59, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 100, 59, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd643b; background: linear-gradient(135deg, #cd643b, #CDC53B);