Skip to content

#9fd2f0

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

RGB
159, 210, 240
HSL
202°, 73%, 78%
CMYK
34, 13, 0, 6
Luminance
0.5976

At a glance

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

Hex
#9fd2f0
Hue
202°
blue
Saturation
73%
vivid
Lightness
78%
light
Brightness
94%
HSV value
Perceived
78%
weighted brightness
Luminance
0.5976
WCAG relative
Temperature
Cool
97/100 cool
Color family
Blue
Tone
Vivid
Best ink
Black
12.95:1
Closest name
Light Sky Blue
ΔE2000 4
Where it sits
Hue202° of 360°
Saturation73%
Lightness78%
Temperature
Warm ← → Cool97% 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#9fd2f0
RGBrgb(159, 210, 240)
HSLhsl(202, 73%, 78%)
CMYKcmyk(34%, 13%, 0%, 6%)
LABlab(81.7 -9.4 -20.0)
LCHlch(81.7 22.1 244.8)
OKLCHoklch(0.839 0.068 234.4)
Decimal10474224
Display P3color(display-p3 0.624 0.824 0.941)

Copy-ready code

/* CSS */
color: #9fd2f0;
background-color: #9fd2f0;
/* Tailwind (arbitrary) */
class="text-[#9fd2f0] bg-[#9fd2f0]"
/* SCSS */
$brand: #9fd2f0;
/* SwiftUI */
Color(red: 0.624, green: 0.824, blue: 0.941)
/* Android */
Color.parseColor("#9fd2f0")
/* Flutter */
Color(0xFF9FD2F0)
/* Python / OpenCV (BGR) */
(240, 210, 159)

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

Accessibility — WCAG contrast

Aa
#9fd2f0 on white: 1.62:1
AA ✗ fail · AA-large · AAA
Aa
#9fd2f0 on black: 12.95:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #C4D0F2
deuteranopia · #B9C7F0
tritanopia · #84DADB

Color scale — 50 to 950

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

#F3F8FC
#E7F2F8
#C9E3F3
#9fd2f0
#6DBBE8
#3DA4E1
#2192D4
#1C79B0
#16618D
#144866
#0D2D40
Base = 300Lightest = 50 · #F3F8FCDarkest = 950 · #0D2D40
:root {
  --brand-50: #F3F8FC;
  --brand-100: #E7F2F8;
  --brand-200: #C9E3F3;
  --brand-300: #9fd2f0;
  --brand-400: #6DBBE8;
  --brand-500: #3DA4E1;
  --brand-600: #2192D4;
  --brand-700: #1C79B0;
  --brand-800: #16618D;
  --brand-900: #144866;
  --brand-950: #0D2D40;
  --brand: #9fd2f0;
  --brand-ink: #000000;
}

Colors that work with #9fd2f0

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#C0DCED
Hairlines and dividers
Muted text#4B7D9B
Captions on the surface
Accent#B42A18
Second voice, not a rival
Dark variant#114C6E
Hover, pressed, headers
Light variant#E9F5FC
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 #9fd2f0

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#F0BD9F
Analogous left#9FF0E5
Analogous right#9FA9F0
Split-complement 1#F09FA9
Split-complement 2#F0E59F
Triadic 1#F09FD2
Triadic 2#D2F09F
Tetradic#E59FF0

RGB percentages

Red62.4%
Green82.4%
Blue94.1%

CMYK percentages

Cyan33.8%
Magenta12.5%
Yellow0.0%
Key (black)5.9%

Color previews

#9fd2f0 text on a black background

contrast 12.95:1

Card sample

#9fd2f0 text on a white background

contrast 1.62:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(159, 210, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 210, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fd2f0;
background: linear-gradient(135deg, #9fd2f0, #A29FF0);

Monochromatic scale

Palettes built from #9fd2f0

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.

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

#9fd2f0, answered

What color is #9fd2f0?

#9fd2f0 is a light vivid blue, closest to Light Sky Blue (ΔE2000 4). It sits at 202° on the hue wheel with 73% saturation and 78% lightness, which reads as cool.

What is the RGB value of #9fd2f0?

rgb(159, 210, 240) — 159 red, 210 green and 240 blue out of 255, or 62.4% / 82.4% / 94.1% by channel.

Is #9fd2f0 a light or a dark color?

It is a light color. Relative luminance is 0.5976 and perceived brightness is 78%, so black text on it reaches 12.95:1.

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

Black. It scores 12.95:1 against #9fd2f0, versus 1.62:1 for white — AAA at any size.

What is the complementary color of #9fd2f0?

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

What colors go well with #9fd2f0?

For interface work: #F4F8FA as the surface, #C0DCED for borders, #4B7D9B for secondary text, #B42A18 as an accent and #114C6E for hover and pressed states. For a palette, the analogous pair #9FF0E5 and #9FA9F0 stays calm, while #F0BD9F is the loudest partner.

What is #9fd2f0 in CMYK for printing?

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

Is #9fd2f0 warm or cool?

Cool — it scores 97 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #9FF0F0; nudged cooler, #9EC9F1.

Work with #9fd2f0 in the Color Lab