#af616e
a balanced, soft red · warm · closest name: sienna
RGB
175, 97, 110
HSL
350°, 33%, 53%
CMYK
0, 45, 37, 31
Luminance
0.1879
Every format
| HEX | #af616e |
| RGB | rgb(175, 97, 110) |
| HSL | hsl(350, 33%, 53%) |
| CMYK | cmyk(0%, 45%, 37%, 31%) |
| LAB | lab(50.4 33.0 6.7) |
| LCH | lch(50.4 33.7 11.5) |
| OKLCH | oklch(0.586 0.102 10.0) |
Copy-ready code
/* CSS */
color: #af616e;
background-color: #af616e;
/* Tailwind (arbitrary) */
class="text-[#af616e] bg-[#af616e]"
/* SCSS */
$brand: #af616e;
/* SwiftUI */
Color(red: 0.686, green: 0.380, blue: 0.431)
/* Android */
Color.parseColor("#af616e")Accessibility — WCAG contrast
Aa
#af616e on white: 4.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af616e on black: 4.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green38.0%
Blue43.1%
CMYK percentages
Cyan0.0%
Magenta44.6%
Yellow37.1%
Key (black)31.4%
Color previews
#af616e text on a black background
contrast 4.76:1
Card sample
#af616e text on a white background
contrast 4.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af616e;
Background color
Panel with #af616e background
background-color: #af616e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af616e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 97, 110, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 97, 110, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af616e; background: linear-gradient(135deg, #af616e, #AF8861);