#c58f13
a dark, electric yellow · warm · closest name: peru
RGB
197, 143, 19
HSL
42°, 82%, 42%
CMYK
0, 27, 90, 23
Luminance
0.3156
Every format
| HEX | #c58f13 |
| RGB | rgb(197, 143, 19) |
| HSL | hsl(42, 82%, 42%) |
| CMYK | cmyk(0%, 27%, 90%, 23%) |
| LAB | lab(63.0 10.9 64.7) |
| LCH | lch(63.0 65.6 80.5) |
| OKLCH | oklch(0.685 0.138 80.7) |
Copy-ready code
/* CSS */
color: #c58f13;
background-color: #c58f13;
/* Tailwind (arbitrary) */
class="text-[#c58f13] bg-[#c58f13]"
/* SCSS */
$brand: #c58f13;
/* SwiftUI */
Color(red: 0.773, green: 0.561, blue: 0.075)
/* Android */
Color.parseColor("#c58f13")Accessibility — WCAG contrast
Aa
#c58f13 on white: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c58f13 on black: 7.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green56.1%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta27.4%
Yellow90.4%
Key (black)22.7%
Color previews
#c58f13 text on a black background
contrast 7.31:1
Card sample
#c58f13 text on a white background
contrast 2.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c58f13;
Background color
Panel with #c58f13 background
background-color: #c58f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c58f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 143, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 143, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c58f13; background: linear-gradient(135deg, #c58f13, #84C513);