#c98739
a balanced, vivid orange · warm · closest name: peru
RGB
201, 135, 57
HSL
33°, 57%, 51%
CMYK
0, 33, 72, 21
Luminance
0.3004
Every format
| HEX | #c98739 |
| RGB | rgb(201, 135, 57) |
| HSL | hsl(33, 57%, 51%) |
| CMYK | cmyk(0%, 33%, 72%, 21%) |
| LAB | lab(61.7 18.3 50.5) |
| LCH | lch(61.7 53.7 70.1) |
| OKLCH | oklch(0.676 0.123 67.2) |
Copy-ready code
/* CSS */
color: #c98739;
background-color: #c98739;
/* Tailwind (arbitrary) */
class="text-[#c98739] bg-[#c98739]"
/* SCSS */
$brand: #c98739;
/* SwiftUI */
Color(red: 0.788, green: 0.529, blue: 0.224)
/* Android */
Color.parseColor("#c98739")Accessibility — WCAG contrast
Aa
#c98739 on white: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c98739 on black: 7.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green52.9%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta32.8%
Yellow71.6%
Key (black)21.2%
Color previews
#c98739 text on a black background
contrast 7.01:1
Card sample
#c98739 text on a white background
contrast 3.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c98739;
Background color
Panel with #c98739 background
background-color: #c98739;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c98739;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 135, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 135, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c98739; background: linear-gradient(135deg, #c98739, #ABC939);