#af7983
a balanced, soft red · warm · closest name: gray
RGB
175, 121, 131
HSL
349°, 25%, 58%
CMYK
0, 31, 25, 31
Luminance
0.2443
Every format
| HEX | #af7983 |
| RGB | rgb(175, 121, 131) |
| HSL | hsl(349, 25%, 58%) |
| CMYK | cmyk(0%, 31%, 25%, 31%) |
| LAB | lab(56.5 22.5 3.1) |
| LCH | lch(56.5 22.8 7.8) |
| OKLCH | oklch(0.634 0.069 7.0) |
Copy-ready code
/* CSS */
color: #af7983;
background-color: #af7983;
/* Tailwind (arbitrary) */
class="text-[#af7983] bg-[#af7983]"
/* SCSS */
$brand: #af7983;
/* SwiftUI */
Color(red: 0.686, green: 0.475, blue: 0.514)
/* Android */
Color.parseColor("#af7983")Accessibility — WCAG contrast
Aa
#af7983 on white: 3.57:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af7983 on black: 5.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green47.5%
Blue51.4%
CMYK percentages
Cyan0.0%
Magenta30.9%
Yellow25.1%
Key (black)31.4%
Color previews
#af7983 text on a black background
contrast 5.89:1
Card sample
#af7983 text on a white background
contrast 3.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af7983;
Background color
Panel with #af7983 background
background-color: #af7983;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af7983;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 121, 131, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 121, 131, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af7983; background: linear-gradient(135deg, #af7983, #AF9379);