#af7b7d
a balanced, soft red · warm · closest name: gray
RGB
175, 123, 125
HSL
358°, 25%, 58%
CMYK
0, 30, 29, 31
Luminance
0.2476
Every format
| HEX | #af7b7d |
| RGB | rgb(175, 123, 125) |
| HSL | hsl(358, 25%, 58%) |
| CMYK | cmyk(0%, 30%, 29%, 31%) |
| LAB | lab(56.8 20.5 7.0) |
| LCH | lch(56.8 21.7 18.9) |
| OKLCH | oklch(0.636 0.065 16.5) |
Copy-ready code
/* CSS */
color: #af7b7d;
background-color: #af7b7d;
/* Tailwind (arbitrary) */
class="text-[#af7b7d] bg-[#af7b7d]"
/* SCSS */
$brand: #af7b7d;
/* SwiftUI */
Color(red: 0.686, green: 0.482, blue: 0.490)
/* Android */
Color.parseColor("#af7b7d")Accessibility — WCAG contrast
Aa
#af7b7d on white: 3.53:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af7b7d on black: 5.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green48.2%
Blue49.0%
CMYK percentages
Cyan0.0%
Magenta29.7%
Yellow28.6%
Key (black)31.4%
Color previews
#af7b7d text on a black background
contrast 5.95:1
Card sample
#af7b7d text on a white background
contrast 3.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af7b7d;
Background color
Panel with #af7b7d background
background-color: #af7b7d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af7b7d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 123, 125, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 123, 125, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af7b7d; background: linear-gradient(135deg, #af7b7d, #AF9C7B);