#c3653c
a balanced, vivid orange · warm · closest name: sienna
RGB
195, 101, 60
HSL
18°, 53%, 50%
CMYK
0, 48, 69, 24
Luminance
0.2124
Every format
| HEX | #c3653c |
| RGB | rgb(195, 101, 60) |
| HSL | hsl(18, 53%, 50%) |
| CMYK | cmyk(0%, 48%, 69%, 24%) |
| LAB | lab(53.2 34.3 39.6) |
| LCH | lch(53.2 52.4 49.1) |
| OKLCH | oklch(0.610 0.132 43.2) |
Copy-ready code
/* CSS */
color: #c3653c;
background-color: #c3653c;
/* Tailwind (arbitrary) */
class="text-[#c3653c] bg-[#c3653c]"
/* SCSS */
$brand: #c3653c;
/* SwiftUI */
Color(red: 0.765, green: 0.396, blue: 0.235)
/* Android */
Color.parseColor("#c3653c")Accessibility — WCAG contrast
Aa
#c3653c on white: 4.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c3653c on black: 5.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green39.6%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta48.2%
Yellow69.2%
Key (black)23.5%
Color previews
#c3653c text on a black background
contrast 5.25:1
Card sample
#c3653c text on a white background
contrast 4.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3653c;
Background color
Panel with #c3653c background
background-color: #c3653c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3653c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 101, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 101, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3653c; background: linear-gradient(135deg, #c3653c, #C3BF3C);