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