#af9580
a balanced, soft orange · warm · closest name: tan
RGB
175, 149, 128
HSL
27°, 23%, 59%
CMYK
0, 15, 27, 31
Luminance
0.3217
Every format
| HEX | #af9580 |
| RGB | rgb(175, 149, 128) |
| HSL | hsl(27, 23%, 59%) |
| CMYK | cmyk(0%, 15%, 27%, 31%) |
| LAB | lab(63.5 6.4 14.7) |
| LCH | lch(63.5 16.0 66.4) |
| OKLCH | oklch(0.688 0.043 60.9) |
Copy-ready code
/* CSS */
color: #af9580;
background-color: #af9580;
/* Tailwind (arbitrary) */
class="text-[#af9580] bg-[#af9580]"
/* SCSS */
$brand: #af9580;
/* SwiftUI */
Color(red: 0.686, green: 0.584, blue: 0.502)
/* Android */
Color.parseColor("#af9580")Accessibility — WCAG contrast
Aa
#af9580 on white: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af9580 on black: 7.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green58.4%
Blue50.2%
CMYK percentages
Cyan0.0%
Magenta14.9%
Yellow26.9%
Key (black)31.4%
Color previews
#af9580 text on a black background
contrast 7.43:1
Card sample
#af9580 text on a white background
contrast 2.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af9580;
Background color
Panel with #af9580 background
background-color: #af9580;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af9580;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 149, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 149, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af9580; background: linear-gradient(135deg, #af9580, #AAAF80);