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