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