#c58f21
a balanced, vivid yellow · warm · closest name: peru
RGB
197, 143, 33
HSL
40°, 71%, 45%
CMYK
0, 27, 83, 23
Luminance
0.3163
Every format
| HEX | #c58f21 |
| RGB | rgb(197, 143, 33) |
| HSL | hsl(40, 71%, 45%) |
| CMYK | cmyk(0%, 27%, 83%, 23%) |
| LAB | lab(63.0 11.2 61.0) |
| LCH | lch(63.0 62.0 79.6) |
| OKLCH | oklch(0.685 0.133 79.5) |
Copy-ready code
/* CSS */
color: #c58f21;
background-color: #c58f21;
/* Tailwind (arbitrary) */
class="text-[#c58f21] bg-[#c58f21]"
/* SCSS */
$brand: #c58f21;
/* SwiftUI */
Color(red: 0.773, green: 0.561, blue: 0.129)
/* Android */
Color.parseColor("#c58f21")Accessibility — WCAG contrast
Aa
#c58f21 on white: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c58f21 on black: 7.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green56.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta27.4%
Yellow83.2%
Key (black)22.7%
Color previews
#c58f21 text on a black background
contrast 7.33:1
Card sample
#c58f21 text on a white background
contrast 2.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c58f21;
Background color
Panel with #c58f21 background
background-color: #c58f21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c58f21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 143, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 143, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c58f21; background: linear-gradient(135deg, #c58f21, #8EC521);