Skip to content

#e8fdf7

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

RGB
232, 253, 247
HSL
163°, 84%, 95%
CMYK
8, 0, 2, 1
Luminance
0.9412

At a glance

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

Hex
#e8fdf7
Hue
163°
cyan
Saturation
84%
electric
Lightness
95%
pale
Brightness
99%
HSV value
Perceived
97%
weighted brightness
Luminance
0.9412
WCAG relative
Temperature
Cool
80/100 cool
Color family
Cyan
Tone
Electric
Best ink
Black
19.82:1
Closest name
Light Cyan
ΔE2000 3.7
Where it sits
Hue163° of 360°
Saturation84%
Lightness95%
Temperature
Warm ← → Cool80% 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#e8fdf7
RGBrgb(232, 253, 247)
HSLhsl(163, 84%, 95%)
CMYKcmyk(8%, 0%, 2%, 1%)
LABlab(97.7 -7.9 0.5)
LCHlch(97.7 7.9 176.2)
OKLCHoklch(0.977 0.023 176.9)
Decimal15269367
Display P3color(display-p3 0.910 0.992 0.969)

Copy-ready code

/* CSS */
color: #e8fdf7;
background-color: #e8fdf7;
/* Tailwind (arbitrary) */
class="text-[#e8fdf7] bg-[#e8fdf7]"
/* SCSS */
$brand: #e8fdf7;
/* SwiftUI */
Color(red: 0.910, green: 0.992, blue: 0.969)
/* Android */
Color.parseColor("#e8fdf7")
/* Flutter */
Color(0xFFE8FDF7)
/* Python / OpenCV (BGR) */
(247, 253, 232)

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

Accessibility — WCAG contrast

Aa
#e8fdf7 on white: 1.06:1
AA ✗ fail · AA-large · AAA
Aa
#e8fdf7 on black: 19.82:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #FBFAF7
deuteranopia · #F7F7F7
tritanopia · #E3FEFB

Color scale — 50 to 950

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

#F2FCFA
#e8fdf7
#C5F6E8
#98F6DB
#64F2C9
#31EDB7
#14E1A7
#10BC8B
#0D966F
#0E6C52
#094433
Base = 100Lightest = 50 · #F2FCFADarkest = 950 · #094433
:root {
  --brand-50: #F2FCFA;
  --brand-100: #e8fdf7;
  --brand-200: #C5F6E8;
  --brand-300: #98F6DB;
  --brand-400: #64F2C9;
  --brand-500: #31EDB7;
  --brand-600: #14E1A7;
  --brand-700: #10BC8B;
  --brand-800: #0D966F;
  --brand-900: #0E6C52;
  --brand-950: #094433;
  --brand: #e8fdf7;
  --brand-ink: #000000;
}

Colors that work with #e8fdf7

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#C0EDE0
Hairlines and dividers
Muted text#4B9B84
Captions on the surface
Accent#C40866
Second voice, not a rival
Dark variant#0A7557
Hover, pressed, headers
Light variant#E8FDF7
Selected rows, tints
Dark surface#142420
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 #e8fdf7

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#FDE8EE
Analogous left#E8FDED
Analogous right#E8F8FD
Split-complement 1#FDE8F8
Split-complement 2#FDEDE8
Triadic 1#F7E8FD
Triadic 2#FDF7E8
Tetradic#EDE8FD

RGB percentages

Red91.0%
Green99.2%
Blue96.9%

CMYK percentages

Cyan8.3%
Magenta0.0%
Yellow2.4%
Key (black)0.8%

Color previews

#e8fdf7 text on a black background

contrast 19.82:1

Card sample

#e8fdf7 text on a white background

contrast 1.06:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #e8fdf7

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.

#e8fdf7 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.

#e8fdf7, answered

What color is #e8fdf7?

#e8fdf7 is a pale electric cyan, closest to Light Cyan (ΔE2000 3.7). It sits at 163° on the hue wheel with 84% saturation and 95% lightness, which reads as cool.

What is the RGB value of #e8fdf7?

rgb(232, 253, 247) — 232 red, 253 green and 247 blue out of 255, or 91% / 99.2% / 96.9% by channel.

Is #e8fdf7 a light or a dark color?

It is a light color. Relative luminance is 0.9412 and perceived brightness is 97%, so black text on it reaches 19.82:1.

Should I use black or white text on #e8fdf7?

Black. It scores 19.82:1 against #e8fdf7, versus 1.06:1 for white — AAA at any size.

What is the complementary color of #e8fdf7?

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

What colors go well with #e8fdf7?

For interface work: #F4FAF9 as the surface, #C0EDE0 for borders, #4B9B84 for secondary text, #C40866 as an accent and #0A7557 for hover and pressed states. For a palette, the analogous pair #E8FDED and #E8F8FD stays calm, while #FDE8EE is the loudest partner.

What is #e8fdf7 in CMYK for printing?

cmyk(8%, 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 #e8fdf7 warm or cool?

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

Work with #e8fdf7 in the Color Lab