#c99513
a dark, electric yellow · warm · closest name: orange
RGB
201, 149, 19
HSL
43°, 83%, 43%
CMYK
0, 26, 91, 21
Luminance
0.3396
Every format
| HEX | #c99513 |
| RGB | rgb(201, 149, 19) |
| HSL | hsl(43, 83%, 43%) |
| CMYK | cmyk(0%, 26%, 91%, 21%) |
| LAB | lab(64.9 9.4 66.4) |
| LCH | lch(64.9 67.0 82.0) |
| OKLCH | oklch(0.701 0.140 82.8) |
Copy-ready code
/* CSS */
color: #c99513;
background-color: #c99513;
/* Tailwind (arbitrary) */
class="text-[#c99513] bg-[#c99513]"
/* SCSS */
$brand: #c99513;
/* SwiftUI */
Color(red: 0.788, green: 0.584, blue: 0.075)
/* Android */
Color.parseColor("#c99513")Accessibility — WCAG contrast
Aa
#c99513 on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c99513 on black: 7.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green58.4%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta25.9%
Yellow90.5%
Key (black)21.2%
Color previews
#c99513 text on a black background
contrast 7.79:1
Card sample
#c99513 text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c99513;
Background color
Panel with #c99513 background
background-color: #c99513;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c99513;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 149, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 149, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c99513; background: linear-gradient(135deg, #c99513, #83C913);