#af8686
a balanced, soft red · warm · closest name: gray
RGB
175, 134, 134
HSL
0°, 20%, 61%
CMYK
0, 23, 23, 31
Luminance
0.2789
Every format
| HEX | #af8686 |
| RGB | rgb(175, 134, 134) |
| HSL | hsl(0, 20%, 61%) |
| CMYK | cmyk(0%, 23%, 23%, 31%) |
| LAB | lab(59.8 15.7 6.1) |
| LCH | lch(59.8 16.8 21.2) |
| OKLCH | oklch(0.659 0.051 18.5) |
Copy-ready code
/* CSS */
color: #af8686;
background-color: #af8686;
/* Tailwind (arbitrary) */
class="text-[#af8686] bg-[#af8686]"
/* SCSS */
$brand: #af8686;
/* SwiftUI */
Color(red: 0.686, green: 0.525, blue: 0.525)
/* Android */
Color.parseColor("#af8686")Accessibility — WCAG contrast
Aa
#af8686 on white: 3.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af8686 on black: 6.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green52.5%
Blue52.5%
CMYK percentages
Cyan0.0%
Magenta23.4%
Yellow23.4%
Key (black)31.4%
Color previews
#af8686 text on a black background
contrast 6.58:1
Card sample
#af8686 text on a white background
contrast 3.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af8686;
Background color
Panel with #af8686 background
background-color: #af8686;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af8686;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 134, 134, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 134, 134, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af8686; background: linear-gradient(135deg, #af8686, #AFA186);