#c69331
a balanced, vivid orange · warm · closest name: peru
RGB
198, 147, 49
HSL
40°, 60%, 48%
CMYK
0, 26, 75, 22
Luminance
0.3309
Every format
| HEX | #c69331 |
| RGB | rgb(198, 147, 49) |
| HSL | hsl(40, 60%, 48%) |
| CMYK | cmyk(0%, 26%, 75%, 22%) |
| LAB | lab(64.2 10.0 56.4) |
| LCH | lch(64.2 57.3 79.9) |
| OKLCH | oklch(0.695 0.126 79.7) |
Copy-ready code
/* CSS */
color: #c69331;
background-color: #c69331;
/* Tailwind (arbitrary) */
class="text-[#c69331] bg-[#c69331]"
/* SCSS */
$brand: #c69331;
/* SwiftUI */
Color(red: 0.776, green: 0.576, blue: 0.192)
/* Android */
Color.parseColor("#c69331")Accessibility — WCAG contrast
Aa
#c69331 on white: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c69331 on black: 7.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green57.6%
Blue19.2%
CMYK percentages
Cyan0.0%
Magenta25.8%
Yellow75.3%
Key (black)22.4%
Color previews
#c69331 text on a black background
contrast 7.62:1
Card sample
#c69331 text on a white background
contrast 2.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c69331;
Background color
Panel with #c69331 background
background-color: #c69331;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c69331;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 147, 49, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 147, 49, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c69331; background: linear-gradient(135deg, #c69331, #95C631);