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