#c08059
a balanced, vivid orange · warm · closest name: peru
RGB
192, 128, 89
HSL
23°, 45%, 55%
CMYK
0, 33, 54, 25
Luminance
0.2737
Every format
| HEX | #c08059 |
| RGB | rgb(192, 128, 89) |
| HSL | hsl(23, 45%, 55%) |
| CMYK | cmyk(0%, 33%, 54%, 25%) |
| LAB | lab(59.3 20.5 31.1) |
| LCH | lch(59.3 37.3 56.6) |
| OKLCH | oklch(0.657 0.096 51.7) |
Copy-ready code
/* CSS */
color: #c08059;
background-color: #c08059;
/* Tailwind (arbitrary) */
class="text-[#c08059] bg-[#c08059]"
/* SCSS */
$brand: #c08059;
/* SwiftUI */
Color(red: 0.753, green: 0.502, blue: 0.349)
/* Android */
Color.parseColor("#c08059")Accessibility — WCAG contrast
Aa
#c08059 on white: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c08059 on black: 6.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green50.2%
Blue34.9%
CMYK percentages
Cyan0.0%
Magenta33.3%
Yellow53.6%
Key (black)24.7%
Color previews
#c08059 text on a black background
contrast 6.47:1
Card sample
#c08059 text on a white background
contrast 3.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c08059;
Background color
Panel with #c08059 background
background-color: #c08059;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c08059;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 128, 89, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 128, 89, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c08059; background: linear-gradient(135deg, #c08059, #BBC059);