#af7680
a balanced, soft red · warm · closest name: gray
RGB
175, 118, 128
HSL
350°, 26%, 58%
CMYK
0, 33, 27, 31
Luminance
0.2363
Every format
| HEX | #af7680 |
| RGB | rgb(175, 118, 128) |
| HSL | hsl(350, 26%, 58%) |
| CMYK | cmyk(0%, 33%, 27%, 31%) |
| LAB | lab(55.7 23.8 3.7) |
| LCH | lch(55.7 24.1 8.8) |
| OKLCH | oklch(0.627 0.073 7.8) |
Copy-ready code
/* CSS */
color: #af7680;
background-color: #af7680;
/* Tailwind (arbitrary) */
class="text-[#af7680] bg-[#af7680]"
/* SCSS */
$brand: #af7680;
/* SwiftUI */
Color(red: 0.686, green: 0.463, blue: 0.502)
/* Android */
Color.parseColor("#af7680")Accessibility — WCAG contrast
Aa
#af7680 on white: 3.67:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af7680 on black: 5.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green46.3%
Blue50.2%
CMYK percentages
Cyan0.0%
Magenta32.6%
Yellow26.9%
Key (black)31.4%
Color previews
#af7680 text on a black background
contrast 5.73:1
Card sample
#af7680 text on a white background
contrast 3.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af7680;
Background color
Panel with #af7680 background
background-color: #af7680;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af7680;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 118, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 118, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af7680; background: linear-gradient(135deg, #af7680, #AF9276);