Skip to content

#9da2e4

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

RGB
157, 162, 228
HSL
236°, 57%, 76%
CMYK
31, 29, 0, 11
Luminance
0.3861

At a glance

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

Hex
#9da2e4
Hue
236°
blue
Saturation
57%
vivid
Lightness
76%
light
Brightness
89%
HSV value
Perceived
66%
weighted brightness
Luminance
0.3861
WCAG relative
Temperature
Cool
86/100 cool
Color family
Blue
Tone
Vivid
Best ink
Black
8.72:1
Closest name
Light Steel Blue
ΔE2000 11.2
Where it sits
Hue236° of 360°
Saturation57%
Lightness76%
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#9da2e4
RGBrgb(157, 162, 228)
HSLhsl(236, 57%, 76%)
CMYKcmyk(31%, 29%, 0%, 11%)
LABlab(68.5 13.2 -33.8)
LCHlch(68.5 36.3 291.3)
OKLCHoklch(0.733 0.096 280.4)
Decimal10330852
Display P3color(display-p3 0.616 0.635 0.894)

Copy-ready code

/* CSS */
color: #9da2e4;
background-color: #9da2e4;
/* Tailwind (arbitrary) */
class="text-[#9da2e4] bg-[#9da2e4]"
/* SCSS */
$brand: #9da2e4;
/* SwiftUI */
Color(red: 0.616, green: 0.635, blue: 0.894)
/* Android */
Color.parseColor("#9da2e4")
/* Flutter */
Color(0xFF9DA2E4)
/* Python / OpenCV (BGR) */
(228, 162, 157)

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

Accessibility — WCAG contrast

Aa
#9da2e4 on white: 2.41:1
AA ✗ fail · AA-large · AAA
Aa
#9da2e4 on black: 8.72:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #8FAAE7
deuteranopia · #8BA5E2
tritanopia · #8BAEB9

Color scale — 50 to 950

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

#F4F4FB
#E9EAF6
#CDD0EE
#9da2e4
#7B82DB
#4F58CF
#353FC0
#2C34A0
#232A80
#1D225D
#12153A
Base = 300Lightest = 50 · #F4F4FBDarkest = 950 · #12153A
:root {
  --brand-50: #F4F4FB;
  --brand-100: #E9EAF6;
  --brand-200: #CDD0EE;
  --brand-300: #9da2e4;
  --brand-400: #7B82DB;
  --brand-500: #4F58CF;
  --brand-600: #353FC0;
  --brand-700: #2C34A0;
  --brand-800: #232A80;
  --brand-900: #1D225D;
  --brand-950: #12153A;
  --brand: #9da2e4;
  --brand-ink: #000000;
}

Colors that work with #9da2e4

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#F4F5FA
Tinted page background
Border#C0C3ED
Hairlines and dividers
Muted text#4B509B
Captions on the surface
Accent#A57B27
Second voice, not a rival
Dark variant#1C2164
Hover, pressed, headers
Light variant#EBECF9
Selected rows, tints
Dark surface#141524
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 #9da2e4

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#E4DF9D
Analogous left#9DC5E4
Analogous right#BC9DE4
Split-complement 1#E4BC9D
Split-complement 2#C5E49D
Triadic 1#E49DA2
Triadic 2#A2E49D
Tetradic#E49DC5

RGB percentages

Red61.6%
Green63.5%
Blue89.4%

CMYK percentages

Cyan31.1%
Magenta28.9%
Yellow0.0%
Key (black)10.6%

Color previews

#9da2e4 text on a black background

contrast 8.72:1

Card sample

#9da2e4 text on a white background

contrast 2.41:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(157, 162, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 162, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9da2e4;
background: linear-gradient(135deg, #9da2e4, #C79DE4);

Monochromatic scale

Palettes built from #9da2e4

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.

#9da2e4 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.

#9da2e4, answered

What color is #9da2e4?

#9da2e4 is a light vivid blue, closest to Light Steel Blue (ΔE2000 11.2). It sits at 236° on the hue wheel with 57% saturation and 76% lightness, which reads as cool.

What is the RGB value of #9da2e4?

rgb(157, 162, 228) — 157 red, 162 green and 228 blue out of 255, or 61.6% / 63.5% / 89.4% by channel.

Is #9da2e4 a light or a dark color?

It is a mid-tone. Relative luminance is 0.3861 and perceived brightness is 66%, so black text on it reaches 8.72:1.

Should I use black or white text on #9da2e4?

Black. It scores 8.72:1 against #9da2e4, versus 2.41:1 for white — AAA at any size.

What is the complementary color of #9da2e4?

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

What colors go well with #9da2e4?

For interface work: #F4F5FA as the surface, #C0C3ED for borders, #4B509B for secondary text, #A57B27 as an accent and #1C2164 for hover and pressed states. For a palette, the analogous pair #9DC5E4 and #BC9DE4 stays calm, while #E4DF9D is the loudest partner.

What is #9da2e4 in CMYK for printing?

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

Is #9da2e4 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 #B29DE4; nudged cooler, #9CB6E5.

Work with #9da2e4 in the Color Lab