#c09913
a dark, electric yellow · cool · closest name: olive
RGB
192, 153, 19
HSL
47°, 82%, 41%
CMYK
0, 20, 90, 25
Luminance
0.3404
Every format
| HEX | #c09913 |
| RGB | rgb(192, 153, 19) |
| HSL | hsl(47, 82%, 41%) |
| CMYK | cmyk(0%, 20%, 90%, 25%) |
| LAB | lab(65.0 3.2 66.0) |
| LCH | lch(65.0 66.1 87.2) |
| OKLCH | oklch(0.699 0.139 89.8) |
Copy-ready code
/* CSS */
color: #c09913;
background-color: #c09913;
/* Tailwind (arbitrary) */
class="text-[#c09913] bg-[#c09913]"
/* SCSS */
$brand: #c09913;
/* SwiftUI */
Color(red: 0.753, green: 0.600, blue: 0.075)
/* Android */
Color.parseColor("#c09913")Accessibility — WCAG contrast
Aa
#c09913 on white: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c09913 on black: 7.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green60.0%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta20.3%
Yellow90.1%
Key (black)24.7%
Color previews
#c09913 text on a black background
contrast 7.81:1
Card sample
#c09913 text on a white background
contrast 2.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c09913;
Background color
Panel with #c09913 background
background-color: #c09913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c09913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 153, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 153, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c09913; background: linear-gradient(135deg, #c09913, #74C013);