#c08430
a balanced, vivid orange · warm · closest name: peru
RGB
192, 132, 48
HSL
35°, 60%, 47%
CMYK
0, 31, 75, 25
Luminance
0.2792
Every format
| HEX | #c08430 |
| RGB | rgb(192, 132, 48) |
| HSL | hsl(35, 60%, 47%) |
| CMYK | cmyk(0%, 31%, 75%, 25%) |
| LAB | lab(59.8 15.6 52.3) |
| LCH | lch(59.8 54.5 73.4) |
| OKLCH | oklch(0.659 0.122 71.4) |
Copy-ready code
/* CSS */
color: #c08430;
background-color: #c08430;
/* Tailwind (arbitrary) */
class="text-[#c08430] bg-[#c08430]"
/* SCSS */
$brand: #c08430;
/* SwiftUI */
Color(red: 0.753, green: 0.518, blue: 0.188)
/* Android */
Color.parseColor("#c08430")Accessibility — WCAG contrast
Aa
#c08430 on white: 3.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c08430 on black: 6.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green51.8%
Blue18.8%
CMYK percentages
Cyan0.0%
Magenta31.2%
Yellow75.0%
Key (black)24.7%
Color previews
#c08430 text on a black background
contrast 6.58:1
Card sample
#c08430 text on a white background
contrast 3.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c08430;
Background color
Panel with #c08430 background
background-color: #c08430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c08430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 132, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 132, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c08430; background: linear-gradient(135deg, #c08430, #9CC030);