#af9983
a balanced, soft orange · warm · closest name: tan
RGB
175, 153, 131
HSL
30°, 22%, 60%
CMYK
0, 13, 25, 31
Luminance
0.3354
Every format
| HEX | #af9983 |
| RGB | rgb(175, 153, 131) |
| HSL | hsl(30, 22%, 60%) |
| CMYK | cmyk(0%, 13%, 25%, 31%) |
| LAB | lab(64.6 4.6 14.6) |
| LCH | lch(64.6 15.3 72.4) |
| OKLCH | oklch(0.697 0.041 67.1) |
Copy-ready code
/* CSS */
color: #af9983;
background-color: #af9983;
/* Tailwind (arbitrary) */
class="text-[#af9983] bg-[#af9983]"
/* SCSS */
$brand: #af9983;
/* SwiftUI */
Color(red: 0.686, green: 0.600, blue: 0.514)
/* Android */
Color.parseColor("#af9983")Accessibility — WCAG contrast
Aa
#af9983 on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af9983 on black: 7.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green60.0%
Blue51.4%
CMYK percentages
Cyan0.0%
Magenta12.6%
Yellow25.1%
Key (black)31.4%
Color previews
#af9983 text on a black background
contrast 7.71:1
Card sample
#af9983 text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af9983;
Background color
Panel with #af9983 background
background-color: #af9983;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af9983;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 153, 131, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 153, 131, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af9983; background: linear-gradient(135deg, #af9983, #A8AF83);