#c19613
a dark, electric yellow · cool · closest name: olive
RGB
193, 150, 19
HSL
45°, 82%, 42%
CMYK
0, 22, 90, 24
Luminance
0.3320
Every format
| HEX | #c19613 |
| RGB | rgb(193, 150, 19) |
| HSL | hsl(45, 82%, 42%) |
| CMYK | cmyk(0%, 22%, 90%, 24%) |
| LAB | lab(64.3 5.3 65.5) |
| LCH | lch(64.3 65.7 85.4) |
| OKLCH | oklch(0.694 0.138 87.4) |
Copy-ready code
/* CSS */
color: #c19613;
background-color: #c19613;
/* Tailwind (arbitrary) */
class="text-[#c19613] bg-[#c19613]"
/* SCSS */
$brand: #c19613;
/* SwiftUI */
Color(red: 0.757, green: 0.588, blue: 0.075)
/* Android */
Color.parseColor("#c19613")Accessibility — WCAG contrast
Aa
#c19613 on white: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c19613 on black: 7.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green58.8%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta22.3%
Yellow90.2%
Key (black)24.3%
Color previews
#c19613 text on a black background
contrast 7.64:1
Card sample
#c19613 text on a white background
contrast 2.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c19613;
Background color
Panel with #c19613 background
background-color: #c19613;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c19613;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 150, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 150, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c19613; background: linear-gradient(135deg, #c19613, #78C113);