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