#c48f24
a balanced, vivid yellow · warm · closest name: peru
RGB
196, 143, 36
HSL
40°, 69%, 46%
CMYK
0, 27, 82, 23
Luminance
0.3151
Every format
| HEX | #c48f24 |
| RGB | rgb(196, 143, 36) |
| HSL | hsl(40, 69%, 46%) |
| CMYK | cmyk(0%, 27%, 82%, 23%) |
| LAB | lab(62.9 10.8 59.9) |
| LCH | lch(62.9 60.9 79.7) |
| OKLCH | oklch(0.684 0.131 79.7) |
Copy-ready code
/* CSS */
color: #c48f24;
background-color: #c48f24;
/* Tailwind (arbitrary) */
class="text-[#c48f24] bg-[#c48f24]"
/* SCSS */
$brand: #c48f24;
/* SwiftUI */
Color(red: 0.769, green: 0.561, blue: 0.141)
/* Android */
Color.parseColor("#c48f24")Accessibility — WCAG contrast
Aa
#c48f24 on white: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c48f24 on black: 7.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green56.1%
Blue14.1%
CMYK percentages
Cyan0.0%
Magenta27.0%
Yellow81.6%
Key (black)23.1%
Color previews
#c48f24 text on a black background
contrast 7.30:1
Card sample
#c48f24 text on a white background
contrast 2.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c48f24;
Background color
Panel with #c48f24 background
background-color: #c48f24;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c48f24;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 143, 36, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 143, 36, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c48f24; background: linear-gradient(135deg, #c48f24, #8EC424);