#a86273
a balanced, soft red · warm · closest name: gray
RGB
168, 98, 115
HSL
345°, 29%, 52%
CMYK
0, 42, 32, 34
Luminance
0.1830
Every format
| HEX | #a86273 |
| RGB | rgb(168, 98, 115) |
| HSL | hsl(345, 29%, 52%) |
| CMYK | cmyk(0%, 42%, 32%, 34%) |
| LAB | lab(49.9 30.4 2.8) |
| LCH | lch(49.9 30.6 5.2) |
| OKLCH | oklch(0.580 0.093 4.7) |
Copy-ready code
/* CSS */
color: #a86273;
background-color: #a86273;
/* Tailwind (arbitrary) */
class="text-[#a86273] bg-[#a86273]"
/* SCSS */
$brand: #a86273;
/* SwiftUI */
Color(red: 0.659, green: 0.384, blue: 0.451)
/* Android */
Color.parseColor("#a86273")Accessibility — WCAG contrast
Aa
#a86273 on white: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a86273 on black: 4.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green38.4%
Blue45.1%
CMYK percentages
Cyan0.0%
Magenta41.7%
Yellow31.5%
Key (black)34.1%
Color previews
#a86273 text on a black background
contrast 4.66:1
Card sample
#a86273 text on a white background
contrast 4.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a86273;
Background color
Panel with #a86273 background
background-color: #a86273;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a86273;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 98, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 98, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a86273; background: linear-gradient(135deg, #a86273, #A88062);