#af737f
a balanced, soft red · warm · closest name: gray
RGB
175, 115, 127
HSL
348°, 27%, 57%
CMYK
0, 34, 27, 31
Luminance
0.2291
Every format
| HEX | #af737f |
| RGB | rgb(175, 115, 127) |
| HSL | hsl(348, 27%, 57%) |
| CMYK | cmyk(0%, 34%, 27%, 31%) |
| LAB | lab(55.0 25.3 3.2) |
| LCH | lch(55.0 25.5 7.2) |
| OKLCH | oklch(0.622 0.077 6.5) |
Copy-ready code
/* CSS */
color: #af737f;
background-color: #af737f;
/* Tailwind (arbitrary) */
class="text-[#af737f] bg-[#af737f]"
/* SCSS */
$brand: #af737f;
/* SwiftUI */
Color(red: 0.686, green: 0.451, blue: 0.498)
/* Android */
Color.parseColor("#af737f")Accessibility — WCAG contrast
Aa
#af737f on white: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af737f on black: 5.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green45.1%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta34.3%
Yellow27.4%
Key (black)31.4%
Color previews
#af737f text on a black background
contrast 5.58:1
Card sample
#af737f text on a white background
contrast 3.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af737f;
Background color
Panel with #af737f background
background-color: #af737f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af737f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 115, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 115, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af737f; background: linear-gradient(135deg, #af737f, #AF8F73);