#f3ecef
a pale, soft magenta / pink · warm · closest name: Snow
At a glance
Every number on this page in one read: what #f3ecef is made of, how bright it looks, and which way it leans.
Reads warm. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.
Every format
| HEX | #f3ecef |
| RGB | rgb(243, 236, 239) |
| HSL | hsl(334, 23%, 94%) |
| CMYK | cmyk(0%, 3%, 2%, 5%) |
| LAB | lab(94.0 2.9 -0.6) |
| LCH | lch(94.0 2.9 348.0) |
| OKLCH | oklch(0.949 0.009 349.2) |
| Decimal | 15985903 |
| Display P3 | color(display-p3 0.953 0.925 0.937) |
Copy-ready code
/* CSS */
color: #f3ecef;
background-color: #f3ecef;
/* Tailwind (arbitrary) */
class="text-[#f3ecef] bg-[#f3ecef]"
/* SCSS */
$brand: #f3ecef;
/* SwiftUI */
Color(red: 0.953, green: 0.925, blue: 0.937)
/* Android */
Color.parseColor("#f3ecef")
/* Flutter */
Color(0xFFF3ECEF)
/* Python / OpenCV (BGR) */
(239, 236, 243)Best text color
Only one of black and white can be right. This is the one, with the number that proves it.
Accessibility — WCAG contrast
Color scale — 50 to 950
A Tailwind-shaped ramp built around this exact hex. #f3ecef is pinned to step 100; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #F9F6F7;
--brand-100: #f3ecef;
--brand-200: #E4D7DD;
--brand-300: #D4BAC5;
--brand-400: #BE98A8;
--brand-500: #A8758B;
--brand-600: #965F76;
--brand-700: #7D4F63;
--brand-800: #643F4F;
--brand-900: #4A303B;
--brand-950: #2E1E25;
--brand: #f3ecef;
--brand-ink: #000000;
}Colors that work with #f3ecef
Not a palette — a role sheet. Each swatch answers one question you will hit while building the component.
Surface, border, heading and body all derive from this one hue, so the screen stays coherent without a second palette.
Lightness flips, hue holds. The accent stays the anchor in both themes.
How to use #f3ecef
Derived from its contrast, chroma and lightness — not from taste.
- ✓Text and icons on dark surfaces
- ✓Charts, tags and secondary surfaces
- ✓Card and section backgrounds
- ✓Brand accents, badges and data highlights
- ⚠Text of any size on white — fails WCAG AA
- ⚠White text placed on it
- ⚠Pairing with a same-lightness hue — edges vibrate
Similar colors
One move away from this hex in each direction. Every swatch is its own page.
Color relationships
The wheel positions with their names attached, so you can grab the one you actually need.
| Complementary | #ECF3F0 | Directly opposite — maximum tension | |
| Analogous left | #F3ECF2 | Neighbour, quieter | |
| Analogous right | #F3ECEC | Neighbour, quieter | |
| Split-complement 1 | #ECF3EC | Contrast without the clash | |
| Split-complement 2 | #ECF2F3 | Contrast without the clash | |
| Triadic 1 | #EFF3EC | Even thirds — balanced and loud | |
| Triadic 2 | #ECEFF3 | Even thirds — balanced and loud | |
| Tetradic | #F2F3EC | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#f3ecef text on a black background
contrast 18.06:1
#f3ecef text on a white background
contrast 1.16:1
CSS3 live lab
The quick brown fox
color: #f3ecef;
background-color: #f3ecef;
Glowing headline
text-shadow: 2px 2px 8px #f3ecef;
Soft neon halo
text-shadow: 0 0 14px rgba(243, 236, 239, 0.45);
box-shadow: 0 12px 32px -8px rgba(243, 236, 239, 0.45);
border: 3px solid #f3ecef; background: linear-gradient(135deg, #f3ecef, #F3EEEC);
Monochromatic scale
Palettes built from #f3ecef
Shades — darker
Tints — lighter
Color harmonies
Nearest named colors
Ranked with CIEDE2000 across all 139 CSS keywords. Under ΔE 2 the eye stops telling them apart; over ΔE 10 they are plainly different colors.
Closest color with a full write-up: Snow White (#fffafa) — ΔE2000 3.4 away, with its history, psychology and brand usage.
#f3ecef in the real world
Where a color in this family tends to land, and the interface roles it is usually asked to play.
Very light tints can drop out on uncoated stock; check it at 100% size before signing off.
#f3ecef, answered
What color is #f3ecef?
#f3ecef is a pale soft magenta / pink, closest to Snow (ΔE2000 3.4). It sits at 334° on the hue wheel with 23% saturation and 94% lightness, which reads as warm.
What is the RGB value of #f3ecef?
rgb(243, 236, 239) — 243 red, 236 green and 239 blue out of 255, or 95.3% / 92.5% / 93.7% by channel.
Is #f3ecef a light or a dark color?
It is a light color. Relative luminance is 0.8528 and perceived brightness is 94%, so black text on it reaches 18.06:1.
Should I use black or white text on #f3ecef?
Black. It scores 18.06:1 against #f3ecef, versus 1.16:1 for white — AAA at any size.
What is the complementary color of #f3ecef?
#ECF3F0 sits directly opposite on the wheel. Softer options are the split-complements #ECF3EC and #ECF2F3, which give the same contrast with far less vibration.
What colors go well with #f3ecef?
For interface work: #F9F6F7 as the surface, #DFCDD5 for borders, #8D596F for secondary text, #48845C as an accent and #4E313E for hover and pressed states. For a palette, the analogous pair #F3ECF2 and #F3ECEC stays calm, while #ECF3F0 is the loudest partner.
What is #f3ecef in CMYK for printing?
cmyk(0%, 3%, 2%, 5%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #f3ecef warm or cool?
Warm — it scores 38 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #F3ECEC; nudged cooler, #F3ECF2.