#c98103
a dark, electric orange · warm · closest name: peru
RGB
201, 129, 3
HSL
38°, 97%, 40%
CMYK
0, 36, 99, 21
Luminance
0.2812
Every format
| HEX | #c98103 |
| RGB | rgb(201, 129, 3) |
| HSL | hsl(38, 97%, 40%) |
| CMYK | cmyk(0%, 36%, 99%, 21%) |
| LAB | lab(60.0 20.1 65.5) |
| LCH | lch(60.0 68.5 73.0) |
| OKLCH | oklch(0.663 0.142 70.5) |
Copy-ready code
/* CSS */
color: #c98103;
background-color: #c98103;
/* Tailwind (arbitrary) */
class="text-[#c98103] bg-[#c98103]"
/* SCSS */
$brand: #c98103;
/* SwiftUI */
Color(red: 0.788, green: 0.506, blue: 0.012)
/* Android */
Color.parseColor("#c98103")Accessibility — WCAG contrast
Aa
#c98103 on white: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c98103 on black: 6.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green50.6%
Blue1.2%
CMYK percentages
Cyan0.0%
Magenta35.8%
Yellow98.5%
Key (black)21.2%
Color previews
#c98103 text on a black background
contrast 6.62:1
Card sample
#c98103 text on a white background
contrast 3.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c98103;
Background color
Panel with #c98103 background
background-color: #c98103;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c98103;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 129, 3, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 129, 3, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c98103; background: linear-gradient(135deg, #c98103, #8DC903);