Skip to content

#2abb8a

a dark, vivid green · cool · closest name: Medium Sea Green

RGB
42, 187, 138
HSL
160°, 63%, 45%
CMYK
78, 0, 26, 27
Luminance
0.3787

At a glance

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

Hex
#2abb8a
Hue
160°
green
Saturation
63%
vivid
Lightness
45%
dark
Brightness
73%
HSV value
Perceived
60%
weighted brightness
Luminance
0.3787
WCAG relative
Temperature
Cool
79/100 cool
Color family
Green
Tone
Vivid
Best ink
Black
8.57:1
Closest name
Medium Sea Green
ΔE2000 5.2
Where it sits
Hue160° of 360°
Saturation63%
Lightness45%
Temperature
Warm ← → Cool79% 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#2abb8a
RGBrgb(42, 187, 138)
HSLhsl(160, 63%, 45%)
CMYKcmyk(78%, 0%, 26%, 27%)
LABlab(67.9 -48.8 14.4)
LCHlch(67.9 50.8 163.6)
OKLCHoklch(0.706 0.139 164.7)
Decimal2800522
Display P3color(display-p3 0.165 0.733 0.541)

Copy-ready code

/* CSS */
color: #2abb8a;
background-color: #2abb8a;
/* Tailwind (arbitrary) */
class="text-[#2abb8a] bg-[#2abb8a]"
/* SCSS */
$brand: #2abb8a;
/* SwiftUI */
Color(red: 0.165, green: 0.733, blue: 0.541)
/* Android */
Color.parseColor("#2abb8a")
/* Flutter */
Color(0xFF2ABB8A)
/* Python / OpenCV (BGR) */
(138, 187, 42)

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

Accessibility — WCAG contrast

Aa
#2abb8a on white: 2.45:1
AA ✗ fail · AA-large · AAA
Aa
#2abb8a on black: 8.57:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #B7AD87
deuteranopia · #A5A08D
tritanopia · #00BBAE

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #2abb8a is pinned to step 600; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.

#F4FBF9
#E8F7F2
#CBF0E4
#A3EAD2
#76E0BC
#48D6A6
#2abb8a
#25A77B
#1E8562
#1A6149
#103D2D
Base = 600Lightest = 50 · #F4FBF9Darkest = 950 · #103D2D
:root {
  --brand-50: #F4FBF9;
  --brand-100: #E8F7F2;
  --brand-200: #CBF0E4;
  --brand-300: #A3EAD2;
  --brand-400: #76E0BC;
  --brand-500: #48D6A6;
  --brand-600: #2abb8a;
  --brand-700: #25A77B;
  --brand-800: #1E8562;
  --brand-900: #1A6149;
  --brand-950: #103D2D;
  --brand: #2abb8a;
  --brand-ink: #000000;
}

Colors that work with #2abb8a

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#C0EDDD
Hairlines and dividers
Muted text#4B9B80
Captions on the surface
Accent#C02580
Second voice, not a rival
Dark variant#17684D
Hover, pressed, headers
Light variant#EAFAF5
Selected rows, tints
Dark surface#14241F
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 #2abb8a

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
  • Headers, footers and dark-mode surfaces
  • 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
  • Black 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#BB2A5B
Analogous left#2ABB41
Analogous right#2AA4BB
Split-complement 1#BB2AA4
Split-complement 2#BB412A
Triadic 1#8A2ABB
Triadic 2#BB8A2A
Tetradic#412ABB

RGB percentages

Red16.5%
Green73.3%
Blue54.1%

CMYK percentages

Cyan77.5%
Magenta0.0%
Yellow26.2%
Key (black)26.7%

Color previews

#2abb8a text on a black background

contrast 8.57:1

Card sample

#2abb8a text on a white background

contrast 2.45:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

color: #2abb8a;
Background color
Panel with #2abb8a background
background-color: #2abb8a;
Text shadow — hex

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(42, 187, 138, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 187, 138, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2abb8a;
background: linear-gradient(135deg, #2abb8a, #2A8BBB);

Monochromatic scale

Palettes built from #2abb8a

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.

#2abb8a 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

Converts to four-color process without much drama. Proof it anyway.

#2abb8a, answered

What color is #2abb8a?

#2abb8a is a dark vivid green, closest to Medium Sea Green (ΔE2000 5.2). It sits at 160° on the hue wheel with 63% saturation and 45% lightness, which reads as cool.

What is the RGB value of #2abb8a?

rgb(42, 187, 138) — 42 red, 187 green and 138 blue out of 255, or 16.5% / 73.3% / 54.1% by channel.

Is #2abb8a a light or a dark color?

It is a mid-tone. Relative luminance is 0.3787 and perceived brightness is 60%, so black text on it reaches 8.57:1.

Should I use black or white text on #2abb8a?

Black. It scores 8.57:1 against #2abb8a, versus 2.45:1 for white — AAA at any size.

What is the complementary color of #2abb8a?

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

What colors go well with #2abb8a?

For interface work: #F4FAF8 as the surface, #C0EDDD for borders, #4B9B80 for secondary text, #C02580 as an accent and #17684D for hover and pressed states. For a palette, the analogous pair #2ABB41 and #2AA4BB stays calm, while #BB2A5B is the loudest partner.

What is #2abb8a in CMYK for printing?

cmyk(78%, 0%, 26%, 27%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.

Is #2abb8a warm or cool?

Cool — it scores 79 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #2ABB55; nudged cooler, #28B9BD.

Work with #2abb8a in the Color Lab