Skip to content

#e7fdf7

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

RGB
231, 253, 247
HSL
164°, 85%, 95%
CMYK
9, 0, 2, 1
Luminance
0.9395

At a glance

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

Hex
#e7fdf7
Hue
164°
cyan
Saturation
85%
electric
Lightness
95%
pale
Brightness
99%
HSV value
Perceived
96%
weighted brightness
Luminance
0.9395
WCAG relative
Temperature
Cool
81/100 cool
Color family
Cyan
Tone
Electric
Best ink
Black
19.79:1
Closest name
Light Cyan
ΔE2000 3.5
Where it sits
Hue164° of 360°
Saturation85%
Lightness95%
Temperature
Warm ← → Cool81% 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#e7fdf7
RGBrgb(231, 253, 247)
HSLhsl(164, 85%, 95%)
CMYKcmyk(9%, 0%, 2%, 1%)
LABlab(97.6 -8.3 0.4)
LCHlch(97.6 8.3 177.1)
OKLCHoklch(0.976 0.024 177.7)
Decimal15203831
Display P3color(display-p3 0.906 0.992 0.969)

Copy-ready code

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

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

Accessibility — WCAG contrast

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

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #e7fdf7 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
#e7fdf7
#C5F7E9
#97F6DC
#64F2CB
#30EEBA
#13E2A9
#10BC8D
#0D9771
#0E6D53
#084434
Base = 100Lightest = 50 · #F2FCFADarkest = 950 · #084434
:root {
  --brand-50: #F2FCFA;
  --brand-100: #e7fdf7;
  --brand-200: #C5F7E9;
  --brand-300: #97F6DC;
  --brand-400: #64F2CB;
  --brand-500: #30EEBA;
  --brand-600: #13E2A9;
  --brand-700: #10BC8D;
  --brand-800: #0D9771;
  --brand-900: #0E6D53;
  --brand-950: #084434;
  --brand: #e7fdf7;
  --brand-ink: #000000;
}

Colors that work with #e7fdf7

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#4B9B85
Captions on the surface
Accent#C4086E
Second voice, not a rival
Dark variant#0A7658
Hover, pressed, headers
Light variant#E7FDF7
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 #e7fdf7

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#FDE7ED
Analogous left#E7FDEC
Analogous right#E7F8FD
Split-complement 1#FDE7F8
Split-complement 2#FDECE7
Triadic 1#F7E7FD
Triadic 2#FDF7E7
Tetradic#ECE7FD

RGB percentages

Red90.6%
Green99.2%
Blue96.9%

CMYK percentages

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

Color previews

#e7fdf7 text on a black background

contrast 19.79:1

Card sample

#e7fdf7 text on a white background

contrast 1.06:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #e7fdf7

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.

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

#e7fdf7, answered

What color is #e7fdf7?

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

What is the RGB value of #e7fdf7?

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

Is #e7fdf7 a light or a dark color?

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

Should I use black or white text on #e7fdf7?

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

What is the complementary color of #e7fdf7?

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

What colors go well with #e7fdf7?

For interface work: #F4FAF9 as the surface, #C0EDE0 for borders, #4B9B85 for secondary text, #C4086E as an accent and #0A7658 for hover and pressed states. For a palette, the analogous pair #E7FDEC and #E7F8FD stays calm, while #FDE7ED is the loudest partner.

What is #e7fdf7 in CMYK for printing?

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

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

Work with #e7fdf7 in the Color Lab