Skip to content

#edfcf7

a pale, vivid cyan · cool · closest name: Mint Cream

RGB
237, 252, 247
HSL
160°, 71%, 96%
CMYK
6, 0, 2, 1
Luminance
0.9434

At a glance

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

Hex
#edfcf7
Hue
160°
cyan
Saturation
71%
vivid
Lightness
96%
pale
Brightness
99%
HSV value
Perceived
97%
weighted brightness
Luminance
0.9434
WCAG relative
Temperature
Cool
79/100 cool
Color family
Cyan
Tone
Vivid
Best ink
Black
19.87:1
Closest name
Mint Cream
ΔE2000 2.1
Where it sits
Hue160° of 360°
Saturation71%
Lightness96%
Temperature
Warm ← → Cool79% 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#edfcf7
RGBrgb(237, 252, 247)
HSLhsl(160, 71%, 96%)
CMYKcmyk(6%, 0%, 2%, 1%)
LABlab(97.8 -5.8 0.7)
LCHlch(97.8 5.8 173.1)
OKLCHoklch(0.979 0.017 174.1)
Decimal15596791
Display P3color(display-p3 0.929 0.988 0.969)

Copy-ready code

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

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

Accessibility — WCAG contrast

Aa
#edfcf7 on white: 1.06:1
AA ✗ fail · AA-large · AAA
Aa
#edfcf7 on black: 19.87:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #FBFAF7
deuteranopia · #F8F8F7
tritanopia · #EAFCFA

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #edfcf7 is pinned to step 50; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.

#edfcf7
#E7F8F3
#C9F3E5
#9FEFD4
#6FE7BF
#3FDFAA
#23D298
#1DAF7E
#178C65
#15654B
#0D3F2F
Base = 50Lightest = 50 · #edfcf7Darkest = 950 · #0D3F2F
:root {
  --brand-50: #edfcf7;
  --brand-100: #E7F8F3;
  --brand-200: #C9F3E5;
  --brand-300: #9FEFD4;
  --brand-400: #6FE7BF;
  --brand-500: #3FDFAA;
  --brand-600: #23D298;
  --brand-700: #1DAF7E;
  --brand-800: #178C65;
  --brand-900: #15654B;
  --brand-950: #0D3F2F;
  --brand: #edfcf7;
  --brand-ink: #000000;
}

Colors that work with #edfcf7

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#F4FAF8
Tinted page background
Border#C0EDDE
Hairlines and dividers
Muted text#4B9B80
Captions on the surface
Accent#AF1D75
Second voice, not a rival
Dark variant#126D4F
Hover, pressed, headers
Light variant#E9FBF5
Selected rows, tints
Dark surface#14241F
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 #edfcf7

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#FCEDF2
Analogous left#EDFCF0
Analogous right#EDFAFC
Split-complement 1#FCEDFA
Split-complement 2#FCF0ED
Triadic 1#F7EDFC
Triadic 2#FCF7ED
Tetradic#F0EDFC

RGB percentages

Red92.9%
Green98.8%
Blue96.9%

CMYK percentages

Cyan6.0%
Magenta0.0%
Yellow2.0%
Key (black)1.2%

Color previews

#edfcf7 text on a black background

contrast 19.87:1

Card sample

#edfcf7 text on a white background

contrast 1.06:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #edfcf7

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.

#edfcf7 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

Very light tints can drop out on uncoated stock; check it at 100% size before signing off.

#edfcf7, answered

What color is #edfcf7?

#edfcf7 is a pale vivid cyan, closest to Mint Cream (ΔE2000 2.1). It sits at 160° on the hue wheel with 71% saturation and 96% lightness, which reads as cool.

What is the RGB value of #edfcf7?

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

Is #edfcf7 a light or a dark color?

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

Should I use black or white text on #edfcf7?

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

What is the complementary color of #edfcf7?

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

What colors go well with #edfcf7?

For interface work: #F4FAF8 as the surface, #C0EDDE for borders, #4B9B80 for secondary text, #AF1D75 as an accent and #126D4F for hover and pressed states. For a palette, the analogous pair #EDFCF0 and #EDFAFC stays calm, while #FCEDF2 is the loudest partner.

What is #edfcf7 in CMYK for printing?

cmyk(6%, 0%, 2%, 1%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.

Is #edfcf7 warm or cool?

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

Work with #edfcf7 in the Color Lab