#c98549
a balanced, vivid orange · warm · closest name: peru
RGB
201, 133, 73
HSL
28°, 54%, 54%
CMYK
0, 34, 64, 21
Luminance
0.2967
Every format
| HEX | #c98549 |
| RGB | rgb(201, 133, 73) |
| HSL | hsl(28, 54%, 54%) |
| CMYK | cmyk(0%, 34%, 64%, 21%) |
| LAB | lab(61.4 20.3 42.4) |
| LCH | lch(61.4 47.0 64.4) |
| OKLCH | oklch(0.674 0.113 60.4) |
Copy-ready code
/* CSS */
color: #c98549;
background-color: #c98549;
/* Tailwind (arbitrary) */
class="text-[#c98549] bg-[#c98549]"
/* SCSS */
$brand: #c98549;
/* SwiftUI */
Color(red: 0.788, green: 0.522, blue: 0.286)
/* Android */
Color.parseColor("#c98549")Accessibility — WCAG contrast
Aa
#c98549 on white: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c98549 on black: 6.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green52.2%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta33.8%
Yellow63.7%
Key (black)21.2%
Color previews
#c98549 text on a black background
contrast 6.93:1
Card sample
#c98549 text on a white background
contrast 3.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c98549;
Background color
Panel with #c98549 background
background-color: #c98549;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c98549;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 133, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 133, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c98549; background: linear-gradient(135deg, #c98549, #B8C949);