#f3acab
a light, electric red · warm · closest name: pink
RGB
243, 172, 171
HSL
1°, 75%, 81%
CMYK
0, 29, 30, 5
Luminance
0.5150
Every format
| HEX | #f3acab |
| RGB | rgb(243, 172, 171) |
| HSL | hsl(1, 75%, 81%) |
| CMYK | cmyk(0%, 29%, 30%, 5%) |
| LAB | lab(77.0 25.9 10.9) |
| LCH | lch(77.0 28.1 22.9) |
| OKLCH | oklch(0.811 0.084 20.0) |
Copy-ready code
/* CSS */
color: #f3acab;
background-color: #f3acab;
/* Tailwind (arbitrary) */
class="text-[#f3acab] bg-[#f3acab]"
/* SCSS */
$brand: #f3acab;
/* SwiftUI */
Color(red: 0.953, green: 0.675, blue: 0.671)
/* Android */
Color.parseColor("#f3acab")Accessibility — WCAG contrast
Aa
#f3acab on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3acab on black: 11.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green67.5%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta29.2%
Yellow29.6%
Key (black)4.7%
Color previews
#f3acab text on a black background
contrast 11.30:1
Card sample
#f3acab text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3acab;
Background color
Panel with #f3acab background
background-color: #f3acab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3acab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 172, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 172, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3acab; background: linear-gradient(135deg, #f3acab, #F3DCAB);