#c98e21
a balanced, vivid orange · warm · closest name: peru
RGB
201, 142, 33
HSL
39°, 72%, 46%
CMYK
0, 29, 84, 21
Luminance
0.3187
Every format
| HEX | #c98e21 |
| RGB | rgb(201, 142, 33) |
| HSL | hsl(39, 72%, 46%) |
| CMYK | cmyk(0%, 29%, 84%, 21%) |
| LAB | lab(63.2 13.5 61.4) |
| LCH | lch(63.2 62.9 77.6) |
| OKLCH | oklch(0.688 0.135 76.8) |
Copy-ready code
/* CSS */
color: #c98e21;
background-color: #c98e21;
/* Tailwind (arbitrary) */
class="text-[#c98e21] bg-[#c98e21]"
/* SCSS */
$brand: #c98e21;
/* SwiftUI */
Color(red: 0.788, green: 0.557, blue: 0.129)
/* Android */
Color.parseColor("#c98e21")Accessibility — WCAG contrast
Aa
#c98e21 on white: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c98e21 on black: 7.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green55.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta29.4%
Yellow83.6%
Key (black)21.2%
Color previews
#c98e21 text on a black background
contrast 7.37:1
Card sample
#c98e21 text on a white background
contrast 2.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c98e21;
Background color
Panel with #c98e21 background
background-color: #c98e21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c98e21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 142, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 142, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c98e21; background: linear-gradient(135deg, #c98e21, #94C921);