Skip to content

#a3c7df

a light, vivid blue · cool · closest name: Light Steel Blue

RGB
163, 199, 223
HSL
204°, 48%, 76%
CMYK
27, 11, 0, 13
Luminance
0.5396

At a glance

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

Hex
#a3c7df
Hue
204°
blue
Saturation
48%
vivid
Lightness
76%
light
Brightness
87%
HSV value
Perceived
75%
weighted brightness
Luminance
0.5396
WCAG relative
Temperature
Cool
98/100 cool
Color family
Blue
Tone
Vivid
Best ink
Black
11.79:1
Closest name
Light Steel Blue
ΔE2000 5.5
Where it sits
Hue204° of 360°
Saturation48%
Lightness76%
Temperature
Warm ← → Cool98% 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#a3c7df
RGBrgb(163, 199, 223)
HSLhsl(204, 48%, 76%)
CMYKcmyk(27%, 11%, 0%, 13%)
LABlab(78.4 -6.6 -15.8)
LCHlch(78.4 17.2 247.5)
OKLCHoklch(0.811 0.051 237.5)
Decimal10733535
Display P3color(display-p3 0.639 0.780 0.875)

Copy-ready code

/* CSS */
color: #a3c7df;
background-color: #a3c7df;
/* Tailwind (arbitrary) */
class="text-[#a3c7df] bg-[#a3c7df]"
/* SCSS */
$brand: #a3c7df;
/* SwiftUI */
Color(red: 0.639, green: 0.780, blue: 0.875)
/* Android */
Color.parseColor("#a3c7df")
/* Flutter */
Color(0xFFA3C7DF)
/* Python / OpenCV (BGR) */
(223, 199, 163)

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

Accessibility — WCAG contrast

Aa
#a3c7df on white: 1.78:1
AA ✗ fail · AA-large · AAA
Aa
#a3c7df on black: 11.79:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #BCC6E0
deuteranopia · #B4BFDF
tritanopia · #91CDCF

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #a3c7df is pinned to step 300; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.

#F4F8FA
#EAF1F5
#D0E1EC
#a3c7df
#82B3D4
#589AC5
#3F86B6
#357097
#2A5979
#224358
#152A37
Base = 300Lightest = 50 · #F4F8FADarkest = 950 · #152A37
:root {
  --brand-50: #F4F8FA;
  --brand-100: #EAF1F5;
  --brand-200: #D0E1EC;
  --brand-300: #a3c7df;
  --brand-400: #82B3D4;
  --brand-500: #589AC5;
  --brand-600: #3F86B6;
  --brand-700: #357097;
  --brand-800: #2A5979;
  --brand-900: #224358;
  --brand-950: #152A37;
  --brand: #a3c7df;
  --brand-ink: #000000;
}

Colors that work with #a3c7df

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#F4F8FA
Tinted page background
Border#C2DAEA
Hairlines and dividers
Muted text#4B7B9B
Captions on the surface
Accent#9C3F30
Second voice, not a rival
Dark variant#21465F
Hover, pressed, headers
Light variant#ECF3F8
Selected rows, tints
Dark surface#141E24
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 #a3c7df

Derived from its contrast, chroma and lightness — not from taste.

Works well for
  • Text and icons on dark surfaces
  • Primary buttons and calls to action
  • Focus rings, active and selected states
  • Card and section backgrounds
  • Brand accents, badges and data highlights
Use with care
  • Text of any size on white — fails WCAG AA
  • Full-page backgrounds — tiring over long sessions
  • White text placed on it
  • 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#DFBBA3
Analogous left#A3DFD9
Analogous right#A3A9DF
Split-complement 1#DFA3A9
Split-complement 2#DFD9A3
Triadic 1#DFA3C7
Triadic 2#C7DFA3
Tetradic#D9A3DF

RGB percentages

Red63.9%
Green78.0%
Blue87.5%

CMYK percentages

Cyan26.9%
Magenta10.8%
Yellow0.0%
Key (black)12.5%

Color previews

#a3c7df text on a black background

contrast 11.79:1

Card sample

#a3c7df text on a white background

contrast 1.78:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #a3c7df

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.

#a3c7df in the real world

Where a color in this family tends to land, and the interface roles it is usually asked to play.

Industries
TechnologyFinanceHealthcareEnterprise SaaS
Common UI roles
SurfacesBadgesHighlightsEmpty states
Print note

Converts to four-color process without much drama. Proof it anyway.

#a3c7df, answered

What color is #a3c7df?

#a3c7df is a light vivid blue, closest to Light Steel Blue (ΔE2000 5.5). It sits at 204° on the hue wheel with 48% saturation and 76% lightness, which reads as cool.

What is the RGB value of #a3c7df?

rgb(163, 199, 223) — 163 red, 199 green and 223 blue out of 255, or 63.9% / 78% / 87.5% by channel.

Is #a3c7df a light or a dark color?

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

Should I use black or white text on #a3c7df?

Black. It scores 11.79:1 against #a3c7df, versus 1.78:1 for white — AAA at any size.

What is the complementary color of #a3c7df?

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

What colors go well with #a3c7df?

For interface work: #F4F8FA as the surface, #C2DAEA for borders, #4B7B9B for secondary text, #9C3F30 as an accent and #21465F for hover and pressed states. For a palette, the analogous pair #A3DFD9 and #A3A9DF stays calm, while #DFBBA3 is the loudest partner.

What is #a3c7df in CMYK for printing?

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

Is #a3c7df warm or cool?

Cool — it scores 98 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #A3DDDF; nudged cooler, #8FB4DA.

Work with #a3c7df in the Color Lab