#ac3f56
a balanced, vivid red · warm · closest name: firebrick
RGB
172, 63, 86
HSL
347°, 46%, 46%
CMYK
0, 63, 50, 33
Luminance
0.1300
Every format
| HEX | #ac3f56 |
| RGB | rgb(172, 63, 86) |
| HSL | hsl(347, 46%, 46%) |
| CMYK | cmyk(0%, 63%, 50%, 33%) |
| LAB | lab(42.8 46.4 10.4) |
| LCH | lch(42.8 47.6 12.6) |
| OKLCH | oklch(0.525 0.143 10.7) |
Copy-ready code
/* CSS */
color: #ac3f56;
background-color: #ac3f56;
/* Tailwind (arbitrary) */
class="text-[#ac3f56] bg-[#ac3f56]"
/* SCSS */
$brand: #ac3f56;
/* SwiftUI */
Color(red: 0.675, green: 0.247, blue: 0.337)
/* Android */
Color.parseColor("#ac3f56")Accessibility — WCAG contrast
Aa
#ac3f56 on white: 5.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac3f56 on black: 3.60:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green24.7%
Blue33.7%
CMYK percentages
Cyan0.0%
Magenta63.4%
Yellow50.0%
Key (black)32.5%
Color previews
#ac3f56 text on a black background
contrast 3.60:1
Card sample
#ac3f56 text on a white background
contrast 5.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac3f56;
Background color
Panel with #ac3f56 background
background-color: #ac3f56;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac3f56;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 63, 86, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 63, 86, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac3f56; background: linear-gradient(135deg, #ac3f56, #AC713F);