Skip to content

#8fd2ee

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

RGB
143, 210, 238
HSL
198°, 74%, 75%
CMYK
40, 12, 0, 7
Luminance
0.5811

At a glance

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

Hex
#8fd2ee
Hue
198°
cyan
Saturation
74%
vivid
Lightness
75%
light
Brightness
93%
HSV value
Perceived
77%
weighted brightness
Luminance
0.5811
WCAG relative
Temperature
Cool
95/100 cool
Color family
Cyan
Tone
Vivid
Best ink
Black
12.62:1
Closest name
Sky Blue
ΔE2000 1.2
Where it sits
Hue198° of 360°
Saturation74%
Lightness75%
Temperature
Warm ← → Cool95% 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#8fd2ee
RGBrgb(143, 210, 238)
HSLhsl(198, 74%, 75%)
CMYKcmyk(40%, 12%, 0%, 7%)
LABlab(80.8 -14.1 -20.4)
LCHlch(80.8 24.8 235.3)
OKLCHoklch(0.829 0.078 226.1)
Decimal9425646
Display P3color(display-p3 0.561 0.824 0.933)

Copy-ready code

/* CSS */
color: #8fd2ee;
background-color: #8fd2ee;
/* Tailwind (arbitrary) */
class="text-[#8fd2ee] bg-[#8fd2ee]"
/* SCSS */
$brand: #8fd2ee;
/* SwiftUI */
Color(red: 0.561, green: 0.824, blue: 0.933)
/* Android */
Color.parseColor("#8fd2ee")
/* Flutter */
Color(0xFF8FD2EE)
/* Python / OpenCV (BGR) */
(238, 210, 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 #8fd2ee · 12.62:1
Use #000000AAA at every size.
Aa
White text · 1.66:1
AA fail · AA large fail · AAA fail
Aa
Black text · 12.62:1 · recommended
AA pass · AA large pass · AAA pass
Reading the other direction: #8fd2ee as text scores 1.66:1 on white and 12.62:1 on black.

Accessibility — WCAG contrast

Aa
#8fd2ee on white: 1.66:1
AA ✗ fail · AA-large · AAA
Aa
#8fd2ee on black: 12.62:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #C3CFF0
deuteranopia · #B5C4EE
tritanopia · #69DADB

Color scale — 50 to 950

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

#F3F9FC
#E7F3F8
#C8E7F3
#8fd2ee
#6DC4E9
#3CB1E1
#209FD4
#1B85B1
#166A8E
#144E67
#0C3140
Base = 300Lightest = 50 · #F3F9FCDarkest = 950 · #0C3140
:root {
  --brand-50: #F3F9FC;
  --brand-100: #E7F3F8;
  --brand-200: #C8E7F3;
  --brand-300: #8fd2ee;
  --brand-400: #6DC4E9;
  --brand-500: #3CB1E1;
  --brand-600: #209FD4;
  --brand-700: #1B85B1;
  --brand-800: #166A8E;
  --brand-900: #144E67;
  --brand-950: #0C3140;
  --brand: #8fd2ee;
  --brand-ink: #000000;
}

Colors that work with #8fd2ee

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#C0DFED
Hairlines and dividers
Muted text#4B839B
Captions on the surface
Accent#B61E16
Second voice, not a rival
Dark variant#11536F
Hover, pressed, headers
Light variant#E9F6FC
Selected rows, tints
Dark surface#142024
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 #8fd2ee

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#EEAB8F
Analogous left#8FEEDA
Analogous right#8FA2EE
Split-complement 1#EE8FA2
Split-complement 2#EEDA8F
Triadic 1#EE8FD2
Triadic 2#D2EE8F
Tetradic#DA8FEE

RGB percentages

Red56.1%
Green82.4%
Blue93.3%

CMYK percentages

Cyan39.9%
Magenta11.8%
Yellow0.0%
Key (black)6.7%

Color previews

#8fd2ee text on a black background

contrast 12.62:1

Card sample

#8fd2ee text on a white background

contrast 1.66:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #8fd2ee

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.

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

#8fd2ee, answered

What color is #8fd2ee?

#8fd2ee is a light vivid cyan, closest to Sky Blue (ΔE2000 1.2). It sits at 198° on the hue wheel with 74% saturation and 75% lightness, which reads as cool.

What is the RGB value of #8fd2ee?

rgb(143, 210, 238) — 143 red, 210 green and 238 blue out of 255, or 56.1% / 82.4% / 93.3% by channel.

Is #8fd2ee a light or a dark color?

It is a light color. Relative luminance is 0.5811 and perceived brightness is 77%, so black text on it reaches 12.62:1.

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

Black. It scores 12.62:1 against #8fd2ee, versus 1.66:1 for white — AAA at any size.

What is the complementary color of #8fd2ee?

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

What colors go well with #8fd2ee?

For interface work: #F4F9FA as the surface, #C0DFED for borders, #4B839B for secondary text, #B61E16 as an accent and #11536F for hover and pressed states. For a palette, the analogous pair #8FEEDA and #8FA2EE stays calm, while #EEAB8F is the loudest partner.

What is #8fd2ee in CMYK for printing?

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

Is #8fd2ee warm or cool?

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

Work with #8fd2ee in the Color Lab