#c48f4f
a balanced, vivid orange · warm · closest name: peru
RGB
196, 143, 79
HSL
33°, 50%, 54%
CMYK
0, 27, 60, 23
Luminance
0.3195
Every format
| HEX | #c48f4f |
| RGB | rgb(196, 143, 79) |
| HSL | hsl(33, 50%, 54%) |
| CMYK | cmyk(0%, 27%, 60%, 23%) |
| LAB | lab(63.3 13.1 41.5) |
| LCH | lch(63.3 43.5 72.4) |
| OKLCH | oklch(0.689 0.104 69.8) |
Copy-ready code
/* CSS */
color: #c48f4f;
background-color: #c48f4f;
/* Tailwind (arbitrary) */
class="text-[#c48f4f] bg-[#c48f4f]"
/* SCSS */
$brand: #c48f4f;
/* SwiftUI */
Color(red: 0.769, green: 0.561, blue: 0.310)
/* Android */
Color.parseColor("#c48f4f")Accessibility — WCAG contrast
Aa
#c48f4f on white: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c48f4f on black: 7.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green56.1%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta27.0%
Yellow59.7%
Key (black)23.1%
Color previews
#c48f4f text on a black background
contrast 7.39:1
Card sample
#c48f4f text on a white background
contrast 2.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c48f4f;
Background color
Panel with #c48f4f background
background-color: #c48f4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c48f4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 143, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 143, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c48f4f; background: linear-gradient(135deg, #c48f4f, #ABC44F);