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