#af968f
a balanced, soft red · warm · closest name: gray
RGB
175, 150, 143
HSL
13°, 17%, 62%
CMYK
0, 14, 18, 31
Luminance
0.3291
Every format
| HEX | #af968f |
| RGB | rgb(175, 150, 143) |
| HSL | hsl(13, 17%, 62%) |
| CMYK | cmyk(0%, 14%, 18%, 31%) |
| LAB | lab(64.1 8.1 7.1) |
| LCH | lch(64.1 10.8 41.3) |
| OKLCH | oklch(0.694 0.032 36.2) |
Copy-ready code
/* CSS */
color: #af968f;
background-color: #af968f;
/* Tailwind (arbitrary) */
class="text-[#af968f] bg-[#af968f]"
/* SCSS */
$brand: #af968f;
/* SwiftUI */
Color(red: 0.686, green: 0.588, blue: 0.561)
/* Android */
Color.parseColor("#af968f")Accessibility — WCAG contrast
Aa
#af968f on white: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af968f on black: 7.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green58.8%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta14.3%
Yellow18.3%
Key (black)31.4%
Color previews
#af968f text on a black background
contrast 7.58:1
Card sample
#af968f text on a white background
contrast 2.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af968f;
Background color
Panel with #af968f background
background-color: #af968f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af968f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 150, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 150, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af968f; background: linear-gradient(135deg, #af968f, #AFAB8F);