#af7664
a balanced, soft red · warm · closest name: sienna
RGB
175, 118, 100
HSL
14°, 32%, 54%
CMYK
0, 33, 43, 31
Luminance
0.2299
Every format
| HEX | #af7664 |
| RGB | rgb(175, 118, 100) |
| HSL | hsl(14, 32%, 54%) |
| CMYK | cmyk(0%, 33%, 43%, 31%) |
| LAB | lab(55.1 20.2 19.0) |
| LCH | lch(55.1 27.7 43.3) |
| OKLCH | oklch(0.620 0.077 38.3) |
Copy-ready code
/* CSS */
color: #af7664;
background-color: #af7664;
/* Tailwind (arbitrary) */
class="text-[#af7664] bg-[#af7664]"
/* SCSS */
$brand: #af7664;
/* SwiftUI */
Color(red: 0.686, green: 0.463, blue: 0.392)
/* Android */
Color.parseColor("#af7664")Accessibility — WCAG contrast
Aa
#af7664 on white: 3.75:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af7664 on black: 5.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green46.3%
Blue39.2%
CMYK percentages
Cyan0.0%
Magenta32.6%
Yellow42.9%
Key (black)31.4%
Color previews
#af7664 text on a black background
contrast 5.60:1
Card sample
#af7664 text on a white background
contrast 3.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af7664;
Background color
Panel with #af7664 background
background-color: #af7664;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af7664;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 118, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 118, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af7664; background: linear-gradient(135deg, #af7664, #AFA864);