#c99713
a dark, electric yellow · warm · closest name: orange
RGB
201, 151, 19
HSL
44°, 83%, 43%
CMYK
0, 25, 91, 21
Luminance
0.3460
Every format
| HEX | #c99713 |
| RGB | rgb(201, 151, 19) |
| HSL | hsl(44, 83%, 43%) |
| CMYK | cmyk(0%, 25%, 91%, 21%) |
| LAB | lab(65.4 8.3 66.8) |
| LCH | lch(65.4 67.3 82.9) |
| OKLCH | oklch(0.705 0.141 84.1) |
Copy-ready code
/* CSS */
color: #c99713;
background-color: #c99713;
/* Tailwind (arbitrary) */
class="text-[#c99713] bg-[#c99713]"
/* SCSS */
$brand: #c99713;
/* SwiftUI */
Color(red: 0.788, green: 0.592, blue: 0.075)
/* Android */
Color.parseColor("#c99713")Accessibility — WCAG contrast
Aa
#c99713 on white: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c99713 on black: 7.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green59.2%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta24.9%
Yellow90.5%
Key (black)21.2%
Color previews
#c99713 text on a black background
contrast 7.92:1
Card sample
#c99713 text on a white background
contrast 2.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c99713;
Background color
Panel with #c99713 background
background-color: #c99713;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c99713;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 151, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 151, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c99713; background: linear-gradient(135deg, #c99713, #82C913);