#af746f
a balanced, soft red · warm · closest name: gray
RGB
175, 116, 111
HSL
5°, 29%, 56%
CMYK
0, 34, 37, 31
Luminance
0.2275
Every format
| HEX | #af746f |
| RGB | rgb(175, 116, 111) |
| HSL | hsl(5, 29%, 56%) |
| CMYK | cmyk(0%, 34%, 37%, 31%) |
| LAB | lab(54.8 22.6 12.3) |
| LCH | lch(54.8 25.7 28.6) |
| OKLCH | oklch(0.619 0.075 24.8) |
Copy-ready code
/* CSS */
color: #af746f;
background-color: #af746f;
/* Tailwind (arbitrary) */
class="text-[#af746f] bg-[#af746f]"
/* SCSS */
$brand: #af746f;
/* SwiftUI */
Color(red: 0.686, green: 0.455, blue: 0.435)
/* Android */
Color.parseColor("#af746f")Accessibility — WCAG contrast
Aa
#af746f on white: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af746f on black: 5.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green45.5%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta33.7%
Yellow36.6%
Key (black)31.4%
Color previews
#af746f text on a black background
contrast 5.55:1
Card sample
#af746f text on a white background
contrast 3.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af746f;
Background color
Panel with #af746f background
background-color: #af746f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af746f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 116, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 116, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af746f; background: linear-gradient(135deg, #af746f, #AF9F6F);