#ab4f4f
a balanced, soft red · warm · closest name: sienna
RGB
171, 79, 79
HSL
0°, 37%, 49%
CMYK
0, 54, 54, 33
Luminance
0.1481
Every format
| HEX | #ab4f4f |
| RGB | rgb(171, 79, 79) |
| HSL | hsl(0, 37%, 49%) |
| CMYK | cmyk(0%, 54%, 54%, 33%) |
| LAB | lab(45.4 37.7 18.2) |
| LCH | lch(45.4 41.9 25.8) |
| OKLCH | oklch(0.544 0.121 21.9) |
Copy-ready code
/* CSS */
color: #ab4f4f;
background-color: #ab4f4f;
/* Tailwind (arbitrary) */
class="text-[#ab4f4f] bg-[#ab4f4f]"
/* SCSS */
$brand: #ab4f4f;
/* SwiftUI */
Color(red: 0.671, green: 0.310, blue: 0.310)
/* Android */
Color.parseColor("#ab4f4f")Accessibility — WCAG contrast
Aa
#ab4f4f on white: 5.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ab4f4f on black: 3.96:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green31.0%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta53.8%
Yellow53.8%
Key (black)32.9%
Color previews
#ab4f4f text on a black background
contrast 3.96:1
Card sample
#ab4f4f text on a white background
contrast 5.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab4f4f;
Background color
Panel with #ab4f4f background
background-color: #ab4f4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab4f4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 79, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 79, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab4f4f; background: linear-gradient(135deg, #ab4f4f, #AB8C4F);