Skip to content

#89eee4

a light, vivid cyan · cool · closest name: Turquoise

RGB
137, 238, 228
HSL
174°, 75%, 74%
CMYK
42, 0, 4, 7
Luminance
0.7207

At a glance

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

Hex
#89eee4
Hue
174°
cyan
Saturation
75%
vivid
Lightness
74%
light
Brightness
93%
HSV value
Perceived
83%
weighted brightness
Luminance
0.7207
WCAG relative
Temperature
Cool
85/100 cool
Color family
Cyan
Tone
Vivid
Best ink
Black
15.41:1
Closest name
Turquoise
ΔE2000 6.4
Where it sits
Hue174° of 360°
Saturation75%
Lightness74%
Temperature
Warm ← → Cool85% 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#89eee4
RGBrgb(137, 238, 228)
HSLhsl(174, 75%, 74%)
CMYKcmyk(42%, 0%, 4%, 7%)
LABlab(88.0 -31.9 -4.4)
LCHlch(88.0 32.2 187.9)
OKLCHoklch(0.885 0.096 187.4)
Decimal9039588
Display P3color(display-p3 0.537 0.933 0.894)

Copy-ready code

/* CSS */
color: #89eee4;
background-color: #89eee4;
/* Tailwind (arbitrary) */
class="text-[#89eee4] bg-[#89eee4]"
/* SCSS */
$brand: #89eee4;
/* SwiftUI */
Color(red: 0.537, green: 0.933, blue: 0.894)
/* Android */
Color.parseColor("#89eee4")
/* Flutter */
Color(0xFF89EEE4)
/* Python / OpenCV (BGR) */
(228, 238, 137)

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

Accessibility — WCAG contrast

Aa
#89eee4 on white: 1.36:1
AA ✗ fail · AA-large · AAA
Aa
#89eee4 on black: 15.41:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #E4E4E4
deuteranopia · #D3D7E5
tritanopia · #5DF2EB

Color scale — 50 to 950

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

#F3FCFB
#E7F9F7
#C8F4EF
#89eee4
#6CEADD
#3BE3D2
#1FD6C4
#1AB2A3
#158F83
#13675F
#0C413B
Base = 300Lightest = 50 · #F3FCFBDarkest = 950 · #0C413B
:root {
  --brand-50: #F3FCFB;
  --brand-100: #E7F9F7;
  --brand-200: #C8F4EF;
  --brand-300: #89eee4;
  --brand-400: #6CEADD;
  --brand-500: #3BE3D2;
  --brand-600: #1FD6C4;
  --brand-700: #1AB2A3;
  --brand-800: #158F83;
  --brand-900: #13675F;
  --brand-950: #0C413B;
  --brand: #89eee4;
  --brand-ink: #000000;
}

Colors that work with #89eee4

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#F4FAFA
Tinted page background
Border#C0EDE8
Hairlines and dividers
Muted text#4B9B93
Captions on the surface
Accent#B7154D
Second voice, not a rival
Dark variant#106F66
Hover, pressed, headers
Light variant#E9FCFA
Selected rows, tints
Dark surface#142423
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 #89eee4

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#EE8993
Analogous left#89EEB1
Analogous right#89C5EE
Split-complement 1#EE89C5
Split-complement 2#EEB189
Triadic 1#E489EE
Triadic 2#EEE489
Tetradic#B189EE

RGB percentages

Red53.7%
Green93.3%
Blue89.4%

CMYK percentages

Cyan42.4%
Magenta0.0%
Yellow4.2%
Key (black)6.7%

Color previews

#89eee4 text on a black background

contrast 15.41:1

Card sample

#89eee4 text on a white background

contrast 1.36:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(137, 238, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 238, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #89eee4;
background: linear-gradient(135deg, #89eee4, #89B5EE);

Monochromatic scale

Palettes built from #89eee4

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.

#89eee4 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

Converts to four-color process without much drama. Proof it anyway.

#89eee4, answered

What color is #89eee4?

#89eee4 is a light vivid cyan, closest to Turquoise (ΔE2000 6.4). It sits at 174° on the hue wheel with 75% saturation and 74% lightness, which reads as cool.

What is the RGB value of #89eee4?

rgb(137, 238, 228) — 137 red, 238 green and 228 blue out of 255, or 53.7% / 93.3% / 89.4% by channel.

Is #89eee4 a light or a dark color?

It is a light color. Relative luminance is 0.7207 and perceived brightness is 83%, so black text on it reaches 15.41:1.

Should I use black or white text on #89eee4?

Black. It scores 15.41:1 against #89eee4, versus 1.36:1 for white — AAA at any size.

What is the complementary color of #89eee4?

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

What colors go well with #89eee4?

For interface work: #F4FAFA as the surface, #C0EDE8 for borders, #4B9B93 for secondary text, #B7154D as an accent and #106F66 for hover and pressed states. For a palette, the analogous pair #89EEB1 and #89C5EE stays calm, while #EE8993 is the loudest partner.

What is #89eee4 in CMYK for printing?

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

Is #89eee4 warm or cool?

Cool — it scores 85 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #89EEBF; nudged cooler, #88D3EF.

Work with #89eee4 in the Color Lab