Skip to content

#a2c4cf

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

RGB
162, 196, 207
HSL
195°, 32%, 72%
CMYK
22, 5, 0, 19
Luminance
0.5167

At a glance

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

Hex
#a2c4cf
Hue
195°
cyan
Saturation
32%
soft
Lightness
72%
light
Brightness
81%
HSV value
Perceived
74%
weighted brightness
Luminance
0.5167
WCAG relative
Temperature
Cool
90/100 cool
Color family
Cyan
Tone
Soft
Best ink
Black
11.33:1
Closest name
Light Blue
ΔE2000 5
Where it sits
Hue195° of 360°
Saturation32%
Lightness72%
Temperature
Warm ← → Cool90% 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#a2c4cf
RGBrgb(162, 196, 207)
HSLhsl(195, 32%, 72%)
CMYKcmyk(22%, 5%, 0%, 19%)
LABlab(77.1 -8.9 -9.3)
LCHlch(77.1 12.9 226.1)
OKLCHoklch(0.799 0.040 219.4)
Decimal10667215
Display P3color(display-p3 0.635 0.769 0.812)

Copy-ready code

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

Accessibility — WCAG contrast

Aa
#a2c4cf on white: 1.85:1
AA ✗ fail · AA-large · AAA
Aa
#a2c4cf on black: 11.33:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #BDC2D0
deuteranopia · #B6BCCF
tritanopia · #95C8C7

Color scale — 50 to 950

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

#F5F8F9
#ECF2F4
#D5E3E7
#B5D0D9
#a2c4cf
#6BA1B3
#538EA1
#457787
#385F6C
#2B464F
#1B2C31
Base = 400Lightest = 50 · #F5F8F9Darkest = 950 · #1B2C31
:root {
  --brand-50: #F5F8F9;
  --brand-100: #ECF2F4;
  --brand-200: #D5E3E7;
  --brand-300: #B5D0D9;
  --brand-400: #a2c4cf;
  --brand-500: #6BA1B3;
  --brand-600: #538EA1;
  --brand-700: #457787;
  --brand-800: #385F6C;
  --brand-900: #2B464F;
  --brand-950: #1B2C31;
  --brand: #a2c4cf;
  --brand-ink: #000000;
}

Colors that work with #a2c4cf

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#C9DDE3
Hairlines and dividers
Muted text#4E8597
Captions on the surface
Accent#8B4143
Second voice, not a rival
Dark variant#2B4A54
Hover, pressed, headers
Light variant#EEF4F6
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 #a2c4cf

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#CFADA2
Analogous left#A2CFC4
Analogous right#A2AECF
Split-complement 1#CFA2AE
Split-complement 2#CFC4A2
Triadic 1#CFA2C4
Triadic 2#C4CFA2
Tetradic#C4A2CF

RGB percentages

Red63.5%
Green76.9%
Blue81.2%

CMYK percentages

Cyan21.7%
Magenta5.3%
Yellow0.0%
Key (black)18.8%

Color previews

#a2c4cf text on a black background

contrast 11.33:1

Card sample

#a2c4cf text on a white background

contrast 1.85:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #a2c4cf

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.

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

#a2c4cf, answered

What color is #a2c4cf?

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

What is the RGB value of #a2c4cf?

rgb(162, 196, 207) — 162 red, 196 green and 207 blue out of 255, or 63.5% / 76.9% / 81.2% by channel.

Is #a2c4cf a light or a dark color?

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

Should I use black or white text on #a2c4cf?

Black. It scores 11.33:1 against #a2c4cf, versus 1.85:1 for white — AAA at any size.

What is the complementary color of #a2c4cf?

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

What colors go well with #a2c4cf?

For interface work: #F5F9FA as the surface, #C9DDE3 for borders, #4E8597 for secondary text, #8B4143 as an accent and #2B4A54 for hover and pressed states. For a palette, the analogous pair #A2CFC4 and #A2AECF stays calm, while #CFADA2 is the loudest partner.

What is #a2c4cf in CMYK for printing?

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

Is #a2c4cf warm or cool?

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

Work with #a2c4cf in the Color Lab