#af8570
a balanced, soft orange · warm · closest name: tan
RGB
175, 133, 112
HSL
20°, 28%, 56%
CMYK
0, 24, 36, 31
Luminance
0.2706
Every format
| HEX | #af8570 |
| RGB | rgb(175, 133, 112) |
| HSL | hsl(20, 28%, 56%) |
| CMYK | cmyk(0%, 24%, 36%, 31%) |
| LAB | lab(59.0 13.2 17.6) |
| LCH | lch(59.0 21.9 53.1) |
| OKLCH | oklch(0.652 0.060 47.8) |
Copy-ready code
/* CSS */
color: #af8570;
background-color: #af8570;
/* Tailwind (arbitrary) */
class="text-[#af8570] bg-[#af8570]"
/* SCSS */
$brand: #af8570;
/* SwiftUI */
Color(red: 0.686, green: 0.522, blue: 0.439)
/* Android */
Color.parseColor("#af8570")Accessibility — WCAG contrast
Aa
#af8570 on white: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af8570 on black: 6.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green52.2%
Blue43.9%
CMYK percentages
Cyan0.0%
Magenta24.0%
Yellow36.0%
Key (black)31.4%
Color previews
#af8570 text on a black background
contrast 6.41:1
Card sample
#af8570 text on a white background
contrast 3.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af8570;
Background color
Panel with #af8570 background
background-color: #af8570;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af8570;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 133, 112, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 133, 112, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af8570; background: linear-gradient(135deg, #af8570, #AFAF70);