#c46331
a balanced, vivid orange · warm · closest name: chocolate
RGB
196, 99, 49
HSL
20°, 60%, 48%
CMYK
0, 50, 75, 23
Luminance
0.2088
Every format
| HEX | #c46331 |
| RGB | rgb(196, 99, 49) |
| HSL | hsl(20, 60%, 48%) |
| CMYK | cmyk(0%, 50%, 75%, 23%) |
| LAB | lab(52.8 35.2 44.9) |
| LCH | lch(52.8 57.0 51.9) |
| OKLCH | oklch(0.607 0.139 45.7) |
Copy-ready code
/* CSS */
color: #c46331;
background-color: #c46331;
/* Tailwind (arbitrary) */
class="text-[#c46331] bg-[#c46331]"
/* SCSS */
$brand: #c46331;
/* SwiftUI */
Color(red: 0.769, green: 0.388, blue: 0.192)
/* Android */
Color.parseColor("#c46331")Accessibility — WCAG contrast
Aa
#c46331 on white: 4.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c46331 on black: 5.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green38.8%
Blue19.2%
CMYK percentages
Cyan0.0%
Magenta49.5%
Yellow75.0%
Key (black)23.1%
Color previews
#c46331 text on a black background
contrast 5.18:1
Card sample
#c46331 text on a white background
contrast 4.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c46331;
Background color
Panel with #c46331 background
background-color: #c46331;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c46331;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 99, 49, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 99, 49, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c46331; background: linear-gradient(135deg, #c46331, #C3C431);