#af9b8f
a balanced, soft orange · warm · closest name: gray
RGB
175, 155, 143
HSL
23°, 17%, 62%
CMYK
0, 11, 18, 31
Luminance
0.3454
Every format
| HEX | #af9b8f |
| RGB | rgb(175, 155, 143) |
| HSL | hsl(23, 17%, 62%) |
| CMYK | cmyk(0%, 11%, 18%, 31%) |
| LAB | lab(65.4 5.4 9.0) |
| LCH | lch(65.4 10.5 59.2) |
| OKLCH | oklch(0.704 0.029 53.0) |
Copy-ready code
/* CSS */
color: #af9b8f;
background-color: #af9b8f;
/* Tailwind (arbitrary) */
class="text-[#af9b8f] bg-[#af9b8f]"
/* SCSS */
$brand: #af9b8f;
/* SwiftUI */
Color(red: 0.686, green: 0.608, blue: 0.561)
/* Android */
Color.parseColor("#af9b8f")Accessibility — WCAG contrast
Aa
#af9b8f on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af9b8f on black: 7.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green60.8%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta11.4%
Yellow18.3%
Key (black)31.4%
Color previews
#af9b8f text on a black background
contrast 7.91:1
Card sample
#af9b8f text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af9b8f;
Background color
Panel with #af9b8f background
background-color: #af9b8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af9b8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 155, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 155, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af9b8f; background: linear-gradient(135deg, #af9b8f, #AEAF8F);