#af726f
a balanced, soft red · warm · closest name: gray
RGB
175, 114, 111
HSL
3°, 29%, 56%
CMYK
0, 35, 37, 31
Luminance
0.2230
Every format
| HEX | #af726f |
| RGB | rgb(175, 114, 111) |
| HSL | hsl(3, 29%, 56%) |
| CMYK | cmyk(0%, 35%, 37%, 31%) |
| LAB | lab(54.3 23.7 11.6) |
| LCH | lch(54.3 26.4 26.1) |
| OKLCH | oklch(0.615 0.078 22.7) |
Copy-ready code
/* CSS */
color: #af726f;
background-color: #af726f;
/* Tailwind (arbitrary) */
class="text-[#af726f] bg-[#af726f]"
/* SCSS */
$brand: #af726f;
/* SwiftUI */
Color(red: 0.686, green: 0.447, blue: 0.435)
/* Android */
Color.parseColor("#af726f")Accessibility — WCAG contrast
Aa
#af726f on white: 3.85:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af726f on black: 5.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green44.7%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta34.9%
Yellow36.6%
Key (black)31.4%
Color previews
#af726f text on a black background
contrast 5.46:1
Card sample
#af726f text on a white background
contrast 3.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af726f;
Background color
Panel with #af726f background
background-color: #af726f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af726f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 114, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 114, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af726f; background: linear-gradient(135deg, #af726f, #AF9D6F);