#c59b13
a dark, electric yellow · cool · closest name: orange
RGB
197, 155, 19
HSL
46°, 82%, 42%
CMYK
0, 21, 90, 23
Luminance
0.3536
Every format
| HEX | #c59b13 |
| RGB | rgb(197, 155, 19) |
| HSL | hsl(46, 82%, 42%) |
| CMYK | cmyk(0%, 21%, 90%, 23%) |
| LAB | lab(66.0 4.3 67.0) |
| LCH | lch(66.0 67.2 86.3) |
| OKLCH | oklch(0.709 0.141 88.6) |
Copy-ready code
/* CSS */
color: #c59b13;
background-color: #c59b13;
/* Tailwind (arbitrary) */
class="text-[#c59b13] bg-[#c59b13]"
/* SCSS */
$brand: #c59b13;
/* SwiftUI */
Color(red: 0.773, green: 0.608, blue: 0.075)
/* Android */
Color.parseColor("#c59b13")Accessibility — WCAG contrast
Aa
#c59b13 on white: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c59b13 on black: 8.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green60.8%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta21.3%
Yellow90.4%
Key (black)22.7%
Color previews
#c59b13 text on a black background
contrast 8.07:1
Card sample
#c59b13 text on a white background
contrast 2.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c59b13;
Background color
Panel with #c59b13 background
background-color: #c59b13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c59b13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 155, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 155, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c59b13; background: linear-gradient(135deg, #c59b13, #79C513);