#f1a2ac
a light, vivid red · warm · closest name: pink
RGB
241, 162, 172
HSL
352°, 74%, 79%
CMYK
0, 33, 29, 6
Luminance
0.4752
Every format
| HEX | #f1a2ac |
| RGB | rgb(241, 162, 172) |
| HSL | hsl(352, 74%, 79%) |
| CMYK | cmyk(0%, 33%, 29%, 6%) |
| LAB | lab(74.5 30.6 6.9) |
| LCH | lch(74.5 31.3 12.7) |
| OKLCH | oklch(0.792 0.095 11.1) |
Copy-ready code
/* CSS */
color: #f1a2ac;
background-color: #f1a2ac;
/* Tailwind (arbitrary) */
class="text-[#f1a2ac] bg-[#f1a2ac]"
/* SCSS */
$brand: #f1a2ac;
/* SwiftUI */
Color(red: 0.945, green: 0.635, blue: 0.675)
/* Android */
Color.parseColor("#f1a2ac")Accessibility — WCAG contrast
Aa
#f1a2ac on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1a2ac on black: 10.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green63.5%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta32.8%
Yellow28.6%
Key (black)5.5%
Color previews
#f1a2ac text on a black background
contrast 10.50:1
Card sample
#f1a2ac text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1a2ac;
Background color
Panel with #f1a2ac background
background-color: #f1a2ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1a2ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 162, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 162, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1a2ac; background: linear-gradient(135deg, #f1a2ac, #F1CDA2);