#f2ebee
a pale, soft magenta / pink · warm · closest name: white
RGB
242, 235, 238
HSL
334°, 21%, 94%
CMYK
0, 3, 2, 5
Luminance
0.8447
Every format
| HEX | #f2ebee |
| RGB | rgb(242, 235, 238) |
| HSL | hsl(334, 21%, 94%) |
| CMYK | cmyk(0%, 3%, 2%, 5%) |
| LAB | lab(93.7 2.9 -0.6) |
| LCH | lch(93.7 2.9 348.0) |
| OKLCH | oklch(0.946 0.009 349.2) |
Copy-ready code
/* CSS */
color: #f2ebee;
background-color: #f2ebee;
/* Tailwind (arbitrary) */
class="text-[#f2ebee] bg-[#f2ebee]"
/* SCSS */
$brand: #f2ebee;
/* SwiftUI */
Color(red: 0.949, green: 0.922, blue: 0.933)
/* Android */
Color.parseColor("#f2ebee")Accessibility — WCAG contrast
Aa
#f2ebee on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2ebee on black: 17.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green92.2%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta2.9%
Yellow1.7%
Key (black)5.1%
Color previews
#f2ebee text on a black background
contrast 17.89:1
Card sample
#f2ebee text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2ebee;
Background color
Panel with #f2ebee background
background-color: #f2ebee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2ebee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 235, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 235, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2ebee; background: linear-gradient(135deg, #f2ebee, #F2EDEB);