#f5ecef
a pale, soft magenta / pink · warm · closest name: white
RGB
245, 236, 239
HSL
340°, 31%, 94%
CMYK
0, 4, 2, 4
Luminance
0.8564
Every format
| HEX | #f5ecef |
| RGB | rgb(245, 236, 239) |
| HSL | hsl(340, 31%, 94%) |
| CMYK | cmyk(0%, 4%, 2%, 4%) |
| LAB | lab(94.2 3.5 -0.4) |
| LCH | lch(94.2 3.6 354.0) |
| OKLCH | oklch(0.951 0.011 354.9) |
Copy-ready code
/* CSS */
color: #f5ecef;
background-color: #f5ecef;
/* Tailwind (arbitrary) */
class="text-[#f5ecef] bg-[#f5ecef]"
/* SCSS */
$brand: #f5ecef;
/* SwiftUI */
Color(red: 0.961, green: 0.925, blue: 0.937)
/* Android */
Color.parseColor("#f5ecef")Accessibility — WCAG contrast
Aa
#f5ecef on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5ecef on black: 18.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green92.5%
Blue93.7%
CMYK percentages
Cyan0.0%
Magenta3.7%
Yellow2.4%
Key (black)3.9%
Color previews
#f5ecef text on a black background
contrast 18.13:1
Card sample
#f5ecef text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5ecef;
Background color
Panel with #f5ecef background
background-color: #f5ecef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5ecef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 236, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 236, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5ecef; background: linear-gradient(135deg, #f5ecef, #F5EFEC);