#f1cace
a pale, vivid red · warm · closest name: pink
RGB
241, 202, 206
HSL
354°, 58%, 87%
CMYK
0, 16, 15, 6
Luminance
0.6540
Every format
| HEX | #f1cace |
| RGB | rgb(241, 202, 206) |
| HSL | hsl(354, 58%, 87%) |
| CMYK | cmyk(0%, 16%, 15%, 6%) |
| LAB | lab(84.7 14.4 3.2) |
| LCH | lch(84.7 14.7 12.4) |
| OKLCH | oklch(0.874 0.044 11.1) |
Copy-ready code
/* CSS */
color: #f1cace;
background-color: #f1cace;
/* Tailwind (arbitrary) */
class="text-[#f1cace] bg-[#f1cace]"
/* SCSS */
$brand: #f1cace;
/* SwiftUI */
Color(red: 0.945, green: 0.792, blue: 0.808)
/* Android */
Color.parseColor("#f1cace")Accessibility — WCAG contrast
Aa
#f1cace on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1cace on black: 14.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green79.2%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta16.2%
Yellow14.5%
Key (black)5.5%
Color previews
#f1cace text on a black background
contrast 14.08:1
Card sample
#f1cace text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1cace;
Background color
Panel with #f1cace background
background-color: #f1cace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1cace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 202, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 202, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1cace; background: linear-gradient(135deg, #f1cace, #F1E0CA);