#af7673
a balanced, soft red · warm · closest name: gray
RGB
175, 118, 115
HSL
3°, 27%, 57%
CMYK
0, 33, 34, 31
Luminance
0.2331
Every format
| HEX | #af7673 |
| RGB | rgb(175, 118, 115) |
| HSL | hsl(3, 27%, 57%) |
| CMYK | cmyk(0%, 33%, 34%, 31%) |
| LAB | lab(55.4 22.0 10.8) |
| LCH | lch(55.4 24.5 26.1) |
| OKLCH | oklch(0.624 0.072 22.7) |
Copy-ready code
/* CSS */
color: #af7673;
background-color: #af7673;
/* Tailwind (arbitrary) */
class="text-[#af7673] bg-[#af7673]"
/* SCSS */
$brand: #af7673;
/* SwiftUI */
Color(red: 0.686, green: 0.463, blue: 0.451)
/* Android */
Color.parseColor("#af7673")Accessibility — WCAG contrast
Aa
#af7673 on white: 3.71:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af7673 on black: 5.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green46.3%
Blue45.1%
CMYK percentages
Cyan0.0%
Magenta32.6%
Yellow34.3%
Key (black)31.4%
Color previews
#af7673 text on a black background
contrast 5.66:1
Card sample
#af7673 text on a white background
contrast 3.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af7673;
Background color
Panel with #af7673 background
background-color: #af7673;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af7673;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 118, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 118, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af7673; background: linear-gradient(135deg, #af7673, #AF9E73);