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