#af4646
a balanced, soft red · warm · closest name: sienna
RGB
175, 70, 70
HSL
0°, 43%, 48%
CMYK
0, 60, 60, 31
Luminance
0.1394
Every format
| HEX | #af4646 |
| RGB | rgb(175, 70, 70) |
| HSL | hsl(0, 43%, 48%) |
| CMYK | cmyk(0%, 60%, 60%, 31%) |
| LAB | lab(44.1 42.9 22.2) |
| LCH | lch(44.1 48.3 27.3) |
| OKLCH | oklch(0.535 0.138 22.9) |
Copy-ready code
/* CSS */
color: #af4646;
background-color: #af4646;
/* Tailwind (arbitrary) */
class="text-[#af4646] bg-[#af4646]"
/* SCSS */
$brand: #af4646;
/* SwiftUI */
Color(red: 0.686, green: 0.275, blue: 0.275)
/* Android */
Color.parseColor("#af4646")Accessibility — WCAG contrast
Aa
#af4646 on white: 5.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af4646 on black: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green27.5%
Blue27.5%
CMYK percentages
Cyan0.0%
Magenta60.0%
Yellow60.0%
Key (black)31.4%
Color previews
#af4646 text on a black background
contrast 3.79:1
Card sample
#af4646 text on a white background
contrast 5.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af4646;
Background color
Panel with #af4646 background
background-color: #af4646;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af4646;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 70, 70, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 70, 70, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af4646; background: linear-gradient(135deg, #af4646, #AF8C46);