Skip to content

#9eeef1

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

RGB
158, 238, 241
HSL
182°, 75%, 78%
CMYK
34, 1, 0, 6
Luminance
0.7477

At a glance

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

Hex
#9eeef1
Hue
182°
cyan
Saturation
75%
vivid
Lightness
78%
light
Brightness
95%
HSV value
Perceived
85%
weighted brightness
Luminance
0.7477
WCAG relative
Temperature
Cool
88/100 cool
Color family
Cyan
Tone
Vivid
Best ink
Black
15.95:1
Closest name
Pale Turquoise
ΔE2000 2.6
Where it sits
Hue182° of 360°
Saturation75%
Lightness78%
Temperature
Warm ← → Cool88% 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#9eeef1
RGBrgb(158, 238, 241)
HSLhsl(182, 75%, 78%)
CMYKcmyk(34%, 1%, 0%, 6%)
LABlab(89.3 -23.6 -9.2)
LCHlch(89.3 25.3 201.3)
OKLCHoklch(0.899 0.078 198.9)
Decimal10415857
Display P3color(display-p3 0.620 0.933 0.945)

Copy-ready code

/* CSS */
color: #9eeef1;
background-color: #9eeef1;
/* Tailwind (arbitrary) */
class="text-[#9eeef1] bg-[#9eeef1]"
/* SCSS */
$brand: #9eeef1;
/* SwiftUI */
Color(red: 0.620, green: 0.933, blue: 0.945)
/* Android */
Color.parseColor("#9eeef1")
/* Flutter */
Color(0xFF9EEEF1)
/* Python / OpenCV (BGR) */
(241, 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 #9eeef1 · 15.95:1
Use #000000AAA at every size.
Aa
White text · 1.32:1
AA fail · AA large fail · AAA fail
Aa
Black text · 15.95:1 · recommended
AA pass · AA large pass · AAA pass
Reading the other direction: #9eeef1 as text scores 1.32:1 on white and 15.95:1 on black.

Accessibility — WCAG contrast

Aa
#9eeef1 on white: 1.32:1
AA ✗ fail · AA-large · AAA
Aa
#9eeef1 on black: 15.95:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #E3E7F1
deuteranopia · #D4DCF2
tritanopia · #7DF3EF

Color scale — 50 to 950

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

#F3FBFC
#E7F8F9
#C8F2F4
#9eeef1
#6CE5EA
#3BDDE3
#1FCFD6
#1AADB2
#158A8F
#136467
#0C3F41
Base = 300Lightest = 50 · #F3FBFCDarkest = 950 · #0C3F41
:root {
  --brand-50: #F3FBFC;
  --brand-100: #E7F8F9;
  --brand-200: #C8F2F4;
  --brand-300: #9eeef1;
  --brand-400: #6CE5EA;
  --brand-500: #3BDDE3;
  --brand-600: #1FCFD6;
  --brand-700: #1AADB2;
  --brand-800: #158A8F;
  --brand-900: #136467;
  --brand-950: #0C3F41;
  --brand: #9eeef1;
  --brand-ink: #000000;
}

Colors that work with #9eeef1

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#C0EBED
Hairlines and dividers
Muted text#4B989B
Captions on the surface
Accent#B61637
Second voice, not a rival
Dark variant#106C6F
Hover, pressed, headers
Light variant#E9FBFC
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 #9eeef1

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#F1A19E
Analogous left#9EF1CA
Analogous right#9EC4F1
Split-complement 1#F19EC4
Split-complement 2#F1CA9E
Triadic 1#F19EEE
Triadic 2#EEF19E
Tetradic#CA9EF1

RGB percentages

Red62.0%
Green93.3%
Blue94.5%

CMYK percentages

Cyan34.4%
Magenta1.2%
Yellow0.0%
Key (black)5.5%

Color previews

#9eeef1 text on a black background

contrast 15.95:1

Card sample

#9eeef1 text on a white background

contrast 1.32:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #9eeef1

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.

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

#9eeef1, answered

What color is #9eeef1?

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

What is the RGB value of #9eeef1?

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

Is #9eeef1 a light or a dark color?

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

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

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

What is the complementary color of #9eeef1?

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

What colors go well with #9eeef1?

For interface work: #F4FAFA as the surface, #C0EBED for borders, #4B989B for secondary text, #B61637 as an accent and #106C6F for hover and pressed states. For a palette, the analogous pair #9EF1CA and #9EC4F1 stays calm, while #F1A19E is the loudest partner.

What is #9eeef1 in CMYK for printing?

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

Is #9eeef1 warm or cool?

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

Work with #9eeef1 in the Color Lab