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