#c08053
a balanced, vivid orange · warm · closest name: peru
RGB
192, 128, 83
HSL
25°, 46%, 54%
CMYK
0, 33, 57, 25
Luminance
0.2727
Every format
| HEX | #c08053 |
| RGB | rgb(192, 128, 83) |
| HSL | hsl(25, 46%, 54%) |
| CMYK | cmyk(0%, 33%, 57%, 25%) |
| LAB | lab(59.2 20.0 34.3) |
| LCH | lch(59.2 39.7 59.8) |
| OKLCH | oklch(0.656 0.100 55.1) |
Copy-ready code
/* CSS */
color: #c08053;
background-color: #c08053;
/* Tailwind (arbitrary) */
class="text-[#c08053] bg-[#c08053]"
/* SCSS */
$brand: #c08053;
/* SwiftUI */
Color(red: 0.753, green: 0.502, blue: 0.325)
/* Android */
Color.parseColor("#c08053")Accessibility — WCAG contrast
Aa
#c08053 on white: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c08053 on black: 6.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green50.2%
Blue32.5%
CMYK percentages
Cyan0.0%
Magenta33.3%
Yellow56.8%
Key (black)24.7%
Color previews
#c08053 text on a black background
contrast 6.45:1
Card sample
#c08053 text on a white background
contrast 3.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c08053;
Background color
Panel with #c08053 background
background-color: #c08053;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c08053;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 128, 83, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 128, 83, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c08053; background: linear-gradient(135deg, #c08053, #B7C053);