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