Skip to content

#86eee1

a light, electric cyan · cool · closest name: Turquoise

RGB
134, 238, 225
HSL
173°, 75%, 73%
CMYK
44, 0, 6, 7
Luminance
0.7165

At a glance

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

Hex
#86eee1
Hue
173°
cyan
Saturation
75%
electric
Lightness
73%
light
Brightness
93%
HSV value
Perceived
83%
weighted brightness
Luminance
0.7165
WCAG relative
Temperature
Cool
84/100 cool
Color family
Cyan
Tone
Electric
Best ink
Black
15.33:1
Closest name
Turquoise
ΔE2000 5.8
Where it sits
Hue173° of 360°
Saturation75%
Lightness73%
Temperature
Warm ← → Cool84% 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#86eee1
RGBrgb(134, 238, 225)
HSLhsl(173, 75%, 73%)
CMYKcmyk(44%, 0%, 6%, 7%)
LABlab(87.8 -33.3 -3.1)
LCHlch(87.8 33.5 185.4)
OKLCHoklch(0.882 0.099 185.2)
Decimal8842977
Display P3color(display-p3 0.525 0.933 0.882)

Copy-ready code

/* CSS */
color: #86eee1;
background-color: #86eee1;
/* Tailwind (arbitrary) */
class="text-[#86eee1] bg-[#86eee1]"
/* SCSS */
$brand: #86eee1;
/* SwiftUI */
Color(red: 0.525, green: 0.933, blue: 0.882)
/* Android */
Color.parseColor("#86eee1")
/* Flutter */
Color(0xFF86EEE1)
/* Python / OpenCV (BGR) */
(225, 238, 134)

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

Accessibility — WCAG contrast

Aa
#86eee1 on white: 1.37:1
AA ✗ fail · AA-large · AAA
Aa
#86eee1 on black: 15.33:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #E5E4E1
deuteranopia · #D3D7E2
tritanopia · #59F2EA

Color scale — 50 to 950

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

#F3FCFB
#E7F9F6
#C8F4EE
#86eee1
#6BEADA
#3AE3CE
#1ED7C0
#19B3A0
#148F80
#13685D
#0C413A
Base = 300Lightest = 50 · #F3FCFBDarkest = 950 · #0C413A
:root {
  --brand-50: #F3FCFB;
  --brand-100: #E7F9F6;
  --brand-200: #C8F4EE;
  --brand-300: #86eee1;
  --brand-400: #6BEADA;
  --brand-500: #3AE3CE;
  --brand-600: #1ED7C0;
  --brand-700: #19B3A0;
  --brand-800: #148F80;
  --brand-900: #13685D;
  --brand-950: #0C413A;
  --brand: #86eee1;
  --brand-ink: #000000;
}

Colors that work with #86eee1

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#C0EDE7
Hairlines and dividers
Muted text#4B9B91
Captions on the surface
Accent#B71551
Second voice, not a rival
Dark variant#107064
Hover, pressed, headers
Light variant#E9FCF9
Selected rows, tints
Dark surface#142422
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 #86eee1

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#EE8693
Analogous left#86EEAD
Analogous right#86C7EE
Split-complement 1#EE86C7
Split-complement 2#EEAD86
Triadic 1#E186EE
Triadic 2#EEE186
Tetradic#AD86EE

RGB percentages

Red52.5%
Green93.3%
Blue88.2%

CMYK percentages

Cyan43.7%
Magenta0.0%
Yellow5.5%
Key (black)6.7%

Color previews

#86eee1 text on a black background

contrast 15.33:1

Card sample

#86eee1 text on a white background

contrast 1.37:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

color: #86eee1;
Background color
Panel with #86eee1 background
background-color: #86eee1;
Text shadow — hex

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(134, 238, 225, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 238, 225, 0.45);
Border & gradient
Gradient panel
border: 3px solid #86eee1;
background: linear-gradient(135deg, #86eee1, #86B6EE);

Monochromatic scale

Palettes built from #86eee1

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.

#86eee1 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.

#86eee1, answered

What color is #86eee1?

#86eee1 is a light electric cyan, closest to Turquoise (ΔE2000 5.8). It sits at 173° on the hue wheel with 75% saturation and 73% lightness, which reads as cool.

What is the RGB value of #86eee1?

rgb(134, 238, 225) — 134 red, 238 green and 225 blue out of 255, or 52.5% / 93.3% / 88.2% by channel.

Is #86eee1 a light or a dark color?

It is a light color. Relative luminance is 0.7165 and perceived brightness is 83%, so black text on it reaches 15.33:1.

Should I use black or white text on #86eee1?

Black. It scores 15.33:1 against #86eee1, versus 1.37:1 for white — AAA at any size.

What is the complementary color of #86eee1?

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

What colors go well with #86eee1?

For interface work: #F4FAFA as the surface, #C0EDE7 for borders, #4B9B91 for secondary text, #B71551 as an accent and #107064 for hover and pressed states. For a palette, the analogous pair #86EEAD and #86C7EE stays calm, while #EE8693 is the loudest partner.

What is #86eee1 in CMYK for printing?

cmyk(44%, 0%, 6%, 7%). 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 #86eee1 warm or cool?

Cool — it scores 84 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #86EEBB; nudged cooler, #84D6EF.

Work with #86eee1 in the Color Lab