Skip to content

#e4fcf7

a pale, electric cyan · cool · closest name: Light Cyan

RGB
228, 252, 247
HSL
168°, 80%, 94%
CMYK
10, 0, 2, 1
Luminance
0.9283

At a glance

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

Hex
#e4fcf7
Hue
168°
cyan
Saturation
80%
electric
Lightness
94%
pale
Brightness
99%
HSV value
Perceived
96%
weighted brightness
Luminance
0.9283
WCAG relative
Temperature
Cool
82/100 cool
Color family
Cyan
Tone
Electric
Best ink
Black
19.57:1
Closest name
Light Cyan
ΔE2000 2.8
Where it sits
Hue168° of 360°
Saturation80%
Lightness94%
Temperature
Warm ← → Cool82% cool

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

Every format

HEX#e4fcf7
RGBrgb(228, 252, 247)
HSLhsl(168, 80%, 94%)
CMYKcmyk(10%, 0%, 2%, 1%)
LABlab(97.2 -8.7 -0.3)
LCHlch(97.2 8.7 181.8)
OKLCHoklch(0.972 0.026 181.9)
Decimal15006967
Display P3color(display-p3 0.894 0.988 0.969)

Copy-ready code

/* CSS */
color: #e4fcf7;
background-color: #e4fcf7;
/* Tailwind (arbitrary) */
class="text-[#e4fcf7] bg-[#e4fcf7]"
/* SCSS */
$brand: #e4fcf7;
/* SwiftUI */
Color(red: 0.894, green: 0.988, blue: 0.969)
/* Android */
Color.parseColor("#e4fcf7")
/* Flutter */
Color(0xFFE4FCF7)
/* Python / OpenCV (BGR) */
(247, 252, 228)

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 #e4fcf7 · 19.57:1
Use #000000AAA at every size.
Aa
White text · 1.07:1
AA fail · AA large fail · AAA fail
Aa
Black text · 19.57:1 · recommended
AA pass · AA large pass · AAA pass
Reading the other direction: #e4fcf7 as text scores 1.07:1 on white and 19.57:1 on black.

Accessibility — WCAG contrast

Aa
#e4fcf7 on white: 1.07:1
AA ✗ fail · AA-large · AAA
Aa
#e4fcf7 on black: 19.57:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #FAF9F7
deuteranopia · #F5F5F7
tritanopia · #DEFDFA

Color scale — 50 to 950

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

#F3FCFA
#e4fcf7
#C7F5EB
#9AF4E1
#68EED2
#35E9C3
#18DCB4
#14B896
#109378
#106A57
#0A4237
Base = 100Lightest = 50 · #F3FCFADarkest = 950 · #0A4237
:root {
  --brand-50: #F3FCFA;
  --brand-100: #e4fcf7;
  --brand-200: #C7F5EB;
  --brand-300: #9AF4E1;
  --brand-400: #68EED2;
  --brand-500: #35E9C3;
  --brand-600: #18DCB4;
  --brand-700: #14B896;
  --brand-800: #109378;
  --brand-900: #106A57;
  --brand-950: #0A4237;
  --brand: #e4fcf7;
  --brand-ink: #000000;
}

Colors that work with #e4fcf7

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#F4FAF9
Tinted page background
Border#C0EDE3
Hairlines and dividers
Muted text#4B9B8A
Captions on the surface
Accent#BE0E5F
Second voice, not a rival
Dark variant#0D735E
Hover, pressed, headers
Light variant#E8FCF8
Selected rows, tints
Dark surface#142421
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 #e4fcf7

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
  • Thin strokes and 1px borders — they disappear on light UI
  • 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#FCE4E9
Analogous left#E4FCEB
Analogous right#E4F5FC
Split-complement 1#FCE4F5
Split-complement 2#FCEBE4
Triadic 1#F7E4FC
Triadic 2#FCF7E4
Tetradic#EBE4FC

RGB percentages

Red89.4%
Green98.8%
Blue96.9%

CMYK percentages

Cyan9.5%
Magenta0.0%
Yellow2.0%
Key (black)1.2%

Color previews

#e4fcf7 text on a black background

contrast 19.57:1

Card sample

#e4fcf7 text on a white background

contrast 1.07:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(228, 252, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 252, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e4fcf7;
background: linear-gradient(135deg, #e4fcf7, #E4F1FC);

Monochromatic scale

Palettes built from #e4fcf7

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.

#e4fcf7 in the real world

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

Industries
TechnologyTravelHealthcareMedia
Common UI roles
SurfacesBadgesHighlightsEmpty states
Print note

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

#e4fcf7, answered

What color is #e4fcf7?

#e4fcf7 is a pale electric cyan, closest to Light Cyan (ΔE2000 2.8). It sits at 168° on the hue wheel with 80% saturation and 94% lightness, which reads as cool.

What is the RGB value of #e4fcf7?

rgb(228, 252, 247) — 228 red, 252 green and 247 blue out of 255, or 89.4% / 98.8% / 96.9% by channel.

Is #e4fcf7 a light or a dark color?

It is a light color. Relative luminance is 0.9283 and perceived brightness is 96%, so black text on it reaches 19.57:1.

Should I use black or white text on #e4fcf7?

Black. It scores 19.57:1 against #e4fcf7, versus 1.07:1 for white — AAA at any size.

What is the complementary color of #e4fcf7?

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

What colors go well with #e4fcf7?

For interface work: #F4FAF9 as the surface, #C0EDE3 for borders, #4B9B8A for secondary text, #BE0E5F as an accent and #0D735E for hover and pressed states. For a palette, the analogous pair #E4FCEB and #E4F5FC stays calm, while #FCE4E9 is the loudest partner.

What is #e4fcf7 in CMYK for printing?

cmyk(10%, 0%, 2%, 1%). 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 #e4fcf7 warm or cool?

Cool — it scores 82 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #E4FCEE; nudged cooler, #E4F8FC.

Work with #e4fcf7 in the Color Lab