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