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