#c09f13
a dark, electric yellow · cool · closest name: olive
RGB
192, 159, 19
HSL
49°, 82%, 41%
CMYK
0, 17, 90, 25
Luminance
0.3605
Every format
| HEX | #c09f13 |
| RGB | rgb(192, 159, 19) |
| HSL | hsl(49, 82%, 41%) |
| CMYK | cmyk(0%, 17%, 90%, 25%) |
| LAB | lab(66.6 -0.0 67.2) |
| LCH | lch(66.6 67.2 90.0) |
| OKLCH | oklch(0.712 0.142 93.5) |
Copy-ready code
/* CSS */
color: #c09f13;
background-color: #c09f13;
/* Tailwind (arbitrary) */
class="text-[#c09f13] bg-[#c09f13]"
/* SCSS */
$brand: #c09f13;
/* SwiftUI */
Color(red: 0.753, green: 0.624, blue: 0.075)
/* Android */
Color.parseColor("#c09f13")Accessibility — WCAG contrast
Aa
#c09f13 on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c09f13 on black: 8.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green62.4%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta17.2%
Yellow90.1%
Key (black)24.7%
Color previews
#c09f13 text on a black background
contrast 8.21:1
Card sample
#c09f13 text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c09f13;
Background color
Panel with #c09f13 background
background-color: #c09f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c09f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 159, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 159, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c09f13; background: linear-gradient(135deg, #c09f13, #6EC013);