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