#c39655
a balanced, vivid orange · warm · closest name: peru
RGB
195, 150, 85
HSL
36°, 48%, 55%
CMYK
0, 23, 56, 24
Luminance
0.3407
Every format
| HEX | #c39655 |
| RGB | rgb(195, 150, 85) |
| HSL | hsl(36, 48%, 55%) |
| CMYK | cmyk(0%, 23%, 56%, 24%) |
| LAB | lab(65.0 9.3 40.4) |
| LCH | lch(65.0 41.5 77.0) |
| OKLCH | oklch(0.702 0.099 75.1) |
Copy-ready code
/* CSS */
color: #c39655;
background-color: #c39655;
/* Tailwind (arbitrary) */
class="text-[#c39655] bg-[#c39655]"
/* SCSS */
$brand: #c39655;
/* SwiftUI */
Color(red: 0.765, green: 0.588, blue: 0.333)
/* Android */
Color.parseColor("#c39655")Accessibility — WCAG contrast
Aa
#c39655 on white: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c39655 on black: 7.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green58.8%
Blue33.3%
CMYK percentages
Cyan0.0%
Magenta23.1%
Yellow56.4%
Key (black)23.5%
Color previews
#c39655 text on a black background
contrast 7.81:1
Card sample
#c39655 text on a white background
contrast 2.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c39655;
Background color
Panel with #c39655 background
background-color: #c39655;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c39655;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 150, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 150, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c39655; background: linear-gradient(135deg, #c39655, #A7C355);