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