#c98f13
a dark, electric yellow · warm · closest name: peru
RGB
201, 143, 19
HSL
41°, 83%, 43%
CMYK
0, 29, 91, 21
Luminance
0.3211
Every format
| HEX | #c98f13 |
| RGB | rgb(201, 143, 19) |
| HSL | hsl(41, 83%, 43%) |
| CMYK | cmyk(0%, 29%, 91%, 21%) |
| LAB | lab(63.4 12.7 65.2) |
| LCH | lch(63.4 66.5 79.0) |
| OKLCH | oklch(0.689 0.139 78.8) |
Copy-ready code
/* CSS */
color: #c98f13;
background-color: #c98f13;
/* Tailwind (arbitrary) */
class="text-[#c98f13] bg-[#c98f13]"
/* SCSS */
$brand: #c98f13;
/* SwiftUI */
Color(red: 0.788, green: 0.561, blue: 0.075)
/* Android */
Color.parseColor("#c98f13")Accessibility — WCAG contrast
Aa
#c98f13 on white: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c98f13 on black: 7.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green56.1%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta28.9%
Yellow90.5%
Key (black)21.2%
Color previews
#c98f13 text on a black background
contrast 7.42:1
Card sample
#c98f13 text on a white background
contrast 2.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c98f13;
Background color
Panel with #c98f13 background
background-color: #c98f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c98f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 143, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 143, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c98f13; background: linear-gradient(135deg, #c98f13, #89C913);