Skip to content

#a2c6cd

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

RGB
162, 198, 205
HSL
190°, 30%, 72%
CMYK
21, 3, 0, 20
Luminance
0.5248

At a glance

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

Hex
#a2c6cd
Hue
190°
cyan
Saturation
30%
soft
Lightness
72%
light
Brightness
80%
HSV value
Perceived
74%
weighted brightness
Luminance
0.5248
WCAG relative
Temperature
Cool
86/100 cool
Color family
Cyan
Tone
Soft
Best ink
Black
11.50:1
Closest name
Light Blue
ΔE2000 5.1
Where it sits
Hue190° of 360°
Saturation30%
Lightness72%
Temperature
Warm ← → Cool86% 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#a2c6cd
RGBrgb(162, 198, 205)
HSLhsl(190, 30%, 72%)
CMYKcmyk(21%, 3%, 0%, 20%)
LABlab(77.6 -10.4 -7.5)
LCHlch(77.6 12.8 215.6)
OKLCHoklch(0.803 0.040 210.7)
Decimal10667725
Display P3color(display-p3 0.635 0.776 0.804)

Copy-ready code

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

Accessibility — WCAG contrast

Aa
#a2c6cd on white: 1.83:1
AA ✗ fail · AA-large · AAA
Aa
#a2c6cd on black: 11.50:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #C0C3CD
deuteranopia · #B8BDCD
tritanopia · #95CAC8

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #a2c6cd 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
#ECF2F3
#D5E4E7
#B6D2D8
#a2c6cd
#6DA6B1
#56939F
#477B85
#39626A
#2C494E
#1C2D31
Base = 400Lightest = 50 · #F6F9F9Darkest = 950 · #1C2D31
:root {
  --brand-50: #F6F9F9;
  --brand-100: #ECF2F3;
  --brand-200: #D5E4E7;
  --brand-300: #B6D2D8;
  --brand-400: #a2c6cd;
  --brand-500: #6DA6B1;
  --brand-600: #56939F;
  --brand-700: #477B85;
  --brand-800: #39626A;
  --brand-900: #2C494E;
  --brand-950: #1C2D31;
  --brand: #a2c6cd;
  --brand-ink: #000000;
}

Colors that work with #a2c6cd

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#F5F9FA
Tinted page background
Border#CADEE2
Hairlines and dividers
Muted text#508A95
Captions on the surface
Accent#894349
Second voice, not a rival
Dark variant#2D4D53
Hover, pressed, headers
Light variant#EEF5F6
Selected rows, tints
Dark surface#142224
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 #a2c6cd

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#CDA9A2
Analogous left#A2CDBF
Analogous right#A2B1CD
Split-complement 1#CDA2B1
Split-complement 2#CDBFA2
Triadic 1#CDA2C6
Triadic 2#C6CDA2
Tetradic#BFA2CD

RGB percentages

Red63.5%
Green77.6%
Blue80.4%

CMYK percentages

Cyan21.0%
Magenta3.4%
Yellow0.0%
Key (black)19.6%

Color previews

#a2c6cd text on a black background

contrast 11.50:1

Card sample

#a2c6cd text on a white background

contrast 1.83:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #a2c6cd

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.

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

#a2c6cd, answered

What color is #a2c6cd?

#a2c6cd is a light soft cyan, closest to Light Blue (ΔE2000 5.1). It sits at 190° on the hue wheel with 30% saturation and 72% lightness, which reads as cool.

What is the RGB value of #a2c6cd?

rgb(162, 198, 205) — 162 red, 198 green and 205 blue out of 255, or 63.5% / 77.6% / 80.4% by channel.

Is #a2c6cd a light or a dark color?

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

Should I use black or white text on #a2c6cd?

Black. It scores 11.50:1 against #a2c6cd, versus 1.83:1 for white — AAA at any size.

What is the complementary color of #a2c6cd?

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

What colors go well with #a2c6cd?

For interface work: #F5F9FA as the surface, #CADEE2 for borders, #508A95 for secondary text, #894349 as an accent and #2D4D53 for hover and pressed states. For a palette, the analogous pair #A2CDBF and #A2B1CD stays calm, while #CDA9A2 is the loudest partner.

What is #a2c6cd in CMYK for printing?

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

Is #a2c6cd warm or cool?

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

Work with #a2c6cd in the Color Lab