#c19213
a dark, electric yellow · warm · closest name: peru
RGB
193, 146, 19
HSL
44°, 82%, 42%
CMYK
0, 24, 90, 24
Luminance
0.3194
Every format
| HEX | #c19213 |
| RGB | rgb(193, 146, 19) |
| HSL | hsl(44, 82%, 42%) |
| CMYK | cmyk(0%, 24%, 90%, 24%) |
| LAB | lab(63.3 7.5 64.7) |
| LCH | lch(63.3 65.2 83.4) |
| OKLCH | oklch(0.686 0.137 84.7) |
Copy-ready code
/* CSS */
color: #c19213;
background-color: #c19213;
/* Tailwind (arbitrary) */
class="text-[#c19213] bg-[#c19213]"
/* SCSS */
$brand: #c19213;
/* SwiftUI */
Color(red: 0.757, green: 0.573, blue: 0.075)
/* Android */
Color.parseColor("#c19213")Accessibility — WCAG contrast
Aa
#c19213 on white: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c19213 on black: 7.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green57.3%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta24.4%
Yellow90.2%
Key (black)24.3%
Color previews
#c19213 text on a black background
contrast 7.39:1
Card sample
#c19213 text on a white background
contrast 2.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c19213;
Background color
Panel with #c19213 background
background-color: #c19213;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c19213;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 146, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 146, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c19213; background: linear-gradient(135deg, #c19213, #7CC113);