#af847f
a balanced, soft red · warm · closest name: gray
RGB
175, 132, 127
HSL
6°, 23%, 59%
CMYK
0, 25, 27, 31
Luminance
0.2715
Every format
| HEX | #af847f |
| RGB | rgb(175, 132, 127) |
| HSL | hsl(6, 23%, 59%) |
| CMYK | cmyk(0%, 25%, 27%, 31%) |
| LAB | lab(59.1 15.8 9.1) |
| LCH | lch(59.1 18.2 30.0) |
| OKLCH | oklch(0.653 0.054 26.2) |
Copy-ready code
/* CSS */
color: #af847f;
background-color: #af847f;
/* Tailwind (arbitrary) */
class="text-[#af847f] bg-[#af847f]"
/* SCSS */
$brand: #af847f;
/* SwiftUI */
Color(red: 0.686, green: 0.518, blue: 0.498)
/* Android */
Color.parseColor("#af847f")Accessibility — WCAG contrast
Aa
#af847f on white: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af847f on black: 6.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green51.8%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta24.6%
Yellow27.4%
Key (black)31.4%
Color previews
#af847f text on a black background
contrast 6.43:1
Card sample
#af847f text on a white background
contrast 3.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af847f;
Background color
Panel with #af847f background
background-color: #af847f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af847f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 132, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 132, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af847f; background: linear-gradient(135deg, #af847f, #AFA47F);