#f3ebee
a pale, soft magenta / pink · warm · closest name: white
RGB
243, 235, 238
HSL
338°, 25%, 94%
CMYK
0, 3, 2, 5
Luminance
0.8464
Every format
| HEX | #f3ebee |
| RGB | rgb(243, 235, 238) |
| HSL | hsl(338, 25%, 94%) |
| CMYK | cmyk(0%, 3%, 2%, 5%) |
| LAB | lab(93.7 3.2 -0.5) |
| LCH | lch(93.7 3.3 351.3) |
| OKLCH | oklch(0.947 0.009 352.4) |
Copy-ready code
/* CSS */
color: #f3ebee;
background-color: #f3ebee;
/* Tailwind (arbitrary) */
class="text-[#f3ebee] bg-[#f3ebee]"
/* SCSS */
$brand: #f3ebee;
/* SwiftUI */
Color(red: 0.953, green: 0.922, blue: 0.933)
/* Android */
Color.parseColor("#f3ebee")Accessibility — WCAG contrast
Aa
#f3ebee on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3ebee on black: 17.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green92.2%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta3.3%
Yellow2.1%
Key (black)4.7%
Color previews
#f3ebee text on a black background
contrast 17.93:1
Card sample
#f3ebee text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3ebee;
Background color
Panel with #f3ebee background
background-color: #f3ebee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3ebee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 235, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 235, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3ebee; background: linear-gradient(135deg, #f3ebee, #F3EDEB);