Skip to content

#8bccdf

a light, vivid cyan · cool · closest name: Sky Blue

RGB
139, 204, 223
HSL
194°, 57%, 71%
CMYK
38, 9, 0, 13
Luminance
0.5400

At a glance

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

Hex
#8bccdf
Hue
194°
cyan
Saturation
57%
vivid
Lightness
71%
light
Brightness
87%
HSV value
Perceived
74%
weighted brightness
Luminance
0.5400
WCAG relative
Temperature
Cool
93/100 cool
Color family
Cyan
Tone
Vivid
Best ink
Black
11.80:1
Closest name
Sky Blue
ΔE2000 3.2
Where it sits
Hue194° of 360°
Saturation57%
Lightness71%
Temperature
Warm ← → Cool93% 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#8bccdf
RGBrgb(139, 204, 223)
HSLhsl(194, 57%, 71%)
CMYKcmyk(38%, 9%, 0%, 13%)
LABlab(78.5 -15.9 -15.9)
LCHlch(78.5 22.5 225.1)
OKLCHoklch(0.808 0.071 218.1)
Decimal9161951
Display P3color(display-p3 0.545 0.800 0.875)

Copy-ready code

/* CSS */
color: #8bccdf;
background-color: #8bccdf;
/* Tailwind (arbitrary) */
class="text-[#8bccdf] bg-[#8bccdf]"
/* SCSS */
$brand: #8bccdf;
/* SwiftUI */
Color(red: 0.545, green: 0.800, blue: 0.875)
/* Android */
Color.parseColor("#8bccdf")
/* Flutter */
Color(0xFF8BCCDF)
/* Python / OpenCV (BGR) */
(223, 204, 139)

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

Accessibility — WCAG contrast

Aa
#8bccdf on white: 1.78:1
AA ✗ fail · AA-large · AAA
Aa
#8bccdf on black: 11.80:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #BFC8E0
deuteranopia · #B2BEDF
tritanopia · #6BD3D2

Color scale — 50 to 950

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

#F4F9FB
#E9F3F6
#CDE7EE
#A7D8E7
#8bccdf
#4FB2CF
#35A0C0
#2C86A0
#236B80
#1D4F5D
#12313A
Base = 400Lightest = 50 · #F4F9FBDarkest = 950 · #12313A
:root {
  --brand-50: #F4F9FB;
  --brand-100: #E9F3F6;
  --brand-200: #CDE7EE;
  --brand-300: #A7D8E7;
  --brand-400: #8bccdf;
  --brand-500: #4FB2CF;
  --brand-600: #35A0C0;
  --brand-700: #2C86A0;
  --brand-800: #236B80;
  --brand-900: #1D4F5D;
  --brand-950: #12313A;
  --brand: #8bccdf;
  --brand-ink: #000000;
}

Colors that work with #8bccdf

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#F4F9FA
Tinted page background
Border#C0E2ED
Hairlines and dividers
Muted text#4B899B
Captions on the surface
Accent#A4282B
Second voice, not a rival
Dark variant#1C5464
Hover, pressed, headers
Light variant#EBF6F9
Selected rows, tints
Dark surface#142124
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 #8bccdf

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
  • 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#DF9E8B
Analogous left#8BDFC8
Analogous right#8BA2DF
Split-complement 1#DF8BA2
Split-complement 2#DFC88B
Triadic 1#DF8BCC
Triadic 2#CCDF8B
Tetradic#C88BDF

RGB percentages

Red54.5%
Green80.0%
Blue87.5%

CMYK percentages

Cyan37.7%
Magenta8.5%
Yellow0.0%
Key (black)12.5%

Color previews

#8bccdf text on a black background

contrast 11.80:1

Card sample

#8bccdf text on a white background

contrast 1.78:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #8bccdf

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.

#8bccdf 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.

#8bccdf, answered

What color is #8bccdf?

#8bccdf is a light vivid cyan, closest to Sky Blue (ΔE2000 3.2). It sits at 194° on the hue wheel with 57% saturation and 71% lightness, which reads as cool.

What is the RGB value of #8bccdf?

rgb(139, 204, 223) — 139 red, 204 green and 223 blue out of 255, or 54.5% / 80% / 87.5% by channel.

Is #8bccdf a light or a dark color?

It is a light color. Relative luminance is 0.5400 and perceived brightness is 74%, so black text on it reaches 11.80:1.

Should I use black or white text on #8bccdf?

Black. It scores 11.80:1 against #8bccdf, versus 1.78:1 for white — AAA at any size.

What is the complementary color of #8bccdf?

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

What colors go well with #8bccdf?

For interface work: #F4F9FA as the surface, #C0E2ED for borders, #4B899B for secondary text, #A4282B as an accent and #1C5464 for hover and pressed states. For a palette, the analogous pair #8BDFC8 and #8BA2DF stays calm, while #DF9E8B is the loudest partner.

What is #8bccdf in CMYK for printing?

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

Is #8bccdf warm or cool?

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

Work with #8bccdf in the Color Lab