#c38f2f
a balanced, vivid orange · warm · closest name: peru
RGB
195, 143, 47
HSL
39°, 61%, 48%
CMYK
0, 27, 76, 24
Luminance
0.3145
Every format
| HEX | #c38f2f |
| RGB | rgb(195, 143, 47) |
| HSL | hsl(39, 61%, 48%) |
| CMYK | cmyk(0%, 27%, 76%, 24%) |
| LAB | lab(62.9 10.8 55.8) |
| LCH | lch(62.9 56.8 79.0) |
| OKLCH | oklch(0.684 0.125 78.6) |
Copy-ready code
/* CSS */
color: #c38f2f;
background-color: #c38f2f;
/* Tailwind (arbitrary) */
class="text-[#c38f2f] bg-[#c38f2f]"
/* SCSS */
$brand: #c38f2f;
/* SwiftUI */
Color(red: 0.765, green: 0.561, blue: 0.184)
/* Android */
Color.parseColor("#c38f2f")Accessibility — WCAG contrast
Aa
#c38f2f on white: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c38f2f on black: 7.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green56.1%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta26.7%
Yellow75.9%
Key (black)23.5%
Color previews
#c38f2f text on a black background
contrast 7.29:1
Card sample
#c38f2f text on a white background
contrast 2.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c38f2f;
Background color
Panel with #c38f2f background
background-color: #c38f2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c38f2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 143, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 143, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c38f2f; background: linear-gradient(135deg, #c38f2f, #95C32F);