#f5ebee
a pale, soft magenta / pink · warm · closest name: white
RGB
245, 235, 238
HSL
342°, 33%, 94%
CMYK
0, 4, 3, 4
Luminance
0.8500
Every format
| HEX | #f5ebee |
| RGB | rgb(245, 235, 238) |
| HSL | hsl(342, 33%, 94%) |
| CMYK | cmyk(0%, 4%, 3%, 4%) |
| LAB | lab(93.9 3.9 -0.3) |
| LCH | lch(93.9 3.9 356.3) |
| OKLCH | oklch(0.949 0.011 357.0) |
Copy-ready code
/* CSS */
color: #f5ebee;
background-color: #f5ebee;
/* Tailwind (arbitrary) */
class="text-[#f5ebee] bg-[#f5ebee]"
/* SCSS */
$brand: #f5ebee;
/* SwiftUI */
Color(red: 0.961, green: 0.922, blue: 0.933)
/* Android */
Color.parseColor("#f5ebee")Accessibility — WCAG contrast
Aa
#f5ebee on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5ebee on black: 18.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green92.2%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta4.1%
Yellow2.9%
Key (black)3.9%
Color previews
#f5ebee text on a black background
contrast 18.00:1
Card sample
#f5ebee text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5ebee;
Background color
Panel with #f5ebee background
background-color: #f5ebee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5ebee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 235, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 235, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5ebee; background: linear-gradient(135deg, #f5ebee, #F5EFEB);