#af8572
a balanced, soft orange · warm · closest name: tan
RGB
175, 133, 114
HSL
19°, 28%, 57%
CMYK
0, 24, 35, 31
Luminance
0.2710
Every format
| HEX | #af8572 |
| RGB | rgb(175, 133, 114) |
| HSL | hsl(19, 28%, 57%) |
| CMYK | cmyk(0%, 24%, 35%, 31%) |
| LAB | lab(59.1 13.4 16.5) |
| LCH | lch(59.1 21.3 50.8) |
| OKLCH | oklch(0.652 0.059 45.5) |
Copy-ready code
/* CSS */
color: #af8572;
background-color: #af8572;
/* Tailwind (arbitrary) */
class="text-[#af8572] bg-[#af8572]"
/* SCSS */
$brand: #af8572;
/* SwiftUI */
Color(red: 0.686, green: 0.522, blue: 0.447)
/* Android */
Color.parseColor("#af8572")Accessibility — WCAG contrast
Aa
#af8572 on white: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af8572 on black: 6.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green52.2%
Blue44.7%
CMYK percentages
Cyan0.0%
Magenta24.0%
Yellow34.9%
Key (black)31.4%
Color previews
#af8572 text on a black background
contrast 6.42:1
Card sample
#af8572 text on a white background
contrast 3.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af8572;
Background color
Panel with #af8572 background
background-color: #af8572;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af8572;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 133, 114, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 133, 114, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af8572; background: linear-gradient(135deg, #af8572, #AFAE72);