Skip to content

#91eee0

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

RGB
145, 238, 224
HSL
171°, 73%, 75%
CMYK
39, 0, 6, 7
Luminance
0.7255

At a glance

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

Hex
#91eee0
Hue
171°
cyan
Saturation
73%
vivid
Lightness
75%
light
Brightness
93%
HSV value
Perceived
83%
weighted brightness
Luminance
0.7255
WCAG relative
Temperature
Cool
84/100 cool
Color family
Cyan
Tone
Vivid
Best ink
Black
15.51:1
Closest name
Turquoise
ΔE2000 6.8
Where it sits
Hue171° of 360°
Saturation73%
Lightness75%
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#91eee0
RGBrgb(145, 238, 224)
HSLhsl(171, 73%, 75%)
CMYKcmyk(39%, 0%, 6%, 7%)
LABlab(88.2 -30.9 -1.9)
LCHlch(88.2 30.9 183.6)
OKLCHoklch(0.887 0.091 183.6)
Decimal9563872
Display P3color(display-p3 0.569 0.933 0.878)

Copy-ready code

/* CSS */
color: #91eee0;
background-color: #91eee0;
/* Tailwind (arbitrary) */
class="text-[#91eee0] bg-[#91eee0]"
/* SCSS */
$brand: #91eee0;
/* SwiftUI */
Color(red: 0.569, green: 0.933, blue: 0.878)
/* Android */
Color.parseColor("#91eee0")
/* Flutter */
Color(0xFF91EEE0)
/* Python / OpenCV (BGR) */
(224, 238, 145)

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

Accessibility — WCAG contrast

Aa
#91eee0 on white: 1.35:1
AA ✗ fail · AA-large · AAA
Aa
#91eee0 on black: 15.51:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #E6E4E0
deuteranopia · #D6D8E1
tritanopia · #6EF1EA

Color scale — 50 to 950

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

#F3FCFA
#E7F8F6
#C8F3ED
#91eee0
#6DE8D6
#3DE1C8
#21D4B9
#1BB19A
#168D7B
#14665A
#0C4038
Base = 300Lightest = 50 · #F3FCFADarkest = 950 · #0C4038
:root {
  --brand-50: #F3FCFA;
  --brand-100: #E7F8F6;
  --brand-200: #C8F3ED;
  --brand-300: #91eee0;
  --brand-400: #6DE8D6;
  --brand-500: #3DE1C8;
  --brand-600: #21D4B9;
  --brand-700: #1BB19A;
  --brand-800: #168D7B;
  --brand-900: #14665A;
  --brand-950: #0C4038;
  --brand: #91eee0;
  --brand-ink: #000000;
}

Colors that work with #91eee0

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#F4FAF9
Tinted page background
Border#C0EDE6
Hairlines and dividers
Muted text#4B9B8F
Captions on the surface
Accent#B61657
Second voice, not a rival
Dark variant#116E60
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 #91eee0

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#EE919F
Analogous left#91EEB2
Analogous right#91CDEE
Split-complement 1#EE91CD
Split-complement 2#EEB291
Triadic 1#E091EE
Triadic 2#EEE091
Tetradic#B291EE

RGB percentages

Red56.9%
Green93.3%
Blue87.8%

CMYK percentages

Cyan39.1%
Magenta0.0%
Yellow5.9%
Key (black)6.7%

Color previews

#91eee0 text on a black background

contrast 15.51:1

Card sample

#91eee0 text on a white background

contrast 1.35:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

color: #91eee0;
Background color
Panel with #91eee0 background
background-color: #91eee0;
Text shadow — hex

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(145, 238, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 238, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #91eee0;
background: linear-gradient(135deg, #91eee0, #91BEEE);

Monochromatic scale

Palettes built from #91eee0

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.

#91eee0 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.

#91eee0, answered

What color is #91eee0?

#91eee0 is a light vivid cyan, closest to Turquoise (ΔE2000 6.8). It sits at 171° on the hue wheel with 73% saturation and 75% lightness, which reads as cool.

What is the RGB value of #91eee0?

rgb(145, 238, 224) — 145 red, 238 green and 224 blue out of 255, or 56.9% / 93.3% / 87.8% by channel.

Is #91eee0 a light or a dark color?

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

Should I use black or white text on #91eee0?

Black. It scores 15.51:1 against #91eee0, versus 1.35:1 for white — AAA at any size.

What is the complementary color of #91eee0?

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

What colors go well with #91eee0?

For interface work: #F4FAF9 as the surface, #C0EDE6 for borders, #4B9B8F for secondary text, #B61657 as an accent and #116E60 for hover and pressed states. For a palette, the analogous pair #91EEB2 and #91CDEE stays calm, while #EE919F is the loudest partner.

What is #91eee0 in CMYK for printing?

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

Is #91eee0 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 #91EEBE; nudged cooler, #90DBEF.

Work with #91eee0 in the Color Lab