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