#af615c
a balanced, soft red · warm · closest name: sienna
RGB
175, 97, 92
HSL
4°, 34%, 52%
CMYK
0, 45, 47, 31
Luminance
0.1844
Every format
| HEX | #af615c |
| RGB | rgb(175, 97, 92) |
| HSL | hsl(4, 34%, 52%) |
| CMYK | cmyk(0%, 45%, 47%, 31%) |
| LAB | lab(50.0 30.9 16.8) |
| LCH | lch(50.0 35.2 28.5) |
| OKLCH | oklch(0.581 0.102 24.6) |
Copy-ready code
/* CSS */
color: #af615c;
background-color: #af615c;
/* Tailwind (arbitrary) */
class="text-[#af615c] bg-[#af615c]"
/* SCSS */
$brand: #af615c;
/* SwiftUI */
Color(red: 0.686, green: 0.380, blue: 0.361)
/* Android */
Color.parseColor("#af615c")Accessibility — WCAG contrast
Aa
#af615c on white: 4.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af615c on black: 4.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green38.0%
Blue36.1%
CMYK percentages
Cyan0.0%
Magenta44.6%
Yellow47.4%
Key (black)31.4%
Color previews
#af615c text on a black background
contrast 4.69:1
Card sample
#af615c text on a white background
contrast 4.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af615c;
Background color
Panel with #af615c background
background-color: #af615c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af615c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 97, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 97, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af615c; background: linear-gradient(135deg, #af615c, #AF985C);