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