#a26464
a balanced, soft red · warm · closest name: sienna
RGB
162, 100, 100
HSL
0°, 25%, 51%
CMYK
0, 38, 38, 37
Luminance
0.1772
Every format
| HEX | #a26464 |
| RGB | rgb(162, 100, 100) |
| HSL | hsl(0, 25%, 51%) |
| CMYK | cmyk(0%, 38%, 38%, 37%) |
| LAB | lab(49.1 25.0 10.6) |
| LCH | lch(49.1 27.2 22.9) |
| OKLCH | oklch(0.571 0.081 19.9) |
Copy-ready code
/* CSS */
color: #a26464;
background-color: #a26464;
/* Tailwind (arbitrary) */
class="text-[#a26464] bg-[#a26464]"
/* SCSS */
$brand: #a26464;
/* SwiftUI */
Color(red: 0.635, green: 0.392, blue: 0.392)
/* Android */
Color.parseColor("#a26464")Accessibility — WCAG contrast
Aa
#a26464 on white: 4.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a26464 on black: 4.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green39.2%
Blue39.2%
CMYK percentages
Cyan0.0%
Magenta38.3%
Yellow38.3%
Key (black)36.5%
Color previews
#a26464 text on a black background
contrast 4.54:1
Card sample
#a26464 text on a white background
contrast 4.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a26464;
Background color
Panel with #a26464 background
background-color: #a26464;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a26464;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 100, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 100, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a26464; background: linear-gradient(135deg, #a26464, #A28D64);