Skip to content

#a5ccc2

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

RGB
165, 204, 194
HSL
165°, 28%, 72%
CMYK
19, 0, 5, 20
Luminance
0.5508

At a glance

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

Hex
#a5ccc2
Hue
165°
cyan
Saturation
28%
soft
Lightness
72%
light
Brightness
80%
HSV value
Perceived
75%
weighted brightness
Luminance
0.5508
WCAG relative
Temperature
Cool
75/100 cool
Color family
Cyan
Tone
Soft
Best ink
Black
12.02:1
Closest name
Powder Blue
ΔE2000 8.3
Where it sits
Hue165° of 360°
Saturation28%
Lightness72%
Temperature
Warm ← → Cool75% 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#a5ccc2
RGBrgb(165, 204, 194)
HSLhsl(165, 28%, 72%)
CMYKcmyk(19%, 0%, 5%, 20%)
LABlab(79.1 -14.9 0.7)
LCHlch(79.1 14.9 177.3)
OKLCHoklch(0.814 0.044 177.8)
Decimal10865858
Display P3color(display-p3 0.647 0.800 0.761)

Copy-ready code

/* CSS */
color: #a5ccc2;
background-color: #a5ccc2;
/* Tailwind (arbitrary) */
class="text-[#a5ccc2] bg-[#a5ccc2]"
/* SCSS */
$brand: #a5ccc2;
/* SwiftUI */
Color(red: 0.647, green: 0.800, blue: 0.761)
/* Android */
Color.parseColor("#a5ccc2")
/* Flutter */
Color(0xFFA5CCC2)
/* Python / OpenCV (BGR) */
(194, 204, 165)

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

Accessibility — WCAG contrast

Aa
#a5ccc2 on white: 1.75:1
AA ✗ fail · AA-large · AAA
Aa
#a5ccc2 on black: 12.02:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #C9C7C2
deuteranopia · #C1C2C3
tritanopia · #9BCDC9

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #a5ccc2 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
#ECF3F1
#D6E6E2
#B7D6CE
#a5ccc2
#70AE9E
#589C8B
#4A8274
#3B685D
#2E4D45
#1D302B
Base = 400Lightest = 50 · #F6F9F8Darkest = 950 · #1D302B
:root {
  --brand-50: #F6F9F8;
  --brand-100: #ECF3F1;
  --brand-200: #D6E6E2;
  --brand-300: #B7D6CE;
  --brand-400: #a5ccc2;
  --brand-500: #70AE9E;
  --brand-600: #589C8B;
  --brand-700: #4A8274;
  --brand-800: #3B685D;
  --brand-900: #2E4D45;
  --brand-950: #1D302B;
  --brand: #a5ccc2;
  --brand-ink: #000000;
}

Colors that work with #a5ccc2

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#F5F9F8
Tinted page background
Border#CBE2DC
Hairlines and dividers
Muted text#539382
Captions on the surface
Accent#874567
Second voice, not a rival
Dark variant#2E5148
Hover, pressed, headers
Light variant#EFF6F4
Selected rows, tints
Dark surface#142420
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 #a5ccc2

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#CCA5AF
Analogous left#A5CCAF
Analogous right#A5C3CC
Split-complement 1#CCA5C3
Split-complement 2#CCAFA5
Triadic 1#C2A5CC
Triadic 2#CCC2A5
Tetradic#AFA5CC

RGB percentages

Red64.7%
Green80.0%
Blue76.1%

CMYK percentages

Cyan19.1%
Magenta0.0%
Yellow4.9%
Key (black)20.0%

Color previews

#a5ccc2 text on a black background

contrast 12.02:1

Card sample

#a5ccc2 text on a white background

contrast 1.75:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #a5ccc2

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.

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

#a5ccc2, answered

What color is #a5ccc2?

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

What is the RGB value of #a5ccc2?

rgb(165, 204, 194) — 165 red, 204 green and 194 blue out of 255, or 64.7% / 80% / 76.1% by channel.

Is #a5ccc2 a light or a dark color?

It is a light color. Relative luminance is 0.5508 and perceived brightness is 75%, so black text on it reaches 12.02:1.

Should I use black or white text on #a5ccc2?

Black. It scores 12.02:1 against #a5ccc2, versus 1.75:1 for white — AAA at any size.

What is the complementary color of #a5ccc2?

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

What colors go well with #a5ccc2?

For interface work: #F5F9F8 as the surface, #CBE2DC for borders, #539382 for secondary text, #874567 as an accent and #2E5148 for hover and pressed states. For a palette, the analogous pair #A5CCAF and #A5C3CC stays calm, while #CCA5AF is the loudest partner.

What is #a5ccc2 in CMYK for printing?

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

Is #a5ccc2 warm or cool?

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

Work with #a5ccc2 in the Color Lab