Skip to content

#97b7f7

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

RGB
151, 183, 247
HSL
220°, 86%, 78%
CMYK
39, 26, 0, 3
Luminance
0.4716

At a glance

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

Hex
#97b7f7
Hue
220°
blue
Saturation
86%
electric
Lightness
78%
light
Brightness
97%
HSV value
Perceived
72%
weighted brightness
Luminance
0.4716
WCAG relative
Temperature
Cool
94/100 cool
Color family
Blue
Tone
Electric
Best ink
Black
10.43:1
Closest name
Light Steel Blue
ΔE2000 8.1
Where it sits
Hue220° of 360°
Saturation86%
Lightness78%
Temperature
Warm ← → Cool94% 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#97b7f7
RGBrgb(151, 183, 247)
HSLhsl(220, 86%, 78%)
CMYKcmyk(39%, 26%, 0%, 3%)
LABlab(74.3 4.7 -35.2)
LCHlch(74.3 35.5 277.7)
OKLCHoklch(0.780 0.099 263.7)
Decimal9943031
Display P3color(display-p3 0.592 0.718 0.969)

Copy-ready code

/* CSS */
color: #97b7f7;
background-color: #97b7f7;
/* Tailwind (arbitrary) */
class="text-[#97b7f7] bg-[#97b7f7]"
/* SCSS */
$brand: #97b7f7;
/* SwiftUI */
Color(red: 0.592, green: 0.718, blue: 0.969)
/* Android */
Color.parseColor("#97b7f7")
/* Flutter */
Color(0xFF97B7F7)
/* Python / OpenCV (BGR) */
(247, 183, 151)

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

Accessibility — WCAG contrast

Aa
#97b7f7 on white: 2.01:1
AA ✗ fail · AA-large · AAA
Aa
#97b7f7 on black: 10.43:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #A1BCFA
deuteranopia · #97B3F6
tritanopia · #77C4CD

Color scale — 50 to 950

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

#F2F6FD
#E5ECFA
#C5D5F7
#97b7f7
#6393F3
#2F6FEF
#1257E3
#0F49BD
#0C3A98
#0D2D6D
#081C44
Base = 300Lightest = 50 · #F2F6FDDarkest = 950 · #081C44
:root {
  --brand-50: #F2F6FD;
  --brand-100: #E5ECFA;
  --brand-200: #C5D5F7;
  --brand-300: #97b7f7;
  --brand-400: #6393F3;
  --brand-500: #2F6FEF;
  --brand-600: #1257E3;
  --brand-700: #0F49BD;
  --brand-800: #0C3A98;
  --brand-900: #0D2D6D;
  --brand-950: #081C44;
  --brand: #97b7f7;
  --brand-ink: #000000;
}

Colors that work with #97b7f7

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#F4F6FA
Tinted page background
Border#C0CFED
Hairlines and dividers
Muted text#4B659B
Captions on the surface
Accent#C1570B
Second voice, not a rival
Dark variant#092E76
Hover, pressed, headers
Light variant#E7EFFD
Selected rows, tints
Dark surface#141924
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 #97b7f7

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#F7D797
Analogous left#97E7F7
Analogous right#A797F7
Split-complement 1#F7A797
Split-complement 2#E7F797
Triadic 1#F797B7
Triadic 2#B7F797
Tetradic#F797E7

RGB percentages

Red59.2%
Green71.8%
Blue96.9%

CMYK percentages

Cyan38.9%
Magenta25.9%
Yellow0.0%
Key (black)3.1%

Color previews

#97b7f7 text on a black background

contrast 10.43:1

Card sample

#97b7f7 text on a white background

contrast 2.01:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(151, 183, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 183, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97b7f7;
background: linear-gradient(135deg, #97b7f7, #B797F7);

Monochromatic scale

Palettes built from #97b7f7

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.

#97b7f7 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

Sits outside most CMYK gamuts — expect a duller press result, or specify a spot ink.

#97b7f7, answered

What color is #97b7f7?

#97b7f7 is a light electric blue, closest to Light Steel Blue (ΔE2000 8.1). It sits at 220° on the hue wheel with 86% saturation and 78% lightness, which reads as cool.

What is the RGB value of #97b7f7?

rgb(151, 183, 247) — 151 red, 183 green and 247 blue out of 255, or 59.2% / 71.8% / 96.9% by channel.

Is #97b7f7 a light or a dark color?

It is a mid-tone. Relative luminance is 0.4716 and perceived brightness is 72%, so black text on it reaches 10.43:1.

Should I use black or white text on #97b7f7?

Black. It scores 10.43:1 against #97b7f7, versus 2.01:1 for white — AAA at any size.

What is the complementary color of #97b7f7?

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

What colors go well with #97b7f7?

For interface work: #F4F6FA as the surface, #C0CFED for borders, #4B659B for secondary text, #C1570B as an accent and #092E76 for hover and pressed states. For a palette, the analogous pair #97E7F7 and #A797F7 stays calm, while #F7D797 is the loudest partner.

What is #97b7f7 in CMYK for printing?

cmyk(39%, 26%, 0%, 3%). This is a screen-to-ink approximation — a color this saturated sits outside most CMYK gamuts and will print duller than it looks here.

Is #97b7f7 warm or cool?

Cool — it scores 94 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #9A97F7; nudged cooler, #7EB1F7.

Work with #97b7f7 in the Color Lab