Skip to content

#5fdff5

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

RGB
95, 223, 245
HSL
189°, 88%, 67%
CMYK
61, 9, 0, 4
Luminance
0.6180

At a glance

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

Hex
#5fdff5
Hue
189°
cyan
Saturation
88%
electric
Lightness
67%
light
Brightness
96%
HSV value
Perceived
77%
weighted brightness
Luminance
0.6180
WCAG relative
Temperature
Cool
91/100 cool
Color family
Cyan
Tone
Electric
Best ink
Black
13.36:1
Closest name
Sky Blue
ΔE2000 7.8
Where it sits
Hue189° of 360°
Saturation88%
Lightness67%
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#5fdff5
RGBrgb(95, 223, 245)
HSLhsl(189, 88%, 67%)
CMYKcmyk(61%, 9%, 0%, 4%)
LABlab(82.8 -28.9 -21.3)
LCHlch(82.8 35.9 216.4)
OKLCHoklch(0.841 0.116 210.7)
Decimal6283253
Display P3color(display-p3 0.373 0.875 0.961)

Copy-ready code

/* CSS */
color: #5fdff5;
background-color: #5fdff5;
/* Tailwind (arbitrary) */
class="text-[#5fdff5] bg-[#5fdff5]"
/* SCSS */
$brand: #5fdff5;
/* SwiftUI */
Color(red: 0.373, green: 0.875, blue: 0.961)
/* Android */
Color.parseColor("#5fdff5")
/* Flutter */
Color(0xFF5FDFF5)
/* Python / OpenCV (BGR) */
(245, 223, 95)

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

Accessibility — WCAG contrast

Aa
#5fdff5 on white: 1.57:1
AA ✗ fail · AA-large · AAA
Aa
#5fdff5 on black: 13.36:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #CCD8F6
deuteranopia · #B6C7F5
tritanopia · #00E9E6

Color scale — 50 to 950

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

#F2FBFD
#E5F7FA
#C4F0F8
#95EAF8
#5fdff5
#2CD5F2
#0EC7E6
#0CA6C0
#0A849A
#0C606F
#073C45
Base = 400Lightest = 50 · #F2FBFDDarkest = 950 · #073C45
:root {
  --brand-50: #F2FBFD;
  --brand-100: #E5F7FA;
  --brand-200: #C4F0F8;
  --brand-300: #95EAF8;
  --brand-400: #5fdff5;
  --brand-500: #2CD5F2;
  --brand-600: #0EC7E6;
  --brand-700: #0CA6C0;
  --brand-800: #0A849A;
  --brand-900: #0C606F;
  --brand-950: #073C45;
  --brand: #5fdff5;
  --brand-ink: #000000;
}

Colors that work with #5fdff5

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#C4081C
Second voice, not a rival
Dark variant#086778
Hover, pressed, headers
Light variant#E7FAFD
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 #5fdff5

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#F5755F
Analogous left#5FF5C0
Analogous right#5F94F5
Split-complement 1#F55F94
Split-complement 2#F5C05F
Triadic 1#F55FDF
Triadic 2#DFF55F
Tetradic#C05FF5

RGB percentages

Red37.3%
Green87.5%
Blue96.1%

CMYK percentages

Cyan61.2%
Magenta9.0%
Yellow0.0%
Key (black)3.9%

Color previews

#5fdff5 text on a black background

contrast 13.36:1

Card sample

#5fdff5 text on a white background

contrast 1.57:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

color: #5fdff5;
Background color
Panel with #5fdff5 background
background-color: #5fdff5;
Text shadow — hex

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(95, 223, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 223, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5fdff5;
background: linear-gradient(135deg, #5fdff5, #5F7BF5);

Monochromatic scale

Palettes built from #5fdff5

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.

#5fdff5 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

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

#5fdff5, answered

What color is #5fdff5?

#5fdff5 is a light electric cyan, closest to Sky Blue (ΔE2000 7.8). It sits at 189° on the hue wheel with 88% saturation and 67% lightness, which reads as cool.

What is the RGB value of #5fdff5?

rgb(95, 223, 245) — 95 red, 223 green and 245 blue out of 255, or 37.3% / 87.5% / 96.1% by channel.

Is #5fdff5 a light or a dark color?

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

Should I use black or white text on #5fdff5?

Black. It scores 13.36:1 against #5fdff5, versus 1.57:1 for white — AAA at any size.

What is the complementary color of #5fdff5?

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

What colors go well with #5fdff5?

For interface work: #F4FAFA as the surface, #C0E6ED for borders, #4B8F9B for secondary text, #C4081C as an accent and #086778 for hover and pressed states. For a palette, the analogous pair #5FF5C0 and #5F94F5 stays calm, while #F5755F is the loudest partner.

What is #5fdff5 in CMYK for printing?

cmyk(61%, 9%, 0%, 4%). 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 #5fdff5 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 #5FF5D4; nudged cooler, #5DBFF7.

Work with #5fdff5 in the Color Lab