Skip to content

#9fe6eb

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

RGB
159, 230, 235
HSL
184°, 66%, 77%
CMYK
32, 2, 0, 8
Luminance
0.6996

At a glance

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

Hex
#9fe6eb
Hue
184°
cyan
Saturation
66%
vivid
Lightness
77%
light
Brightness
92%
HSV value
Perceived
83%
weighted brightness
Luminance
0.6996
WCAG relative
Temperature
Cool
89/100 cool
Color family
Cyan
Tone
Vivid
Best ink
Black
14.99:1
Closest name
Pale Turquoise
ΔE2000 2.9
Where it sits
Hue184° of 360°
Saturation66%
Lightness77%
Temperature
Warm ← → Cool89% 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#9fe6eb
RGBrgb(159, 230, 235)
HSLhsl(184, 66%, 77%)
CMYKcmyk(32%, 2%, 0%, 8%)
LABlab(87.0 -20.8 -9.5)
LCHlch(87.0 22.8 204.5)
OKLCHoklch(0.880 0.071 201.5)
Decimal10479339
Display P3color(display-p3 0.624 0.902 0.922)

Copy-ready code

/* CSS */
color: #9fe6eb;
background-color: #9fe6eb;
/* Tailwind (arbitrary) */
class="text-[#9fe6eb] bg-[#9fe6eb]"
/* SCSS */
$brand: #9fe6eb;
/* SwiftUI */
Color(red: 0.624, green: 0.902, blue: 0.922)
/* Android */
Color.parseColor("#9fe6eb")
/* Flutter */
Color(0xFF9FE6EB)
/* Python / OpenCV (BGR) */
(235, 230, 159)

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

Accessibility — WCAG contrast

Aa
#9fe6eb on white: 1.40:1
AA ✗ fail · AA-large · AAA
Aa
#9fe6eb on black: 14.99:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #DCE0EB
deuteranopia · #CED5EC
tritanopia · #83EBE7

Color scale — 50 to 950

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

#F3FBFB
#E8F7F8
#CBEEF1
#9fe6eb
#74DBE2
#45CFD8
#2AC0CB
#23A0A9
#1C8087
#185D62
#0F3A3D
Base = 300Lightest = 50 · #F3FBFBDarkest = 950 · #0F3A3D
:root {
  --brand-50: #F3FBFB;
  --brand-100: #E8F7F8;
  --brand-200: #CBEEF1;
  --brand-300: #9fe6eb;
  --brand-400: #74DBE2;
  --brand-500: #45CFD8;
  --brand-600: #2AC0CB;
  --brand-700: #23A0A9;
  --brand-800: #1C8087;
  --brand-900: #185D62;
  --brand-950: #0F3A3D;
  --brand: #9fe6eb;
  --brand-ink: #000000;
}

Colors that work with #9fe6eb

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#C0EAED
Hairlines and dividers
Muted text#4B969B
Captions on the surface
Accent#AC203A
Second voice, not a rival
Dark variant#16646A
Hover, pressed, headers
Light variant#EAFAFB
Selected rows, tints
Dark surface#142324
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 #9fe6eb

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#EBA49F
Analogous left#9FEBCA
Analogous right#9FC0EB
Split-complement 1#EB9FC0
Split-complement 2#EBCA9F
Triadic 1#EB9FE6
Triadic 2#E6EB9F
Tetradic#CA9FEB

RGB percentages

Red62.4%
Green90.2%
Blue92.2%

CMYK percentages

Cyan32.3%
Magenta2.1%
Yellow0.0%
Key (black)7.8%

Color previews

#9fe6eb text on a black background

contrast 14.99:1

Card sample

#9fe6eb text on a white background

contrast 1.40:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(159, 230, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 230, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fe6eb;
background: linear-gradient(135deg, #9fe6eb, #9FB4EB);

Monochromatic scale

Palettes built from #9fe6eb

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.

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

#9fe6eb, answered

What color is #9fe6eb?

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

What is the RGB value of #9fe6eb?

rgb(159, 230, 235) — 159 red, 230 green and 235 blue out of 255, or 62.4% / 90.2% / 92.2% by channel.

Is #9fe6eb a light or a dark color?

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

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

Black. It scores 14.99:1 against #9fe6eb, versus 1.40:1 for white — AAA at any size.

What is the complementary color of #9fe6eb?

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

What colors go well with #9fe6eb?

For interface work: #F4FAFA as the surface, #C0EAED for borders, #4B969B for secondary text, #AC203A as an accent and #16646A for hover and pressed states. For a palette, the analogous pair #9FEBCA and #9FC0EB stays calm, while #EBA49F is the loudest partner.

What is #9fe6eb in CMYK for printing?

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

Is #9fe6eb warm or cool?

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

Work with #9fe6eb in the Color Lab