#c59607
a dark, electric yellow · cool · closest name: orange
RGB
197, 150, 7
HSL
45°, 93%, 40%
CMYK
0, 24, 96, 23
Luminance
0.3370
Every format
| HEX | #c59607 |
| RGB | rgb(197, 150, 7) |
| HSL | hsl(45, 93%, 40%) |
| CMYK | cmyk(0%, 24%, 96%, 23%) |
| LAB | lab(64.7 6.9 68.0) |
| LCH | lch(64.7 68.3 84.2) |
| OKLCH | oklch(0.698 0.142 85.9) |
Copy-ready code
/* CSS */
color: #c59607;
background-color: #c59607;
/* Tailwind (arbitrary) */
class="text-[#c59607] bg-[#c59607]"
/* SCSS */
$brand: #c59607;
/* SwiftUI */
Color(red: 0.773, green: 0.588, blue: 0.027)
/* Android */
Color.parseColor("#c59607")Accessibility — WCAG contrast
Aa
#c59607 on white: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c59607 on black: 7.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green58.8%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta23.9%
Yellow96.4%
Key (black)22.7%
Color previews
#c59607 text on a black background
contrast 7.74:1
Card sample
#c59607 text on a white background
contrast 2.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c59607;
Background color
Panel with #c59607 background
background-color: #c59607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c59607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 150, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 150, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c59607; background: linear-gradient(135deg, #c59607, #75C507);