#f0ebee
a pale, muted magenta / pink · warm · closest name: white
RGB
240, 235, 238
HSL
324°, 14%, 93%
CMYK
0, 2, 1, 6
Luminance
0.8411
Every format
| HEX | #f0ebee |
| RGB | rgb(240, 235, 238) |
| HSL | hsl(324, 14%, 93%) |
| CMYK | cmyk(0%, 2%, 1%, 6%) |
| LAB | lab(93.5 2.2 -0.8) |
| LCH | lch(93.5 2.4 338.9) |
| OKLCH | oklch(0.945 0.007 340.4) |
Copy-ready code
/* CSS */
color: #f0ebee;
background-color: #f0ebee;
/* Tailwind (arbitrary) */
class="text-[#f0ebee] bg-[#f0ebee]"
/* SCSS */
$brand: #f0ebee;
/* SwiftUI */
Color(red: 0.941, green: 0.922, blue: 0.933)
/* Android */
Color.parseColor("#f0ebee")Accessibility — WCAG contrast
Aa
#f0ebee on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0ebee on black: 17.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green92.2%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta2.1%
Yellow0.8%
Key (black)5.9%
Color previews
#f0ebee text on a black background
contrast 17.82:1
Card sample
#f0ebee text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0ebee;
Background color
Panel with #f0ebee background
background-color: #f0ebee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0ebee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 235, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 235, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0ebee; background: linear-gradient(135deg, #f0ebee, #F0EBEB);