Skip to content

#4eefd4

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

RGB
78, 239, 212
HSL
170°, 83%, 62%
CMYK
67, 0, 11, 6
Luminance
0.6811

At a glance

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

Hex
#4eefd4
Hue
170°
cyan
Saturation
83%
electric
Lightness
62%
balanced
Brightness
94%
HSV value
Perceived
79%
weighted brightness
Luminance
0.6811
WCAG relative
Temperature
Cool
83/100 cool
Color family
Cyan
Tone
Electric
Best ink
Black
14.62:1
Closest name
Turquoise
ΔE2000 4.6
Where it sits
Hue170° of 360°
Saturation83%
Lightness62%
Temperature
Warm ← → Cool83% 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#4eefd4
RGBrgb(78, 239, 212)
HSLhsl(170, 83%, 62%)
CMYKcmyk(67%, 0%, 11%, 6%)
LABlab(86.1 -47.7 0.9)
LCHlch(86.1 47.7 178.9)
OKLCHoklch(0.863 0.138 179.3)
Decimal5173204
Display P3color(display-p3 0.306 0.937 0.831)

Copy-ready code

/* CSS */
color: #4eefd4;
background-color: #4eefd4;
/* Tailwind (arbitrary) */
class="text-[#4eefd4] bg-[#4eefd4]"
/* SCSS */
$brand: #4eefd4;
/* SwiftUI */
Color(red: 0.306, green: 0.937, blue: 0.831)
/* Android */
Color.parseColor("#4eefd4")
/* Flutter */
Color(0xFF4EEFD4)
/* Python / OpenCV (BGR) */
(212, 239, 78)

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

Accessibility — WCAG contrast

Aa
#4eefd4 on white: 1.44:1
AA ✗ fail · AA-large · AAA
Aa
#4eefd4 on black: 14.62:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #E5E1D3
deuteranopia · #CFD0D6
tritanopia · #00F3E7

Color scale — 50 to 950

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

#F2FCFB
#E6FAF6
#C6F6EE
#98F6E6
#4eefd4
#31ECCD
#14E0BE
#11BB9E
#0E967F
#0E6C5C
#09443A
Base = 400Lightest = 50 · #F2FCFBDarkest = 950 · #09443A
:root {
  --brand-50: #F2FCFB;
  --brand-100: #E6FAF6;
  --brand-200: #C6F6EE;
  --brand-300: #98F6E6;
  --brand-400: #4eefd4;
  --brand-500: #31ECCD;
  --brand-600: #14E0BE;
  --brand-700: #11BB9E;
  --brand-800: #0E967F;
  --brand-900: #0E6C5C;
  --brand-950: #09443A;
  --brand: #4eefd4;
  --brand-ink: #000000;
}

Colors that work with #4eefd4

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#C0EDE5
Hairlines and dividers
Muted text#4B9B8D
Captions on the surface
Accent#F34A91
Second voice, not a rival
Dark variant#0B7563
Hover, pressed, headers
Light variant#E8FDF9
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 #4eefd4

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
  • 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#EF4E69
Analogous left#4EEF84
Analogous right#4EBAEF
Split-complement 1#EF4EBA
Split-complement 2#EF844E
Triadic 1#D44EEF
Triadic 2#EFD44E
Tetradic#844EEF

RGB percentages

Red30.6%
Green93.7%
Blue83.1%

CMYK percentages

Cyan67.4%
Magenta0.0%
Yellow11.3%
Key (black)6.3%

Color previews

#4eefd4 text on a black background

contrast 14.62:1

Card sample

#4eefd4 text on a white background

contrast 1.44:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(78, 239, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(78, 239, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4eefd4;
background: linear-gradient(135deg, #4eefd4, #4E9FEF);

Monochromatic scale

Palettes built from #4eefd4

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.

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

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

#4eefd4, answered

What color is #4eefd4?

#4eefd4 is a balanced electric cyan, closest to Turquoise (ΔE2000 4.6). It sits at 170° on the hue wheel with 83% saturation and 62% lightness, which reads as cool.

What is the RGB value of #4eefd4?

rgb(78, 239, 212) — 78 red, 239 green and 212 blue out of 255, or 30.6% / 93.7% / 83.1% by channel.

Is #4eefd4 a light or a dark color?

It is a light color. Relative luminance is 0.6811 and perceived brightness is 79%, so black text on it reaches 14.62:1.

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

Black. It scores 14.62:1 against #4eefd4, versus 1.44:1 for white — AAA at any size.

What is the complementary color of #4eefd4?

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

What colors go well with #4eefd4?

For interface work: #F4FAF9 as the surface, #C0EDE5 for borders, #4B9B8D for secondary text, #F34A91 as an accent and #0B7563 for hover and pressed states. For a palette, the analogous pair #4EEF84 and #4EBAEF stays calm, while #EF4E69 is the loudest partner.

What is #4eefd4 in CMYK for printing?

cmyk(67%, 0%, 11%, 6%). 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 #4eefd4 warm or cool?

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

Work with #4eefd4 in the Color Lab