Skip to content

#a2bbc7

a light, soft cyan · cool · closest name: Light Steel Blue

RGB
162, 187, 199
HSL
200°, 25%, 71%
CMYK
19, 6, 0, 22
Luminance
0.4735

At a glance

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

Hex
#a2bbc7
Hue
200°
cyan
Saturation
25%
soft
Lightness
71%
light
Brightness
78%
HSV value
Perceived
71%
weighted brightness
Luminance
0.4735
WCAG relative
Temperature
Cool
82/100 cool
Color family
Cyan
Tone
Soft
Best ink
Black
10.47:1
Closest name
Light Steel Blue
ΔE2000 7.5
Where it sits
Hue200° of 360°
Saturation25%
Lightness71%
Temperature
Warm ← → Cool82% 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#a2bbc7
RGBrgb(162, 187, 199)
HSLhsl(200, 25%, 71%)
CMYKcmyk(19%, 6%, 0%, 22%)
LABlab(74.4 -5.9 -8.9)
LCHlch(74.4 10.7 236.3)
OKLCHoklch(0.777 0.032 228.3)
Decimal10664903
Display P3color(display-p3 0.635 0.733 0.780)

Copy-ready code

/* CSS */
color: #a2bbc7;
background-color: #a2bbc7;
/* Tailwind (arbitrary) */
class="text-[#a2bbc7] bg-[#a2bbc7]"
/* SCSS */
$brand: #a2bbc7;
/* SwiftUI */
Color(red: 0.635, green: 0.733, blue: 0.780)
/* Android */
Color.parseColor("#a2bbc7")
/* Flutter */
Color(0xFFA2BBC7)
/* Python / OpenCV (BGR) */
(199, 187, 162)

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

Accessibility — WCAG contrast

Aa
#a2bbc7 on white: 2.01:1
AA ✗ fail · AA-large · AAA
Aa
#a2bbc7 on black: 10.47:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #B5BAC8
deuteranopia · #AFB5C7
tritanopia · #98BFBF

Color scale — 50 to 950

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

#F6F8F9
#EDF1F3
#D7E0E5
#B9CCD5
#a2bbc7
#7399AB
#5C8599
#4D6F7F
#3D5966
#2F424B
#1E292F
Base = 400Lightest = 50 · #F6F8F9Darkest = 950 · #1E292F
:root {
  --brand-50: #F6F8F9;
  --brand-100: #EDF1F3;
  --brand-200: #D7E0E5;
  --brand-300: #B9CCD5;
  --brand-400: #a2bbc7;
  --brand-500: #7399AB;
  --brand-600: #5C8599;
  --brand-700: #4D6F7F;
  --brand-800: #3D5966;
  --brand-900: #2F424B;
  --brand-950: #1E292F;
  --brand: #a2bbc7;
  --brand-ink: #000000;
}

Colors that work with #a2bbc7

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#F5F8F9
Tinted page background
Border#CCDAE0
Hairlines and dividers
Muted text#567D8F
Captions on the surface
Accent#834D49
Second voice, not a rival
Dark variant#304550
Hover, pressed, headers
Light variant#EFF3F5
Selected rows, tints
Dark surface#151E23
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 #a2bbc7

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#C7AEA2
Analogous left#A2C7C1
Analogous right#A2A9C7
Split-complement 1#C7A2A9
Split-complement 2#C7C1A2
Triadic 1#C7A2BB
Triadic 2#BBC7A2
Tetradic#C1A2C7

RGB percentages

Red63.5%
Green73.3%
Blue78.0%

CMYK percentages

Cyan18.6%
Magenta6.0%
Yellow0.0%
Key (black)22.0%

Color previews

#a2bbc7 text on a black background

contrast 10.47:1

Card sample

#a2bbc7 text on a white background

contrast 2.01:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(162, 187, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 187, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2bbc7;
background: linear-gradient(135deg, #a2bbc7, #A2A2C7);

Monochromatic scale

Palettes built from #a2bbc7

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.

#a2bbc7 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.

#a2bbc7, answered

What color is #a2bbc7?

#a2bbc7 is a light soft cyan, closest to Light Steel Blue (ΔE2000 7.5). It sits at 200° on the hue wheel with 25% saturation and 71% lightness, which reads as cool.

What is the RGB value of #a2bbc7?

rgb(162, 187, 199) — 162 red, 187 green and 199 blue out of 255, or 63.5% / 73.3% / 78% by channel.

Is #a2bbc7 a light or a dark color?

It is a mid-tone. Relative luminance is 0.4735 and perceived brightness is 71%, so black text on it reaches 10.47:1.

Should I use black or white text on #a2bbc7?

Black. It scores 10.47:1 against #a2bbc7, versus 2.01:1 for white — AAA at any size.

What is the complementary color of #a2bbc7?

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

What colors go well with #a2bbc7?

For interface work: #F5F8F9 as the surface, #CCDAE0 for borders, #567D8F for secondary text, #834D49 as an accent and #304550 for hover and pressed states. For a palette, the analogous pair #A2C7C1 and #A2A9C7 stays calm, while #C7AEA2 is the loudest partner.

What is #a2bbc7 in CMYK for printing?

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

Is #a2bbc7 warm or cool?

Cool — it scores 82 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #A2C7C5; nudged cooler, #A1B5C8.

Work with #a2bbc7 in the Color Lab