Skip to content

#ffe3f8

a pale, electric magenta / pink · warm · closest name: Lavender Blush

RGB
255, 227, 248
HSL
315°, 100%, 95%
CMYK
0, 11, 3, 0
Luminance
0.8298

At a glance

Every number on this page in one read: what #ffe3f8 is made of, how bright it looks, and which way it leans.

Hex
#ffe3f8
Hue
315°
magenta / pink
Saturation
100%
electric
Lightness
95%
pale
Brightness
100%
HSV value
Perceived
93%
weighted brightness
Luminance
0.8298
WCAG relative
Temperature
Warm
42/100 cool
Color family
Magenta / pink
Tone
Electric
Best ink
Black
17.60:1
Closest name
Lavender Blush
ΔE2000 7.8
Where it sits
Hue315° of 360°
Saturation100%
Lightness95%
Temperature
Warm ← → Cool42% cool

Reads warm. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.

Every format

HEX#ffe3f8
RGBrgb(255, 227, 248)
HSLhsl(315, 100%, 95%)
CMYKcmyk(0%, 11%, 3%, 0%)
LABlab(93.0 13.1 -6.7)
LCHlch(93.0 14.7 333.1)
OKLCHoklch(0.945 0.041 334.6)
Decimal16770040
Display P3color(display-p3 1.000 0.890 0.973)

Copy-ready code

/* CSS */
color: #ffe3f8;
background-color: #ffe3f8;
/* Tailwind (arbitrary) */
class="text-[#ffe3f8] bg-[#ffe3f8]"
/* SCSS */
$brand: #ffe3f8;
/* SwiftUI */
Color(red: 1.000, green: 0.890, blue: 0.973)
/* Android */
Color.parseColor("#ffe3f8")
/* Flutter */
Color(0xFFFFE3F8)
/* Python / OpenCV (BGR) */
(248, 227, 255)

Best text color

Only one of black and white can be right. This is the one, with the number that proves it.

Readable at a glance#000000 on #ffe3f8 · 17.60:1
Use #000000AAA at every size.
Aa
White text · 1.19:1
AA fail · AA large fail · AAA fail
Aa
Black text · 17.60:1 · recommended
AA pass · AA large pass · AAA pass
Reading the other direction: #ffe3f8 as text scores 1.19:1 on white and 17.60:1 on black.

Accessibility — WCAG contrast

Aa
#ffe3f8 on white: 1.19:1
AA ✗ fail · AA-large · AAA
Aa
#ffe3f8 on black: 17.60:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #E3E9F9
deuteranopia · #E9ECF7
tritanopia · #FFE4EA

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #ffe3f8 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.

#FEF1FA
#ffe3f8
#FCC0ED
#FF8FE3
#FF57D5
#FF1FC7
#F500B8
#CC0099
#A3007A
#760559
#490338
Base = 100Lightest = 50 · #FEF1FADarkest = 950 · #490338
:root {
  --brand-50: #FEF1FA;
  --brand-100: #ffe3f8;
  --brand-200: #FCC0ED;
  --brand-300: #FF8FE3;
  --brand-400: #FF57D5;
  --brand-500: #FF1FC7;
  --brand-600: #F500B8;
  --brand-700: #CC0099;
  --brand-800: #A3007A;
  --brand-900: #760559;
  --brand-950: #490338;
  --brand: #ffe3f8;
  --brand-ink: #000000;
}

Colors that work with #ffe3f8

Not a palette — a role sheet. Each swatch answers one question you will hit while building the component.

Text on it#000000
Black wins here
Surface#FAF4F9
Tinted page background
Border#EDC0E1
Hairlines and dividers
Muted text#9B4B87
Captions on the surface
Accent#00CC00
Second voice, not a rival
Dark variant#800060
Hover, pressed, headers
Light variant#FFE5F9
Selected rows, tints
Dark surface#241420
Dark-mode background
Light mode
Everything in its place

Surface, border, heading and body all derive from this one hue, so the screen stays coherent without a second palette.

Primary actionSecondaryBadge
Dark mode
Same hue, inverted

Lightness flips, hue holds. The accent stays the anchor in both themes.

Primary actionSecondaryAccent

How to use #ffe3f8

Derived from its contrast, chroma and lightness — not from taste.

Works well for
  • Text and icons on dark surfaces
  • Primary buttons and calls to action
  • Focus rings, active and selected states
  • Card and section backgrounds
  • Brand accents, badges and data highlights
Use with care
  • Text of any size on white — fails WCAG AA
  • Full-page backgrounds — tiring over long sessions
  • 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#E3FFEA
Analogous left#F8E3FF
Analogous right#FFE3EA
Split-complement 1#EAFFE3
Split-complement 2#E3FFF8
Triadic 1#F8FFE3
Triadic 2#E3F8FF
Tetradic#FFF8E3

RGB percentages

Red100.0%
Green89.0%
Blue97.3%

CMYK percentages

Cyan0.0%
Magenta11.0%
Yellow2.7%
Key (black)0.0%

Color previews

#ffe3f8 text on a black background

contrast 17.60:1

Card sample

#ffe3f8 text on a white background

contrast 1.19:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

color: #ffe3f8;
Background color
Panel with #ffe3f8 background
background-color: #ffe3f8;
Text shadow — hex

Glowing headline

text-shadow: 2px 2px 8px #ffe3f8;
Text shadow — RGB

Soft neon halo

text-shadow: 0 0 14px rgba(255, 227, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 227, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffe3f8;
background: linear-gradient(135deg, #ffe3f8, #FFE3E5);

Monochromatic scale

Palettes built from #ffe3f8

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.

#ffe3f8 in the real world

Where a color in this family tends to land, and the interface roles it is usually asked to play.

Industries
BeautyFashionLifestyleYouth brands
Common UI roles
SurfacesBadgesHighlightsEmpty states
Print note

Sits outside most CMYK gamuts — expect a duller press result, or specify a spot ink.

#ffe3f8, answered

What color is #ffe3f8?

#ffe3f8 is a pale electric magenta / pink, closest to Lavender Blush (ΔE2000 7.8). It sits at 315° on the hue wheel with 100% saturation and 95% lightness, which reads as warm.

What is the RGB value of #ffe3f8?

rgb(255, 227, 248) — 255 red, 227 green and 248 blue out of 255, or 100% / 89% / 97.3% by channel.

Is #ffe3f8 a light or a dark color?

It is a light color. Relative luminance is 0.8298 and perceived brightness is 93%, so black text on it reaches 17.60:1.

Should I use black or white text on #ffe3f8?

Black. It scores 17.60:1 against #ffe3f8, versus 1.19:1 for white — AAA at any size.

What is the complementary color of #ffe3f8?

#E3FFEA sits directly opposite on the wheel. Softer options are the split-complements #EAFFE3 and #E3FFF8, which give the same contrast with far less vibration.

What colors go well with #ffe3f8?

For interface work: #FAF4F9 as the surface, #EDC0E1 for borders, #9B4B87 for secondary text, #00CC00 as an accent and #800060 for hover and pressed states. For a palette, the analogous pair #F8E3FF and #FFE3EA stays calm, while #E3FFEA is the loudest partner.

What is #ffe3f8 in CMYK for printing?

cmyk(0%, 11%, 3%, 0%). This is a screen-to-ink approximation — a color this saturated sits outside most CMYK gamuts and will print duller than it looks here.

Is #ffe3f8 warm or cool?

Warm — it scores 42 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #FFE3EE; nudged cooler, #FCE3FF.

Work with #ffe3f8 in the Color Lab