Skip to content

#9bc9c1

a light, soft cyan · cool · closest name: Powder Blue

RGB
155, 201, 193
HSL
170°, 30%, 70%
CMYK
23, 0, 4, 21
Luminance
0.5259

At a glance

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

Hex
#9bc9c1
Hue
170°
cyan
Saturation
30%
soft
Lightness
70%
light
Brightness
79%
HSV value
Perceived
74%
weighted brightness
Luminance
0.5259
WCAG relative
Temperature
Cool
78/100 cool
Color family
Cyan
Tone
Soft
Best ink
Black
11.52:1
Closest name
Powder Blue
ΔE2000 8.3
Where it sits
Hue170° of 360°
Saturation30%
Lightness70%
Temperature
Warm ← → Cool78% 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#9bc9c1
RGBrgb(155, 201, 193)
HSLhsl(170, 30%, 70%)
CMYKcmyk(23%, 0%, 4%, 21%)
LABlab(77.6 -16.7 -0.9)
LCHlch(77.6 16.8 183.2)
OKLCHoklch(0.801 0.050 183.2)
Decimal10209729
Display P3color(display-p3 0.608 0.788 0.757)

Copy-ready code

/* CSS */
color: #9bc9c1;
background-color: #9bc9c1;
/* Tailwind (arbitrary) */
class="text-[#9bc9c1] bg-[#9bc9c1]"
/* SCSS */
$brand: #9bc9c1;
/* SwiftUI */
Color(red: 0.608, green: 0.788, blue: 0.757)
/* Android */
Color.parseColor("#9bc9c1")
/* Flutter */
Color(0xFF9BC9C1)
/* Python / OpenCV (BGR) */
(193, 201, 155)

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

Accessibility — WCAG contrast

Aa
#9bc9c1 on white: 1.82:1
AA ✗ fail · AA-large · AAA
Aa
#9bc9c1 on black: 11.52:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #C5C4C1
deuteranopia · #BCBDC2
tritanopia · #8ECBC6

Color scale — 50 to 950

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

#F6F9F9
#ECF3F2
#D5E7E4
#B6D8D2
#9bc9c1
#6DB0A5
#569F92
#48847A
#396A62
#2C4E48
#1C312D
Base = 400Lightest = 50 · #F6F9F9Darkest = 950 · #1C312D
:root {
  --brand-50: #F6F9F9;
  --brand-100: #ECF3F2;
  --brand-200: #D5E7E4;
  --brand-300: #B6D8D2;
  --brand-400: #9bc9c1;
  --brand-500: #6DB0A5;
  --brand-600: #569F92;
  --brand-700: #48847A;
  --brand-800: #396A62;
  --brand-900: #2C4E48;
  --brand-950: #1C312D;
  --brand: #9bc9c1;
  --brand-ink: #000000;
}

Colors that work with #9bc9c1

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#F5FAF9
Tinted page background
Border#CAE2DE
Hairlines and dividers
Muted text#509589
Captions on the surface
Accent#884461
Second voice, not a rival
Dark variant#2D534C
Hover, pressed, headers
Light variant#EEF6F5
Selected rows, tints
Dark surface#142422
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 #9bc9c1

Derived from its contrast, chroma and lightness — not from taste.

Works well for
  • Text and icons on dark surfaces
  • Charts, tags and secondary surfaces
  • Card and section backgrounds
  • Brand accents, badges and data highlights
Use with care
  • Text of any size on white — fails WCAG AA
  • 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#C99BA3
Analogous left#9BC9AA
Analogous right#9BBAC9
Split-complement 1#C99BBA
Split-complement 2#C9AA9B
Triadic 1#C19BC9
Triadic 2#C9C19B
Tetradic#AA9BC9

RGB percentages

Red60.8%
Green78.8%
Blue75.7%

CMYK percentages

Cyan22.9%
Magenta0.0%
Yellow4.0%
Key (black)21.2%

Color previews

#9bc9c1 text on a black background

contrast 11.52:1

Card sample

#9bc9c1 text on a white background

contrast 1.82:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(155, 201, 193, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 201, 193, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9bc9c1;
background: linear-gradient(135deg, #9bc9c1, #9BB2C9);

Monochromatic scale

Palettes built from #9bc9c1

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.

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

#9bc9c1, answered

What color is #9bc9c1?

#9bc9c1 is a light soft cyan, closest to Powder Blue (ΔE2000 8.3). It sits at 170° on the hue wheel with 30% saturation and 70% lightness, which reads as cool.

What is the RGB value of #9bc9c1?

rgb(155, 201, 193) — 155 red, 201 green and 193 blue out of 255, or 60.8% / 78.8% / 75.7% by channel.

Is #9bc9c1 a light or a dark color?

It is a light color. Relative luminance is 0.5259 and perceived brightness is 74%, so black text on it reaches 11.52:1.

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

Black. It scores 11.52:1 against #9bc9c1, versus 1.82:1 for white — AAA at any size.

What is the complementary color of #9bc9c1?

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

What colors go well with #9bc9c1?

For interface work: #F5FAF9 as the surface, #CAE2DE for borders, #509589 for secondary text, #884461 as an accent and #2D534C for hover and pressed states. For a palette, the analogous pair #9BC9AA and #9BBAC9 stays calm, while #C99BA3 is the loudest partner.

What is #9bc9c1 in CMYK for printing?

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

Is #9bc9c1 warm or cool?

Cool — it scores 78 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #9BC9B0; nudged cooler, #99C1CB.

Work with #9bc9c1 in the Color Lab