Skip to content

#9eeeec

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

RGB
158, 238, 236
HSL
179°, 70%, 78%
CMYK
34, 0, 1, 7
Luminance
0.7447

At a glance

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

Hex
#9eeeec
Hue
179°
cyan
Saturation
70%
vivid
Lightness
78%
light
Brightness
93%
HSV value
Perceived
85%
weighted brightness
Luminance
0.7447
WCAG relative
Temperature
Cool
87/100 cool
Color family
Cyan
Tone
Vivid
Best ink
Black
15.89:1
Closest name
Pale Turquoise
ΔE2000 2.9
Where it sits
Hue179° of 360°
Saturation70%
Lightness78%
Temperature
Warm ← → Cool87% 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#9eeeec
RGBrgb(158, 238, 236)
HSLhsl(179, 70%, 78%)
CMYKcmyk(34%, 0%, 1%, 7%)
LABlab(89.1 -24.7 -6.8)
LCHlch(89.1 25.7 195.4)
OKLCHoklch(0.897 0.078 193.8)
Decimal10415852
Display P3color(display-p3 0.620 0.933 0.925)

Copy-ready code

/* CSS */
color: #9eeeec;
background-color: #9eeeec;
/* Tailwind (arbitrary) */
class="text-[#9eeeec] bg-[#9eeeec]"
/* SCSS */
$brand: #9eeeec;
/* SwiftUI */
Color(red: 0.620, green: 0.933, blue: 0.925)
/* Android */
Color.parseColor("#9eeeec")
/* Flutter */
Color(0xFF9EEEEC)
/* Python / OpenCV (BGR) */
(236, 238, 158)

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

Accessibility — WCAG contrast

Aa
#9eeeec on white: 1.32:1
AA ✗ fail · AA-large · AAA
Aa
#9eeeec on black: 15.89:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #E5E6EC
deuteranopia · #D6DBED
tritanopia · #7FF3ED

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #9eeeec 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
#E7F8F8
#C9F2F1
#9eeeec
#70E6E3
#40DEDA
#24D0CC
#1EAEAA
#188B88
#166563
#0E3F3E
Base = 300Lightest = 50 · #F3FCFBDarkest = 950 · #0E3F3E
:root {
  --brand-50: #F3FCFB;
  --brand-100: #E7F8F8;
  --brand-200: #C9F2F1;
  --brand-300: #9eeeec;
  --brand-400: #70E6E3;
  --brand-500: #40DEDA;
  --brand-600: #24D0CC;
  --brand-700: #1EAEAA;
  --brand-800: #188B88;
  --brand-900: #166563;
  --brand-950: #0E3F3E;
  --brand: #9eeeec;
  --brand-ink: #000000;
}

Colors that work with #9eeeec

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#C0EDEC
Hairlines and dividers
Muted text#4B9B99
Captions on the surface
Accent#B11B45
Second voice, not a rival
Dark variant#136D6A
Hover, pressed, headers
Light variant#E9FBFB
Selected rows, tints
Dark surface#142424
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 #9eeeec

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#EE9EA0
Analogous left#9EEEC4
Analogous right#9EC8EE
Split-complement 1#EE9EC8
Split-complement 2#EEC49E
Triadic 1#EC9EEE
Triadic 2#EEEC9E
Tetradic#C49EEE

RGB percentages

Red62.0%
Green93.3%
Blue92.5%

CMYK percentages

Cyan33.6%
Magenta0.0%
Yellow0.8%
Key (black)6.7%

Color previews

#9eeeec text on a black background

contrast 15.89:1

Card sample

#9eeeec text on a white background

contrast 1.32:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(158, 238, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(158, 238, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9eeeec;
background: linear-gradient(135deg, #9eeeec, #9EBBEE);

Monochromatic scale

Palettes built from #9eeeec

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.

#9eeeec 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.

#9eeeec, answered

What color is #9eeeec?

#9eeeec is a light vivid cyan, closest to Pale Turquoise (ΔE2000 2.9). It sits at 179° on the hue wheel with 70% saturation and 78% lightness, which reads as cool.

What is the RGB value of #9eeeec?

rgb(158, 238, 236) — 158 red, 238 green and 236 blue out of 255, or 62% / 93.3% / 92.5% by channel.

Is #9eeeec a light or a dark color?

It is a light color. Relative luminance is 0.7447 and perceived brightness is 85%, so black text on it reaches 15.89:1.

Should I use black or white text on #9eeeec?

Black. It scores 15.89:1 against #9eeeec, versus 1.32:1 for white — AAA at any size.

What is the complementary color of #9eeeec?

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

What colors go well with #9eeeec?

For interface work: #F4FAFA as the surface, #C0EDEC for borders, #4B9B99 for secondary text, #B11B45 as an accent and #136D6A for hover and pressed states. For a palette, the analogous pair #9EEEC4 and #9EC8EE stays calm, while #EE9EA0 is the loudest partner.

What is #9eeeec in CMYK for printing?

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

Is #9eeeec warm or cool?

Cool — it scores 87 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #9EEECF; nudged cooler, #9DD3EF.

Work with #9eeeec in the Color Lab