#f1acac
a light, vivid red · warm · closest name: pink
RGB
241, 172, 172
HSL
0°, 71%, 81%
CMYK
0, 29, 29, 6
Luminance
0.5118
Every format
| HEX | #f1acac |
| RGB | rgb(241, 172, 172) |
| HSL | hsl(0, 71%, 81%) |
| CMYK | cmyk(0%, 29%, 29%, 6%) |
| LAB | lab(76.8 25.3 10.1) |
| LCH | lch(76.8 27.2 21.8) |
| OKLCH | oklch(0.810 0.081 19.0) |
Copy-ready code
/* CSS */
color: #f1acac;
background-color: #f1acac;
/* Tailwind (arbitrary) */
class="text-[#f1acac] bg-[#f1acac]"
/* SCSS */
$brand: #f1acac;
/* SwiftUI */
Color(red: 0.945, green: 0.675, blue: 0.675)
/* Android */
Color.parseColor("#f1acac")Accessibility — WCAG contrast
Aa
#f1acac on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1acac on black: 11.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green67.5%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta28.6%
Yellow28.6%
Key (black)5.5%
Color previews
#f1acac text on a black background
contrast 11.24:1
Card sample
#f1acac text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1acac;
Background color
Panel with #f1acac background
background-color: #f1acac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1acac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 172, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 172, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1acac; background: linear-gradient(135deg, #f1acac, #F1DAAC);