Skip to content

#4df2b0

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

RGB
77, 242, 176
HSL
156°, 86%, 63%
CMYK
68, 0, 27, 5
Luminance
0.6822

At a glance

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

Hex
#4df2b0
Hue
156°
green
Saturation
86%
electric
Lightness
63%
balanced
Brightness
95%
HSV value
Perceived
78%
weighted brightness
Luminance
0.6822
WCAG relative
Temperature
Cool
78/100 cool
Color family
Green
Tone
Electric
Best ink
Black
14.64:1
Closest name
Medium Spring Green
ΔE2000 5.1
Where it sits
Hue156° of 360°
Saturation86%
Lightness63%
Temperature
Warm ← → Cool78% 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#4df2b0
RGBrgb(77, 242, 176)
HSLhsl(156, 86%, 63%)
CMYKcmyk(68%, 0%, 27%, 5%)
LABlab(86.1 -57.4 19.7)
LCHlch(86.1 60.7 161.0)
OKLCHoklch(0.860 0.165 162.3)
Decimal5108400
Display P3color(display-p3 0.302 0.949 0.690)

Copy-ready code

/* CSS */
color: #4df2b0;
background-color: #4df2b0;
/* Tailwind (arbitrary) */
class="text-[#4df2b0] bg-[#4df2b0]"
/* SCSS */
$brand: #4df2b0;
/* SwiftUI */
Color(red: 0.302, green: 0.949, blue: 0.690)
/* Android */
Color.parseColor("#4df2b0")
/* Flutter */
Color(0xFF4DF2B0)
/* Python / OpenCV (BGR) */
(176, 242, 77)

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

Accessibility — WCAG contrast

Aa
#4df2b0 on white: 1.43:1
AA ✗ fail · AA-large · AAA
Aa
#4df2b0 on black: 14.64:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #EEE1AC
deuteranopia · #D9D1B4
tritanopia · #00F2E0

Color scale — 50 to 950

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

#F2FDF8
#E5FAF2
#C5F7E3
#96F7D1
#4df2b0
#2EF0A2
#11E490
#0EBE78
#0B9860
#0D6E47
#08452C
Base = 400Lightest = 50 · #F2FDF8Darkest = 950 · #08452C
:root {
  --brand-50: #F2FDF8;
  --brand-100: #E5FAF2;
  --brand-200: #C5F7E3;
  --brand-300: #96F7D1;
  --brand-400: #4df2b0;
  --brand-500: #2EF0A2;
  --brand-600: #11E490;
  --brand-700: #0EBE78;
  --brand-800: #0B9860;
  --brand-900: #0D6E47;
  --brand-950: #08452C;
  --brand: #4df2b0;
  --brand-ink: #000000;
}

Colors that work with #4df2b0

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#F4FAF8
Tinted page background
Border#C0EDDB
Hairlines and dividers
Muted text#4B9B7B
Captions on the surface
Accent#F649B9
Second voice, not a rival
Dark variant#09774B
Hover, pressed, headers
Light variant#E7FDF4
Selected rows, tints
Dark surface#14241E
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 #4df2b0

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
  • 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
  • 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#F24D8F
Analogous left#4DF25D
Analogous right#4DE1F2
Split-complement 1#F24DE1
Split-complement 2#F25D4D
Triadic 1#B04DF2
Triadic 2#F2B04D
Tetradic#5D4DF2

RGB percentages

Red30.2%
Green94.9%
Blue69.0%

CMYK percentages

Cyan68.2%
Magenta0.0%
Yellow27.3%
Key (black)5.1%

Color previews

#4df2b0 text on a black background

contrast 14.64:1

Card sample

#4df2b0 text on a white background

contrast 1.43:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

color: #4df2b0;
Background color
Panel with #4df2b0 background
background-color: #4df2b0;
Text shadow — hex

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(77, 242, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(77, 242, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4df2b0;
background: linear-gradient(135deg, #4df2b0, #4DC6F2);

Monochromatic scale

Palettes built from #4df2b0

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.

#4df2b0 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
ButtonsLinksFocus statesCharts
Print note

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

#4df2b0, answered

What color is #4df2b0?

#4df2b0 is a balanced electric green, closest to Medium Spring Green (ΔE2000 5.1). It sits at 156° on the hue wheel with 86% saturation and 63% lightness, which reads as cool.

What is the RGB value of #4df2b0?

rgb(77, 242, 176) — 77 red, 242 green and 176 blue out of 255, or 30.2% / 94.9% / 69% by channel.

Is #4df2b0 a light or a dark color?

It is a light color. Relative luminance is 0.6822 and perceived brightness is 78%, so black text on it reaches 14.64:1.

Should I use black or white text on #4df2b0?

Black. It scores 14.64:1 against #4df2b0, versus 1.43:1 for white — AAA at any size.

What is the complementary color of #4df2b0?

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

What colors go well with #4df2b0?

For interface work: #F4FAF8 as the surface, #C0EDDB for borders, #4B9B7B for secondary text, #F649B9 as an accent and #09774B for hover and pressed states. For a palette, the analogous pair #4DF25D and #4DE1F2 stays calm, while #F24D8F is the loudest partner.

What is #4df2b0 in CMYK for printing?

cmyk(68%, 0%, 27%, 5%). 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 #4df2b0 warm or cool?

Cool — it scores 78 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #4DF273; nudged cooler, #4BF4EE.

Work with #4df2b0 in the Color Lab