#af6565
a balanced, soft red · warm · closest name: sienna
RGB
175, 101, 101
HSL
0°, 32%, 54%
CMYK
0, 42, 42, 31
Luminance
0.1936
Every format
| HEX | #af6565 |
| RGB | rgb(175, 101, 101) |
| HSL | hsl(0, 32%, 54%) |
| CMYK | cmyk(0%, 42%, 42%, 31%) |
| LAB | lab(51.1 29.7 13.0) |
| LCH | lch(51.1 32.5 23.6) |
| OKLCH | oklch(0.590 0.096 20.3) |
Copy-ready code
/* CSS */
color: #af6565;
background-color: #af6565;
/* Tailwind (arbitrary) */
class="text-[#af6565] bg-[#af6565]"
/* SCSS */
$brand: #af6565;
/* SwiftUI */
Color(red: 0.686, green: 0.396, blue: 0.396)
/* Android */
Color.parseColor("#af6565")Accessibility — WCAG contrast
Aa
#af6565 on white: 4.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af6565 on black: 4.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green39.6%
Blue39.6%
CMYK percentages
Cyan0.0%
Magenta42.3%
Yellow42.3%
Key (black)31.4%
Color previews
#af6565 text on a black background
contrast 4.87:1
Card sample
#af6565 text on a white background
contrast 4.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af6565;
Background color
Panel with #af6565 background
background-color: #af6565;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af6565;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 101, 101, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 101, 101, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af6565; background: linear-gradient(135deg, #af6565, #AF9665);