#a3614b
a balanced, soft orange · warm · closest name: sienna
RGB
163, 97, 75
HSL
15°, 37%, 47%
CMYK
0, 41, 54, 36
Luminance
0.1684
Every format
| HEX | #a3614b |
| RGB | rgb(163, 97, 75) |
| HSL | hsl(15, 37%, 47%) |
| CMYK | cmyk(0%, 41%, 54%, 36%) |
| LAB | lab(48.1 24.4 23.9) |
| LCH | lch(48.1 34.2 44.4) |
| OKLCH | oklch(0.561 0.092 39.2) |
Copy-ready code
/* CSS */
color: #a3614b;
background-color: #a3614b;
/* Tailwind (arbitrary) */
class="text-[#a3614b] bg-[#a3614b]"
/* SCSS */
$brand: #a3614b;
/* SwiftUI */
Color(red: 0.639, green: 0.380, blue: 0.294)
/* Android */
Color.parseColor("#a3614b")Accessibility — WCAG contrast
Aa
#a3614b on white: 4.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a3614b on black: 4.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green38.0%
Blue29.4%
CMYK percentages
Cyan0.0%
Magenta40.5%
Yellow54.0%
Key (black)36.1%
Color previews
#a3614b text on a black background
contrast 4.37:1
Card sample
#a3614b text on a white background
contrast 4.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a3614b;
Background color
Panel with #a3614b background
background-color: #a3614b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a3614b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 97, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 97, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a3614b; background: linear-gradient(135deg, #a3614b, #A39C4B);