#af987c
a balanced, soft orange · warm · closest name: tan
RGB
175, 152, 124
HSL
33°, 24%, 59%
CMYK
0, 13, 29, 31
Luminance
0.3303
Every format
| HEX | #af987c |
| RGB | rgb(175, 152, 124) |
| HSL | hsl(33, 24%, 59%) |
| CMYK | cmyk(0%, 13%, 29%, 31%) |
| LAB | lab(64.2 4.2 17.9) |
| LCH | lch(64.2 18.4 76.8) |
| OKLCH | oklch(0.693 0.048 72.4) |
Copy-ready code
/* CSS */
color: #af987c;
background-color: #af987c;
/* Tailwind (arbitrary) */
class="text-[#af987c] bg-[#af987c]"
/* SCSS */
$brand: #af987c;
/* SwiftUI */
Color(red: 0.686, green: 0.596, blue: 0.486)
/* Android */
Color.parseColor("#af987c")Accessibility — WCAG contrast
Aa
#af987c on white: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af987c on black: 7.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green59.6%
Blue48.6%
CMYK percentages
Cyan0.0%
Magenta13.1%
Yellow29.1%
Key (black)31.4%
Color previews
#af987c text on a black background
contrast 7.61:1
Card sample
#af987c text on a white background
contrast 2.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af987c;
Background color
Panel with #af987c background
background-color: #af987c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af987c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 152, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 152, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af987c; background: linear-gradient(135deg, #af987c, #A4AF7C);