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