#f1ecee
a pale, soft magenta / pink · warm · closest name: white
RGB
241, 236, 238
HSL
336°, 15%, 94%
CMYK
0, 2, 1, 6
Luminance
0.8486
Every format
| HEX | #f1ecee |
| RGB | rgb(241, 236, 238) |
| HSL | hsl(336, 15%, 94%) |
| CMYK | cmyk(0%, 2%, 1%, 6%) |
| LAB | lab(93.8 2.0 -0.4) |
| LCH | lch(93.8 2.1 349.7) |
| OKLCH | oklch(0.948 0.006 350.8) |
Copy-ready code
/* CSS */
color: #f1ecee;
background-color: #f1ecee;
/* Tailwind (arbitrary) */
class="text-[#f1ecee] bg-[#f1ecee]"
/* SCSS */
$brand: #f1ecee;
/* SwiftUI */
Color(red: 0.945, green: 0.925, blue: 0.933)
/* Android */
Color.parseColor("#f1ecee")Accessibility — WCAG contrast
Aa
#f1ecee on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1ecee on black: 17.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green92.5%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta2.1%
Yellow1.2%
Key (black)5.5%
Color previews
#f1ecee text on a black background
contrast 17.97:1
Card sample
#f1ecee text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1ecee;
Background color
Panel with #f1ecee background
background-color: #f1ecee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1ecee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 236, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 236, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1ecee; background: linear-gradient(135deg, #f1ecee, #F1EDEC);