Skip to content

#a2c2ba

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

RGB
162, 194, 186
HSL
165°, 21%, 70%
CMYK
17, 0, 4, 24
Luminance
0.4981

At a glance

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

Hex
#a2c2ba
Hue
165°
cyan
Saturation
21%
soft
Lightness
70%
light
Brightness
76%
HSV value
Perceived
72%
weighted brightness
Luminance
0.4981
WCAG relative
Temperature
Cool
69/100 cool
Color family
Cyan
Tone
Soft
Best ink
Black
10.96:1
Closest name
Powder Blue
ΔE2000 9.5
Where it sits
Hue165° of 360°
Saturation21%
Lightness70%
Temperature
Warm ← → Cool69% 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#a2c2ba
RGBrgb(162, 194, 186)
HSLhsl(165, 21%, 70%)
CMYKcmyk(17%, 0%, 4%, 24%)
LABlab(76.0 -12.3 0.4)
LCHlch(76.0 12.4 178.0)
OKLCHoklch(0.788 0.036 178.5)
Decimal10666682
Display P3color(display-p3 0.635 0.761 0.729)

Copy-ready code

/* CSS */
color: #a2c2ba;
background-color: #a2c2ba;
/* Tailwind (arbitrary) */
class="text-[#a2c2ba] bg-[#a2c2ba]"
/* SCSS */
$brand: #a2c2ba;
/* SwiftUI */
Color(red: 0.635, green: 0.761, blue: 0.729)
/* Android */
Color.parseColor("#a2c2ba")
/* Flutter */
Color(0xFFA2C2BA)
/* Python / OpenCV (BGR) */
(186, 194, 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 #a2c2ba · 10.96:1
Use #000000AAA at every size.
Aa
White text · 1.92:1
AA fail · AA large fail · AAA fail
Aa
Black text · 10.96:1 · recommended
AA pass · AA large pass · AAA pass
Reading the other direction: #a2c2ba as text scores 1.92:1 on white and 10.96:1 on black.

Accessibility — WCAG contrast

Aa
#a2c2ba on white: 1.92:1
AA ✗ fail · AA-large · AAA
Aa
#a2c2ba on black: 10.96:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #BFBEBA
deuteranopia · #B9B9BB
tritanopia · #9AC3BF

Color scale — 50 to 950

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

#F6F9F8
#EDF2F1
#D8E4E1
#BBD3CD
#a2c2ba
#77A69A
#619487
#517B71
#41635A
#314943
#1F2E2A
Base = 400Lightest = 50 · #F6F9F8Darkest = 950 · #1F2E2A
:root {
  --brand-50: #F6F9F8;
  --brand-100: #EDF2F1;
  --brand-200: #D8E4E1;
  --brand-300: #BBD3CD;
  --brand-400: #a2c2ba;
  --brand-500: #77A69A;
  --brand-600: #619487;
  --brand-700: #517B71;
  --brand-800: #41635A;
  --brand-900: #314943;
  --brand-950: #1F2E2A;
  --brand: #a2c2ba;
  --brand-ink: #000000;
}

Colors that work with #a2c2ba

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#F6F9F8
Tinted page background
Border#CEDFDA
Hairlines and dividers
Muted text#5B8B7F
Captions on the surface
Accent#7F4D66
Second voice, not a rival
Dark variant#324D46
Hover, pressed, headers
Light variant#F0F5F4
Selected rows, tints
Dark surface#16221F
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 #a2c2ba

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#C2A2AA
Analogous left#A2C2AA
Analogous right#A2BAC2
Split-complement 1#C2A2BA
Split-complement 2#C2AAA2
Triadic 1#BAA2C2
Triadic 2#C2BAA2
Tetradic#AAA2C2

RGB percentages

Red63.5%
Green76.1%
Blue72.9%

CMYK percentages

Cyan16.5%
Magenta0.0%
Yellow4.1%
Key (black)23.9%

Color previews

#a2c2ba text on a black background

contrast 10.96:1

Card sample

#a2c2ba text on a white background

contrast 1.92:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #a2c2ba

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.

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

#a2c2ba, answered

What color is #a2c2ba?

#a2c2ba is a light soft cyan, closest to Powder Blue (ΔE2000 9.5). It sits at 165° on the hue wheel with 21% saturation and 70% lightness, which reads as cool.

What is the RGB value of #a2c2ba?

rgb(162, 194, 186) — 162 red, 194 green and 186 blue out of 255, or 63.5% / 76.1% / 72.9% by channel.

Is #a2c2ba a light or a dark color?

It is a mid-tone. Relative luminance is 0.4981 and perceived brightness is 72%, so black text on it reaches 10.96:1.

Should I use black or white text on #a2c2ba?

Black. It scores 10.96:1 against #a2c2ba, versus 1.92:1 for white — AAA at any size.

What is the complementary color of #a2c2ba?

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

What colors go well with #a2c2ba?

For interface work: #F6F9F8 as the surface, #CEDFDA for borders, #5B8B7F for secondary text, #7F4D66 as an accent and #324D46 for hover and pressed states. For a palette, the analogous pair #A2C2AA and #A2BAC2 stays calm, while #C2A2AA is the loudest partner.

What is #a2c2ba in CMYK for printing?

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

Is #a2c2ba warm or cool?

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

Work with #a2c2ba in the Color Lab