#af998d
a balanced, soft orange · warm · closest name: gray
RGB
175, 153, 141
HSL
21°, 18%, 62%
CMYK
0, 13, 19, 31
Luminance
0.3382
Every format
| HEX | #af998d |
| RGB | rgb(175, 153, 141) |
| HSL | hsl(21, 18%, 62%) |
| CMYK | cmyk(0%, 13%, 19%, 31%) |
| LAB | lab(64.8 6.2 9.3) |
| LCH | lch(64.8 11.1 56.5) |
| OKLCH | oklch(0.699 0.031 50.4) |
Copy-ready code
/* CSS */
color: #af998d;
background-color: #af998d;
/* Tailwind (arbitrary) */
class="text-[#af998d] bg-[#af998d]"
/* SCSS */
$brand: #af998d;
/* SwiftUI */
Color(red: 0.686, green: 0.600, blue: 0.553)
/* Android */
Color.parseColor("#af998d")Accessibility — WCAG contrast
Aa
#af998d on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af998d on black: 7.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green60.0%
Blue55.3%
CMYK percentages
Cyan0.0%
Magenta12.6%
Yellow19.4%
Key (black)31.4%
Color previews
#af998d text on a black background
contrast 7.76:1
Card sample
#af998d text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af998d;
Background color
Panel with #af998d background
background-color: #af998d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af998d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 153, 141, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 153, 141, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af998d; background: linear-gradient(135deg, #af998d, #AEAF8D);