#c08621
a dark, vivid orange · warm · closest name: peru
RGB
192, 134, 33
HSL
38°, 71%, 44%
CMYK
0, 30, 83, 25
Luminance
0.2837
Every format
| HEX | #c08621 |
| RGB | rgb(192, 134, 33) |
| HSL | hsl(38, 71%, 44%) |
| CMYK | cmyk(0%, 30%, 83%, 25%) |
| LAB | lab(60.2 13.9 58.4) |
| LCH | lch(60.2 60.0 76.6) |
| OKLCH | oklch(0.662 0.129 75.5) |
Copy-ready code
/* CSS */
color: #c08621;
background-color: #c08621;
/* Tailwind (arbitrary) */
class="text-[#c08621] bg-[#c08621]"
/* SCSS */
$brand: #c08621;
/* SwiftUI */
Color(red: 0.753, green: 0.525, blue: 0.129)
/* Android */
Color.parseColor("#c08621")Accessibility — WCAG contrast
Aa
#c08621 on white: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c08621 on black: 6.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green52.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta30.2%
Yellow82.8%
Key (black)24.7%
Color previews
#c08621 text on a black background
contrast 6.67:1
Card sample
#c08621 text on a white background
contrast 3.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c08621;
Background color
Panel with #c08621 background
background-color: #c08621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c08621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 134, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 134, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c08621; background: linear-gradient(135deg, #c08621, #90C021);