Skip to content

#5eee9c

a light, electric green · cool · closest name: Medium Spring Green

RGB
94, 238, 156
HSL
146°, 81%, 65%
CMYK
61, 0, 35, 7
Luminance
0.6593

At a glance

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

Hex
#5eee9c
Hue
146°
green
Saturation
81%
electric
Lightness
65%
light
Brightness
93%
HSV value
Perceived
77%
weighted brightness
Luminance
0.6593
WCAG relative
Temperature
Cool
73/100 cool
Color family
Green
Tone
Electric
Best ink
Black
14.19:1
Closest name
Medium Spring Green
ΔE2000 3.9
Where it sits
Hue146° of 360°
Saturation81%
Lightness65%
Temperature
Warm ← → Cool73% 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#5eee9c
RGBrgb(94, 238, 156)
HSLhsl(146, 81%, 65%)
CMYKcmyk(61%, 0%, 35%, 7%)
LABlab(85.0 -56.8 28.5)
LCHlch(85.0 63.5 153.4)
OKLCHoklch(0.851 0.170 155.1)
Decimal6221468
Display P3color(display-p3 0.369 0.933 0.612)

Copy-ready code

/* CSS */
color: #5eee9c;
background-color: #5eee9c;
/* Tailwind (arbitrary) */
class="text-[#5eee9c] bg-[#5eee9c]"
/* SCSS */
$brand: #5eee9c;
/* SwiftUI */
Color(red: 0.369, green: 0.933, blue: 0.612)
/* Android */
Color.parseColor("#5eee9c")
/* Flutter */
Color(0xFF5EEE9C)
/* Python / OpenCV (BGR) */
(156, 238, 94)

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

Accessibility — WCAG contrast

Aa
#5eee9c on white: 1.48:1
AA ✗ fail · AA-large · AAA
Aa
#5eee9c on black: 14.19:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #EDDC97
deuteranopia · #DACFA1
tritanopia · #21ECD9

Color scale — 50 to 950

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

#F3FCF7
#E6F9EE
#C6F5DB
#9AF4C1
#5eee9c
#34EA82
#17DD6D
#13B95A
#109448
#106B37
#0A4322
Base = 400Lightest = 50 · #F3FCF7Darkest = 950 · #0A4322
:root {
  --brand-50: #F3FCF7;
  --brand-100: #E6F9EE;
  --brand-200: #C6F5DB;
  --brand-300: #9AF4C1;
  --brand-400: #5eee9c;
  --brand-500: #34EA82;
  --brand-600: #17DD6D;
  --brand-700: #13B95A;
  --brand-800: #109448;
  --brand-900: #106B37;
  --brand-950: #0A4322;
  --brand: #5eee9c;
  --brand-ink: #000000;
}

Colors that work with #5eee9c

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#F4FAF7
Tinted page background
Border#C0EDD3
Hairlines and dividers
Muted text#4B9B6D
Captions on the surface
Accent#BD0F9D
Second voice, not a rival
Dark variant#0C7339
Hover, pressed, headers
Light variant#E8FDF1
Selected rows, tints
Dark surface#14241B
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 #5eee9c

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
  • 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#EE5EB0
Analogous left#68EE5E
Analogous right#5EEEE4
Split-complement 1#E45EEE
Split-complement 2#EE5E68
Triadic 1#9C5EEE
Triadic 2#EE9C5E
Tetradic#5E68EE

RGB percentages

Red36.9%
Green93.3%
Blue61.2%

CMYK percentages

Cyan60.5%
Magenta0.0%
Yellow34.5%
Key (black)6.7%

Color previews

#5eee9c text on a black background

contrast 14.19:1

Card sample

#5eee9c text on a white background

contrast 1.48:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(94, 238, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 238, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5eee9c;
background: linear-gradient(135deg, #5eee9c, #5EE0EE);

Monochromatic scale

Palettes built from #5eee9c

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.

#5eee9c in the real world

Where a color in this family tends to land, and the interface roles it is usually asked to play.

Industries
SustainabilityFinanceHealth and wellnessAgriculture
Common UI roles
SurfacesBadgesHighlightsEmpty states
Print note

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

#5eee9c, answered

What color is #5eee9c?

#5eee9c is a light electric green, closest to Medium Spring Green (ΔE2000 3.9). It sits at 146° on the hue wheel with 81% saturation and 65% lightness, which reads as cool.

What is the RGB value of #5eee9c?

rgb(94, 238, 156) — 94 red, 238 green and 156 blue out of 255, or 36.9% / 93.3% / 61.2% by channel.

Is #5eee9c a light or a dark color?

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

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

Black. It scores 14.19:1 against #5eee9c, versus 1.48:1 for white — AAA at any size.

What is the complementary color of #5eee9c?

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

What colors go well with #5eee9c?

For interface work: #F4FAF7 as the surface, #C0EDD3 for borders, #4B9B6D for secondary text, #BD0F9D as an accent and #0C7339 for hover and pressed states. For a palette, the analogous pair #68EE5E and #5EEEE4 stays calm, while #EE5EB0 is the loudest partner.

What is #5eee9c in CMYK for printing?

cmyk(61%, 0%, 35%, 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 #5eee9c warm or cool?

Cool — it scores 73 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #5EEE67; nudged cooler, #5CF0D2.

Work with #5eee9c in the Color Lab