#af978f
a balanced, soft orange · warm · closest name: gray
RGB
175, 151, 143
HSL
15°, 17%, 62%
CMYK
0, 14, 18, 31
Luminance
0.3323
Every format
| HEX | #af978f |
| RGB | rgb(175, 151, 143) |
| HSL | hsl(15, 17%, 62%) |
| CMYK | cmyk(0%, 14%, 18%, 31%) |
| LAB | lab(64.3 7.6 7.5) |
| LCH | lch(64.3 10.7 44.7) |
| OKLCH | oklch(0.696 0.031 39.3) |
Copy-ready code
/* CSS */
color: #af978f;
background-color: #af978f;
/* Tailwind (arbitrary) */
class="text-[#af978f] bg-[#af978f]"
/* SCSS */
$brand: #af978f;
/* SwiftUI */
Color(red: 0.686, green: 0.592, blue: 0.561)
/* Android */
Color.parseColor("#af978f")Accessibility — WCAG contrast
Aa
#af978f on white: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af978f on black: 7.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green59.2%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta13.7%
Yellow18.3%
Key (black)31.4%
Color previews
#af978f text on a black background
contrast 7.65:1
Card sample
#af978f text on a white background
contrast 2.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af978f;
Background color
Panel with #af978f background
background-color: #af978f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af978f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 151, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 151, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af978f; background: linear-gradient(135deg, #af978f, #AFAC8F);