#c08045
a balanced, vivid orange · warm · closest name: peru
RGB
192, 128, 69
HSL
29°, 49%, 51%
CMYK
0, 33, 64, 25
Luminance
0.2707
Every format
| HEX | #c08045 |
| RGB | rgb(192, 128, 69) |
| HSL | hsl(29, 49%, 51%) |
| CMYK | cmyk(0%, 33%, 64%, 25%) |
| LAB | lab(59.0 19.0 41.5) |
| LCH | lch(59.0 45.6 65.4) |
| OKLCH | oklch(0.654 0.109 61.6) |
Copy-ready code
/* CSS */
color: #c08045;
background-color: #c08045;
/* Tailwind (arbitrary) */
class="text-[#c08045] bg-[#c08045]"
/* SCSS */
$brand: #c08045;
/* SwiftUI */
Color(red: 0.753, green: 0.502, blue: 0.271)
/* Android */
Color.parseColor("#c08045")Accessibility — WCAG contrast
Aa
#c08045 on white: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c08045 on black: 6.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green50.2%
Blue27.1%
CMYK percentages
Cyan0.0%
Magenta33.3%
Yellow64.1%
Key (black)24.7%
Color previews
#c08045 text on a black background
contrast 6.41:1
Card sample
#c08045 text on a white background
contrast 3.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c08045;
Background color
Panel with #c08045 background
background-color: #c08045;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c08045;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 128, 69, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 128, 69, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c08045; background: linear-gradient(135deg, #c08045, #AEC045);