Skip to content

#8ef1c3

a light, electric green · cool · closest name: Aqua Marine

RGB
142, 241, 195
HSL
152°, 78%, 75%
CMYK
41, 0, 19, 6
Luminance
0.7260

At a glance

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

Hex
#8ef1c3
Hue
152°
green
Saturation
78%
electric
Lightness
75%
light
Brightness
95%
HSV value
Perceived
83%
weighted brightness
Luminance
0.7260
WCAG relative
Temperature
Cool
76/100 cool
Color family
Green
Tone
Electric
Best ink
Black
15.52:1
Closest name
Aqua Marine
ΔE2000 4.1
Where it sits
Hue152° of 360°
Saturation78%
Lightness75%
Temperature
Warm ← → Cool76% 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#8ef1c3
RGBrgb(142, 241, 195)
HSLhsl(152, 78%, 75%)
CMYKcmyk(41%, 0%, 19%, 6%)
LABlab(88.3 -39.2 13.2)
LCHlch(88.3 41.4 161.4)
OKLCHoklch(0.885 0.114 162.7)
Decimal9368003
Display P3color(display-p3 0.557 0.945 0.765)

Copy-ready code

/* CSS */
color: #8ef1c3;
background-color: #8ef1c3;
/* Tailwind (arbitrary) */
class="text-[#8ef1c3] bg-[#8ef1c3]"
/* SCSS */
$brand: #8ef1c3;
/* SwiftUI */
Color(red: 0.557, green: 0.945, blue: 0.765)
/* Android */
Color.parseColor("#8ef1c3")
/* Flutter */
Color(0xFF8EF1C3)
/* Python / OpenCV (BGR) */
(195, 241, 142)

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

Accessibility — WCAG contrast

Aa
#8ef1c3 on white: 1.35:1
AA ✗ fail · AA-large · AAA
Aa
#8ef1c3 on black: 15.52:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #EEE4C1
deuteranopia · #DED9C6
tritanopia · #74F1E4

Color scale — 50 to 950

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

#F3FCF8
#E6F9F0
#C7F5DF
#8ef1c3
#69ECAF
#37E695
#1BDA81
#16B66C
#129156
#116940
#0B4228
Base = 300Lightest = 50 · #F3FCF8Darkest = 950 · #0B4228
:root {
  --brand-50: #F3FCF8;
  --brand-100: #E6F9F0;
  --brand-200: #C7F5DF;
  --brand-300: #8ef1c3;
  --brand-400: #69ECAF;
  --brand-500: #37E695;
  --brand-600: #1BDA81;
  --brand-700: #16B66C;
  --brand-800: #129156;
  --brand-900: #116940;
  --brand-950: #0B4228;
  --brand: #8ef1c3;
  --brand-ink: #000000;
}

Colors that work with #8ef1c3

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#C0EDD8
Hairlines and dividers
Muted text#4B9B76
Captions on the surface
Accent#BA128A
Second voice, not a rival
Dark variant#0E7143
Hover, pressed, headers
Light variant#E8FCF3
Selected rows, tints
Dark surface#14241D
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 #8ef1c3

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#F18EBC
Analogous left#8EF191
Analogous right#8EEEF1
Split-complement 1#F18EEE
Split-complement 2#F1918E
Triadic 1#C38EF1
Triadic 2#F1C38E
Tetradic#918EF1

RGB percentages

Red55.7%
Green94.5%
Blue76.5%

CMYK percentages

Cyan41.1%
Magenta0.0%
Yellow19.1%
Key (black)5.5%

Color previews

#8ef1c3 text on a black background

contrast 15.52:1

Card sample

#8ef1c3 text on a white background

contrast 1.35:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

color: #8ef1c3;
Background color
Panel with #8ef1c3 background
background-color: #8ef1c3;
Text shadow — hex

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(142, 241, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 241, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ef1c3;
background: linear-gradient(135deg, #8ef1c3, #8EDDF1);

Monochromatic scale

Palettes built from #8ef1c3

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.

#8ef1c3 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.

#8ef1c3, answered

What color is #8ef1c3?

#8ef1c3 is a light electric green, closest to Aqua Marine (ΔE2000 4.1). It sits at 152° on the hue wheel with 78% saturation and 75% lightness, which reads as cool.

What is the RGB value of #8ef1c3?

rgb(142, 241, 195) — 142 red, 241 green and 195 blue out of 255, or 55.7% / 94.5% / 76.5% by channel.

Is #8ef1c3 a light or a dark color?

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

Should I use black or white text on #8ef1c3?

Black. It scores 15.52:1 against #8ef1c3, versus 1.35:1 for white — AAA at any size.

What is the complementary color of #8ef1c3?

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

What colors go well with #8ef1c3?

For interface work: #F4FAF8 as the surface, #C0EDD8 for borders, #4B9B76 for secondary text, #BA128A as an accent and #0E7143 for hover and pressed states. For a palette, the analogous pair #8EF191 and #8EEEF1 stays calm, while #F18EBC is the loudest partner.

What is #8ef1c3 in CMYK for printing?

cmyk(41%, 0%, 19%, 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 #8ef1c3 warm or cool?

Cool — it scores 76 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #8EF19F; nudged cooler, #8DF2E8.

Work with #8ef1c3 in the Color Lab