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