Skip to content

#8df3b8

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

RGB
141, 243, 184
HSL
145°, 81%, 75%
CMYK
42, 0, 24, 5
Luminance
0.7322

At a glance

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

Hex
#8df3b8
Hue
145°
green
Saturation
81%
electric
Lightness
75%
light
Brightness
95%
HSV value
Perceived
83%
weighted brightness
Luminance
0.7322
WCAG relative
Temperature
Cool
73/100 cool
Color family
Green
Tone
Electric
Best ink
Black
15.64:1
Closest name
Aqua Marine
ΔE2000 5.8
Where it sits
Hue145° of 360°
Saturation81%
Lightness75%
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#8df3b8
RGBrgb(141, 243, 184)
HSLhsl(145, 81%, 75%)
CMYKcmyk(42%, 0%, 24%, 5%)
LABlab(88.5 -42.5 19.3)
LCHlch(88.5 46.7 155.6)
OKLCHoklch(0.886 0.127 157.1)
Decimal9302968
Display P3color(display-p3 0.553 0.953 0.722)

Copy-ready code

/* CSS */
color: #8df3b8;
background-color: #8df3b8;
/* Tailwind (arbitrary) */
class="text-[#8df3b8] bg-[#8df3b8]"
/* SCSS */
$brand: #8df3b8;
/* SwiftUI */
Color(red: 0.553, green: 0.953, blue: 0.722)
/* Android */
Color.parseColor("#8df3b8")
/* Flutter */
Color(0xFF8DF3B8)
/* Python / OpenCV (BGR) */
(184, 243, 141)

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

Accessibility — WCAG contrast

Aa
#8df3b8 on white: 1.34:1
AA ✗ fail · AA-large · AAA
Aa
#8df3b8 on black: 15.64:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #F2E5B5
deuteranopia · #E2DABB
tritanopia · #76F2E3

Color scale — 50 to 950

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

#F3FCF7
#E6F9EE
#C6F5DA
#8df3b8
#67EFA0
#34EA81
#17DE6B
#13B959
#109447
#106B36
#0A4322
Base = 300Lightest = 50 · #F3FCF7Darkest = 950 · #0A4322
:root {
  --brand-50: #F3FCF7;
  --brand-100: #E6F9EE;
  --brand-200: #C6F5DA;
  --brand-300: #8df3b8;
  --brand-400: #67EFA0;
  --brand-500: #34EA81;
  --brand-600: #17DE6B;
  --brand-700: #13B959;
  --brand-800: #109447;
  --brand-900: #106B36;
  --brand-950: #0A4322;
  --brand: #8df3b8;
  --brand-ink: #000000;
}

Colors that work with #8df3b8

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#4B9B6C
Captions on the surface
Accent#BD0F9F
Second voice, not a rival
Dark variant#0C7338
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 #8df3b8

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#F38DC8
Analogous left#95F38D
Analogous right#8DF3EB
Split-complement 1#EB8DF3
Split-complement 2#F38D95
Triadic 1#B88DF3
Triadic 2#F3B88D
Tetradic#8D95F3

RGB percentages

Red55.3%
Green95.3%
Blue72.2%

CMYK percentages

Cyan42.0%
Magenta0.0%
Yellow24.3%
Key (black)4.7%

Color previews

#8df3b8 text on a black background

contrast 15.64:1

Card sample

#8df3b8 text on a white background

contrast 1.34:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(141, 243, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(141, 243, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8df3b8;
background: linear-gradient(135deg, #8df3b8, #8DEAF3);

Monochromatic scale

Palettes built from #8df3b8

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.

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

#8df3b8, answered

What color is #8df3b8?

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

What is the RGB value of #8df3b8?

rgb(141, 243, 184) — 141 red, 243 green and 184 blue out of 255, or 55.3% / 95.3% / 72.2% by channel.

Is #8df3b8 a light or a dark color?

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

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

Black. It scores 15.64:1 against #8df3b8, versus 1.34:1 for white — AAA at any size.

What is the complementary color of #8df3b8?

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

What colors go well with #8df3b8?

For interface work: #F4FAF7 as the surface, #C0EDD3 for borders, #4B9B6C for secondary text, #BD0F9F as an accent and #0C7338 for hover and pressed states. For a palette, the analogous pair #95F38D and #8DF3EB stays calm, while #F38DC8 is the loudest partner.

What is #8df3b8 in CMYK for printing?

cmyk(42%, 0%, 24%, 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 #8df3b8 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 #8DF393; nudged cooler, #8CF4DE.

Work with #8df3b8 in the Color Lab