#af7f5f
a balanced, soft orange · warm · closest name: tan
RGB
175, 127, 95
HSL
24°, 33%, 53%
CMYK
0, 27, 46, 31
Luminance
0.2512
Every format
| HEX | #af7f5f |
| RGB | rgb(175, 127, 95) |
| HSL | hsl(24, 33%, 53%) |
| CMYK | cmyk(0%, 27%, 46%, 31%) |
| LAB | lab(57.2 14.6 24.7) |
| LCH | lch(57.2 28.7 59.5) |
| OKLCH | oklch(0.636 0.075 54.6) |
Copy-ready code
/* CSS */
color: #af7f5f;
background-color: #af7f5f;
/* Tailwind (arbitrary) */
class="text-[#af7f5f] bg-[#af7f5f]"
/* SCSS */
$brand: #af7f5f;
/* SwiftUI */
Color(red: 0.686, green: 0.498, blue: 0.373)
/* Android */
Color.parseColor("#af7f5f")Accessibility — WCAG contrast
Aa
#af7f5f on white: 3.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af7f5f on black: 6.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green49.8%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta27.4%
Yellow45.7%
Key (black)31.4%
Color previews
#af7f5f text on a black background
contrast 6.02:1
Card sample
#af7f5f text on a white background
contrast 3.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af7f5f;
Background color
Panel with #af7f5f background
background-color: #af7f5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af7f5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 127, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 127, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af7f5f; background: linear-gradient(135deg, #af7f5f, #AAAF5F);