#f8ecee
a pale, vivid red · warm · closest name: white
RGB
248, 236, 238
HSL
350°, 46%, 95%
CMYK
0, 5, 4, 3
Luminance
0.8612
Every format
| HEX | #f8ecee |
| RGB | rgb(248, 236, 238) |
| HSL | hsl(350, 46%, 95%) |
| CMYK | cmyk(0%, 5%, 4%, 3%) |
| LAB | lab(94.4 4.4 0.5) |
| LCH | lch(94.4 4.4 6.3) |
| OKLCH | oklch(0.953 0.013 5.8) |
Copy-ready code
/* CSS */
color: #f8ecee;
background-color: #f8ecee;
/* Tailwind (arbitrary) */
class="text-[#f8ecee] bg-[#f8ecee]"
/* SCSS */
$brand: #f8ecee;
/* SwiftUI */
Color(red: 0.973, green: 0.925, blue: 0.933)
/* Android */
Color.parseColor("#f8ecee")Accessibility — WCAG contrast
Aa
#f8ecee on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f8ecee on black: 18.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green92.5%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta4.8%
Yellow4.0%
Key (black)2.7%
Color previews
#f8ecee text on a black background
contrast 18.22:1
Card sample
#f8ecee text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f8ecee;
Background color
Panel with #f8ecee background
background-color: #f8ecee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f8ecee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 236, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 236, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f8ecee; background: linear-gradient(135deg, #f8ecee, #F8F2EC);