Skip to content

#2b9bc9

a balanced, vivid cyan · cool · closest name: Steel Blue

RGB
43, 155, 201
HSL
198°, 65%, 48%
CMYK
79, 23, 0, 21
Luminance
0.2817

At a glance

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

Hex
#2b9bc9
Hue
198°
cyan
Saturation
65%
vivid
Lightness
48%
balanced
Brightness
79%
HSV value
Perceived
54%
weighted brightness
Luminance
0.2817
WCAG relative
Temperature
Cool
95/100 cool
Color family
Cyan
Tone
Vivid
Best ink
Black
6.63:1
Closest name
Steel Blue
ΔE2000 10.1
Where it sits
Hue198° of 360°
Saturation65%
Lightness48%
Temperature
Warm ← → Cool95% 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#2b9bc9
RGBrgb(43, 155, 201)
HSLhsl(198, 65%, 48%)
CMYKcmyk(79%, 23%, 0%, 21%)
LABlab(60.0 -15.0 -32.4)
LCHlch(60.0 35.7 245.1)
OKLCHoklch(0.649 0.118 230.8)
Decimal2857929
Display P3color(display-p3 0.169 0.608 0.788)

Copy-ready code

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

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 #2b9bc9 · 6.63:1
Use #000000AA at every size, AAA for large text only.
Aa
White text · 3.17:1
AA fail · AA large pass · AAA fail
Aa
Black text · 6.63:1 · recommended
AA pass · AA large pass · AAA fail
Reading the other direction: #2b9bc9 as text scores 3.17:1 on white and 6.63:1 on black.

Accessibility — WCAG contrast

Aa
#2b9bc9 on white: 3.17:1
AA ✗ fail · AA-large · AAA
Aa
#2b9bc9 on black: 6.63:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #8499CB
deuteranopia · #6F8AC8
tritanopia · #00A8AA

Color scale — 50 to 950

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

#F3F9FB
#E8F3F7
#CBE6F1
#A3D6EB
#74C2E1
#46ADD8
#2b9bc9
#2482A8
#1D6886
#194C62
#0F303D
Base = 600Lightest = 50 · #F3F9FBDarkest = 950 · #0F303D
:root {
  --brand-50: #F3F9FB;
  --brand-100: #E8F3F7;
  --brand-200: #CBE6F1;
  --brand-300: #A3D6EB;
  --brand-400: #74C2E1;
  --brand-500: #46ADD8;
  --brand-600: #2b9bc9;
  --brand-700: #2482A8;
  --brand-800: #1D6886;
  --brand-900: #194C62;
  --brand-950: #0F303D;
  --brand: #2b9bc9;
  --brand-ink: #000000;
}

Colors that work with #2b9bc9

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#F4F9FA
Tinted page background
Border#C0E0ED
Hairlines and dividers
Muted text#4B839B
Captions on the surface
Accent#CE2D26
Second voice, not a rival
Dark variant#165169
Hover, pressed, headers
Light variant#EAF6FB
Selected rows, tints
Dark surface#142024
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 #2b9bc9

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

Works well for
  • Headings from 24px up on white
  • Text and icons on dark surfaces
  • Primary buttons and calls to action
  • Focus rings, active and selected states
  • Brand accents, badges and data highlights
Use with care
  • Small text on white — under 4.5:1
  • Full-page backgrounds — tiring over long sessions
  • 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#C9592B
Analogous left#2BC9A8
Analogous right#2B4CC9
Split-complement 1#C92B4C
Split-complement 2#C9A82B
Triadic 1#C92B9B
Triadic 2#9BC92B
Tetradic#A82BC9

RGB percentages

Red16.9%
Green60.8%
Blue78.8%

CMYK percentages

Cyan78.6%
Magenta22.9%
Yellow0.0%
Key (black)21.2%

Color previews

#2b9bc9 text on a black background

contrast 6.63:1

Card sample

#2b9bc9 text on a white background

contrast 3.17:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

color: #2b9bc9;
Background color
Panel with #2b9bc9 background
background-color: #2b9bc9;
Text shadow — hex

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #2b9bc9

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.

#2b9bc9 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
ButtonsLinksFocus statesCharts
Print note

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

#2b9bc9, answered

What color is #2b9bc9?

#2b9bc9 is a balanced vivid cyan, closest to Steel Blue (ΔE2000 10.1). It sits at 198° on the hue wheel with 65% saturation and 48% lightness, which reads as cool.

What is the RGB value of #2b9bc9?

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

Is #2b9bc9 a light or a dark color?

It is a mid-tone. Relative luminance is 0.2817 and perceived brightness is 54%, so black text on it reaches 6.63:1.

Should I use black or white text on #2b9bc9?

Black. It scores 6.63:1 against #2b9bc9, versus 3.17:1 for white — AA at any size.

What is the complementary color of #2b9bc9?

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

What colors go well with #2b9bc9?

For interface work: #F4F9FA as the surface, #C0E0ED for borders, #4B839B for secondary text, #CE2D26 as an accent and #165169 for hover and pressed states. For a palette, the analogous pair #2BC9A8 and #2B4CC9 stays calm, while #C9592B is the loudest partner.

What is #2b9bc9 in CMYK for printing?

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

Is #2b9bc9 warm or cool?

Cool — it scores 95 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #2BC9BD; nudged cooler, #2887CB.

Work with #2b9bc9 in the Color Lab