#c08039
a balanced, vivid orange · warm · closest name: peru
RGB
192, 128, 57
HSL
32°, 54%, 49%
CMYK
0, 33, 70, 25
Luminance
0.2694
Every format
| HEX | #c08039 |
| RGB | rgb(192, 128, 57) |
| HSL | hsl(32, 54%, 49%) |
| CMYK | cmyk(0%, 33%, 70%, 25%) |
| LAB | lab(58.9 18.2 47.3) |
| LCH | lch(58.9 50.7 68.9) |
| OKLCH | oklch(0.653 0.117 65.8) |
Copy-ready code
/* CSS */
color: #c08039;
background-color: #c08039;
/* Tailwind (arbitrary) */
class="text-[#c08039] bg-[#c08039]"
/* SCSS */
$brand: #c08039;
/* SwiftUI */
Color(red: 0.753, green: 0.502, blue: 0.224)
/* Android */
Color.parseColor("#c08039")Accessibility — WCAG contrast
Aa
#c08039 on white: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c08039 on black: 6.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green50.2%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta33.3%
Yellow70.3%
Key (black)24.7%
Color previews
#c08039 text on a black background
contrast 6.39:1
Card sample
#c08039 text on a white background
contrast 3.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c08039;
Background color
Panel with #c08039 background
background-color: #c08039;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c08039;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 128, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 128, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c08039; background: linear-gradient(135deg, #c08039, #A6C039);