#c68621
a balanced, vivid orange · warm · closest name: peru
RGB
198, 134, 33
HSL
37°, 71%, 45%
CMYK
0, 32, 83, 22
Luminance
0.2917
Every format
| HEX | #c68621 |
| RGB | rgb(198, 134, 33) |
| HSL | hsl(37, 71%, 45%) |
| CMYK | cmyk(0%, 32%, 83%, 22%) |
| LAB | lab(60.9 16.6 59.3) |
| LCH | lch(60.9 61.5 74.4) |
| OKLCH | oklch(0.669 0.133 72.6) |
Copy-ready code
/* CSS */
color: #c68621;
background-color: #c68621;
/* Tailwind (arbitrary) */
class="text-[#c68621] bg-[#c68621]"
/* SCSS */
$brand: #c68621;
/* SwiftUI */
Color(red: 0.776, green: 0.525, blue: 0.129)
/* Android */
Color.parseColor("#c68621")Accessibility — WCAG contrast
Aa
#c68621 on white: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c68621 on black: 6.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green52.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta32.3%
Yellow83.3%
Key (black)22.4%
Color previews
#c68621 text on a black background
contrast 6.83:1
Card sample
#c68621 text on a white background
contrast 3.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c68621;
Background color
Panel with #c68621 background
background-color: #c68621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c68621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 134, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 134, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c68621; background: linear-gradient(135deg, #c68621, #98C621);