#c5783f
a balanced, vivid orange · warm · closest name: peru
RGB
197, 120, 63
HSL
26°, 54%, 51%
CMYK
0, 39, 68, 23
Luminance
0.2566
Every format
| HEX | #c5783f |
| RGB | rgb(197, 120, 63) |
| HSL | hsl(26, 54%, 51%) |
| CMYK | cmyk(0%, 39%, 68%, 23%) |
| LAB | lab(57.7 25.1 43.2) |
| LCH | lch(57.7 50.0 59.8) |
| OKLCH | oklch(0.645 0.120 55.1) |
Copy-ready code
/* CSS */
color: #c5783f;
background-color: #c5783f;
/* Tailwind (arbitrary) */
class="text-[#c5783f] bg-[#c5783f]"
/* SCSS */
$brand: #c5783f;
/* SwiftUI */
Color(red: 0.773, green: 0.471, blue: 0.247)
/* Android */
Color.parseColor("#c5783f")Accessibility — WCAG contrast
Aa
#c5783f on white: 3.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c5783f on black: 6.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green47.1%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta39.1%
Yellow68.0%
Key (black)22.7%
Color previews
#c5783f text on a black background
contrast 6.13:1
Card sample
#c5783f text on a white background
contrast 3.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5783f;
Background color
Panel with #c5783f background
background-color: #c5783f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5783f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 120, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 120, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5783f; background: linear-gradient(135deg, #c5783f, #B9C53F);