#c06830
a balanced, vivid orange · warm · closest name: peru
RGB
192, 104, 48
HSL
23°, 60%, 47%
CMYK
0, 46, 75, 25
Luminance
0.2132
Every format
| HEX | #c06830 |
| RGB | rgb(192, 104, 48) |
| HSL | hsl(23, 60%, 47%) |
| CMYK | cmyk(0%, 46%, 75%, 25%) |
| LAB | lab(53.3 30.9 45.6) |
| LCH | lch(53.3 55.1 55.9) |
| OKLCH | oklch(0.609 0.132 50.2) |
Copy-ready code
/* CSS */
color: #c06830;
background-color: #c06830;
/* Tailwind (arbitrary) */
class="text-[#c06830] bg-[#c06830]"
/* SCSS */
$brand: #c06830;
/* SwiftUI */
Color(red: 0.753, green: 0.408, blue: 0.188)
/* Android */
Color.parseColor("#c06830")Accessibility — WCAG contrast
Aa
#c06830 on white: 3.99:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c06830 on black: 5.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green40.8%
Blue18.8%
CMYK percentages
Cyan0.0%
Magenta45.8%
Yellow75.0%
Key (black)24.7%
Color previews
#c06830 text on a black background
contrast 5.26:1
Card sample
#c06830 text on a white background
contrast 3.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c06830;
Background color
Panel with #c06830 background
background-color: #c06830;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c06830;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 104, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 104, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c06830; background: linear-gradient(135deg, #c06830, #B8C030);