#c98621
a balanced, vivid orange · warm · closest name: peru
RGB
201, 134, 33
HSL
36°, 72%, 46%
CMYK
0, 33, 84, 21
Luminance
0.2958
Every format
| HEX | #c98621 |
| RGB | rgb(201, 134, 33) |
| HSL | hsl(36, 72%, 46%) |
| CMYK | cmyk(0%, 33%, 84%, 21%) |
| LAB | lab(61.3 17.9 59.7) |
| LCH | lch(61.3 62.3 73.3) |
| OKLCH | oklch(0.673 0.135 71.2) |
Copy-ready code
/* CSS */
color: #c98621;
background-color: #c98621;
/* Tailwind (arbitrary) */
class="text-[#c98621] bg-[#c98621]"
/* SCSS */
$brand: #c98621;
/* SwiftUI */
Color(red: 0.788, green: 0.525, blue: 0.129)
/* Android */
Color.parseColor("#c98621")Accessibility — WCAG contrast
Aa
#c98621 on white: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c98621 on black: 6.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green52.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta33.3%
Yellow83.6%
Key (black)21.2%
Color previews
#c98621 text on a black background
contrast 6.92:1
Card sample
#c98621 text on a white background
contrast 3.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c98621;
Background color
Panel with #c98621 background
background-color: #c98621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c98621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 134, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 134, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c98621; background: linear-gradient(135deg, #c98621, #9CC921);