#f1c4cf
a pale, vivid red · warm · closest name: pink
RGB
241, 196, 207
HSL
345°, 62%, 86%
CMYK
0, 19, 14, 6
Luminance
0.6269
Every format
| HEX | #f1c4cf |
| RGB | rgb(241, 196, 207) |
| HSL | hsl(345, 62%, 86%) |
| CMYK | cmyk(0%, 19%, 14%, 6%) |
| LAB | lab(83.3 17.7 0.6) |
| LCH | lch(83.3 17.7 1.8) |
| OKLCH | oklch(0.863 0.053 1.9) |
Copy-ready code
/* CSS */
color: #f1c4cf;
background-color: #f1c4cf;
/* Tailwind (arbitrary) */
class="text-[#f1c4cf] bg-[#f1c4cf]"
/* SCSS */
$brand: #f1c4cf;
/* SwiftUI */
Color(red: 0.945, green: 0.769, blue: 0.812)
/* Android */
Color.parseColor("#f1c4cf")Accessibility — WCAG contrast
Aa
#f1c4cf on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1c4cf on black: 13.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green76.9%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta18.7%
Yellow14.1%
Key (black)5.5%
Color previews
#f1c4cf text on a black background
contrast 13.54:1
Card sample
#f1c4cf text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1c4cf;
Background color
Panel with #f1c4cf background
background-color: #f1c4cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1c4cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 196, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 196, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1c4cf; background: linear-gradient(135deg, #f1c4cf, #F1D7C4);