Skip to content

#8fdfed

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

RGB
143, 223, 237
HSL
189°, 72%, 75%
CMYK
40, 6, 0, 7
Luminance
0.6473

At a glance

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

Hex
#8fdfed
Hue
189°
cyan
Saturation
72%
vivid
Lightness
75%
light
Brightness
93%
HSV value
Perceived
80%
weighted brightness
Luminance
0.6473
WCAG relative
Temperature
Cool
91/100 cool
Color family
Cyan
Tone
Vivid
Best ink
Black
13.95:1
Closest name
Powder Blue
ΔE2000 5.4
Where it sits
Hue189° of 360°
Saturation72%
Lightness75%
Temperature
Warm ← → Cool91% 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#8fdfed
RGBrgb(143, 223, 237)
HSLhsl(189, 72%, 75%)
CMYKcmyk(40%, 6%, 0%, 7%)
LABlab(84.3 -21.0 -14.6)
LCHlch(84.3 25.5 214.8)
OKLCHoklch(0.857 0.081 209.7)
Decimal9428973
Display P3color(display-p3 0.561 0.875 0.929)

Copy-ready code

/* CSS */
color: #8fdfed;
background-color: #8fdfed;
/* Tailwind (arbitrary) */
class="text-[#8fdfed] bg-[#8fdfed]"
/* SCSS */
$brand: #8fdfed;
/* SwiftUI */
Color(red: 0.561, green: 0.875, blue: 0.929)
/* Android */
Color.parseColor("#8fdfed")
/* Flutter */
Color(0xFF8FDFED)
/* Python / OpenCV (BGR) */
(237, 223, 143)

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

Accessibility — WCAG contrast

Aa
#8fdfed on white: 1.51:1
AA ✗ fail · AA-large · AAA
Aa
#8fdfed on black: 13.95:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #D2D9EE
deuteranopia · #C3CDED
tritanopia · #67E6E3

Color scale — 50 to 950

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

#F3FAFC
#E7F6F8
#C9EDF3
#8fdfed
#6ED6E8
#3EC8E0
#22B9D3
#1C9AB0
#177B8D
#145A66
#0D3840
Base = 300Lightest = 50 · #F3FAFCDarkest = 950 · #0D3840
:root {
  --brand-50: #F3FAFC;
  --brand-100: #E7F6F8;
  --brand-200: #C9EDF3;
  --brand-300: #8fdfed;
  --brand-400: #6ED6E8;
  --brand-500: #3EC8E0;
  --brand-600: #22B9D3;
  --brand-700: #1C9AB0;
  --brand-800: #177B8D;
  --brand-900: #145A66;
  --brand-950: #0D3840;
  --brand: #8fdfed;
  --brand-ink: #000000;
}

Colors that work with #8fdfed

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#F4FAFA
Tinted page background
Border#C0E6ED
Hairlines and dividers
Muted text#4B8F9B
Captions on the surface
Accent#B41827
Second voice, not a rival
Dark variant#12606E
Hover, pressed, headers
Light variant#E9F9FB
Selected rows, tints
Dark surface#142224
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 #8fdfed

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#ED9D8F
Analogous left#8FEDCC
Analogous right#8FB0ED
Split-complement 1#ED8FB0
Split-complement 2#EDCC8F
Triadic 1#ED8FDF
Triadic 2#DFED8F
Tetradic#CC8FED

RGB percentages

Red56.1%
Green87.5%
Blue92.9%

CMYK percentages

Cyan39.7%
Magenta5.9%
Yellow0.0%
Key (black)7.1%

Color previews

#8fdfed text on a black background

contrast 13.95:1

Card sample

#8fdfed text on a white background

contrast 1.51:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #8fdfed

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.

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

#8fdfed, answered

What color is #8fdfed?

#8fdfed is a light vivid cyan, closest to Powder Blue (ΔE2000 5.4). It sits at 189° on the hue wheel with 72% saturation and 75% lightness, which reads as cool.

What is the RGB value of #8fdfed?

rgb(143, 223, 237) — 143 red, 223 green and 237 blue out of 255, or 56.1% / 87.5% / 92.9% by channel.

Is #8fdfed a light or a dark color?

It is a light color. Relative luminance is 0.6473 and perceived brightness is 80%, so black text on it reaches 13.95:1.

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

Black. It scores 13.95:1 against #8fdfed, versus 1.51:1 for white — AAA at any size.

What is the complementary color of #8fdfed?

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

What colors go well with #8fdfed?

For interface work: #F4FAFA as the surface, #C0E6ED for borders, #4B8F9B for secondary text, #B41827 as an accent and #12606E for hover and pressed states. For a palette, the analogous pair #8FEDCC and #8FB0ED stays calm, while #ED9D8F is the loudest partner.

What is #8fdfed in CMYK for printing?

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

Is #8fdfed warm or cool?

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

Work with #8fdfed in the Color Lab