#c68431
a balanced, vivid orange · warm · closest name: peru
RGB
198, 132, 49
HSL
33°, 60%, 48%
CMYK
0, 33, 75, 22
Luminance
0.2873
Every format
| HEX | #c68431 |
| RGB | rgb(198, 132, 49) |
| HSL | hsl(33, 60%, 48%) |
| CMYK | cmyk(0%, 33%, 75%, 22%) |
| LAB | lab(60.5 18.3 52.8) |
| LCH | lch(60.5 55.9 70.9) |
| OKLCH | oklch(0.667 0.125 68.2) |
Copy-ready code
/* CSS */
color: #c68431;
background-color: #c68431;
/* Tailwind (arbitrary) */
class="text-[#c68431] bg-[#c68431]"
/* SCSS */
$brand: #c68431;
/* SwiftUI */
Color(red: 0.776, green: 0.518, blue: 0.192)
/* Android */
Color.parseColor("#c68431")Accessibility — WCAG contrast
Aa
#c68431 on white: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c68431 on black: 6.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green51.8%
Blue19.2%
CMYK percentages
Cyan0.0%
Magenta33.3%
Yellow75.3%
Key (black)22.4%
Color previews
#c68431 text on a black background
contrast 6.75:1
Card sample
#c68431 text on a white background
contrast 3.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c68431;
Background color
Panel with #c68431 background
background-color: #c68431;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c68431;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 132, 49, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 132, 49, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c68431; background: linear-gradient(135deg, #c68431, #A5C631);