#c99607
a dark, electric yellow · warm · closest name: orange
RGB
201, 150, 7
HSL
44°, 93%, 41%
CMYK
0, 25, 97, 21
Luminance
0.3425
Every format
| HEX | #c99607 |
| RGB | rgb(201, 150, 7) |
| HSL | hsl(44, 93%, 41%) |
| CMYK | cmyk(0%, 25%, 97%, 21%) |
| LAB | lab(65.2 8.7 68.5) |
| LCH | lch(65.2 69.0 82.8) |
| OKLCH | oklch(0.703 0.143 83.9) |
Copy-ready code
/* CSS */
color: #c99607;
background-color: #c99607;
/* Tailwind (arbitrary) */
class="text-[#c99607] bg-[#c99607]"
/* SCSS */
$brand: #c99607;
/* SwiftUI */
Color(red: 0.788, green: 0.588, blue: 0.027)
/* Android */
Color.parseColor("#c99607")Accessibility — WCAG contrast
Aa
#c99607 on white: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c99607 on black: 7.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green58.8%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta25.4%
Yellow96.5%
Key (black)21.2%
Color previews
#c99607 text on a black background
contrast 7.85:1
Card sample
#c99607 text on a white background
contrast 2.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c99607;
Background color
Panel with #c99607 background
background-color: #c99607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c99607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 150, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 150, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c99607; background: linear-gradient(135deg, #c99607, #7BC907);