#cd673b
a balanced, vivid orange · warm · closest name: chocolate
RGB
205, 103, 59
HSL
18°, 59%, 52%
CMYK
0, 50, 71, 20
Luminance
0.2300
Every format
| HEX | #cd673b |
| RGB | rgb(205, 103, 59) |
| HSL | hsl(18, 59%, 52%) |
| CMYK | cmyk(0%, 50%, 71%, 20%) |
| LAB | lab(55.1 37.2 42.6) |
| LCH | lch(55.1 56.5 48.9) |
| OKLCH | oklch(0.627 0.142 42.8) |
Copy-ready code
/* CSS */
color: #cd673b;
background-color: #cd673b;
/* Tailwind (arbitrary) */
class="text-[#cd673b] bg-[#cd673b]"
/* SCSS */
$brand: #cd673b;
/* SwiftUI */
Color(red: 0.804, green: 0.404, blue: 0.231)
/* Android */
Color.parseColor("#cd673b")Accessibility — WCAG contrast
Aa
#cd673b on white: 3.75:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd673b on black: 5.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green40.4%
Blue23.1%
CMYK percentages
Cyan0.0%
Magenta49.8%
Yellow71.2%
Key (black)19.6%
Color previews
#cd673b text on a black background
contrast 5.60:1
Card sample
#cd673b text on a white background
contrast 3.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd673b;
Background color
Panel with #cd673b background
background-color: #cd673b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd673b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 103, 59, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 103, 59, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd673b; background: linear-gradient(135deg, #cd673b, #CDC83B);