#af9b8b
a balanced, soft orange · warm · closest name: tan
RGB
175, 155, 139
HSL
27°, 18%, 62%
CMYK
0, 11, 21, 31
Luminance
0.3442
Every format
| HEX | #af9b8b |
| RGB | rgb(175, 155, 139) |
| HSL | hsl(27, 18%, 62%) |
| CMYK | cmyk(0%, 11%, 21%, 31%) |
| LAB | lab(65.3 4.7 11.1) |
| LCH | lch(65.3 12.1 66.9) |
| OKLCH | oklch(0.703 0.033 60.9) |
Copy-ready code
/* CSS */
color: #af9b8b;
background-color: #af9b8b;
/* Tailwind (arbitrary) */
class="text-[#af9b8b] bg-[#af9b8b]"
/* SCSS */
$brand: #af9b8b;
/* SwiftUI */
Color(red: 0.686, green: 0.608, blue: 0.545)
/* Android */
Color.parseColor("#af9b8b")Accessibility — WCAG contrast
Aa
#af9b8b on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af9b8b on black: 7.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green60.8%
Blue54.5%
CMYK percentages
Cyan0.0%
Magenta11.4%
Yellow20.6%
Key (black)31.4%
Color previews
#af9b8b text on a black background
contrast 7.88:1
Card sample
#af9b8b text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af9b8b;
Background color
Panel with #af9b8b background
background-color: #af9b8b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af9b8b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 155, 139, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 155, 139, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af9b8b; background: linear-gradient(135deg, #af9b8b, #ABAF8B);