Skip to content

#2bdba2

a balanced, vivid cyan · cool · closest name: Medium Aqua Marine

RGB
43, 219, 162
HSL
161°, 71%, 51%
CMYK
80, 0, 26, 14
Luminance
0.5379

At a glance

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

Hex
#2bdba2
Hue
161°
cyan
Saturation
71%
vivid
Lightness
51%
balanced
Brightness
86%
HSV value
Perceived
70%
weighted brightness
Luminance
0.5379
WCAG relative
Temperature
Cool
79/100 cool
Color family
Cyan
Tone
Vivid
Best ink
Black
11.76:1
Closest name
Medium Aqua Marine
ΔE2000 6.4
Where it sits
Hue161° of 360°
Saturation71%
Lightness51%
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#2bdba2
RGBrgb(43, 219, 162)
HSLhsl(161, 71%, 51%)
CMYKcmyk(80%, 0%, 26%, 14%)
LABlab(78.3 -55.7 16.1)
LCHlch(78.3 58.0 163.9)
OKLCHoklch(0.794 0.158 165.0)
Decimal2874274
Display P3color(display-p3 0.169 0.859 0.635)

Copy-ready code

/* CSS */
color: #2bdba2;
background-color: #2bdba2;
/* Tailwind (arbitrary) */
class="text-[#2bdba2] bg-[#2bdba2]"
/* SCSS */
$brand: #2bdba2;
/* SwiftUI */
Color(red: 0.169, green: 0.859, blue: 0.635)
/* Android */
Color.parseColor("#2bdba2")
/* Flutter */
Color(0xFF2BDBA2)
/* Python / OpenCV (BGR) */
(162, 219, 43)

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

Accessibility — WCAG contrast

Aa
#2bdba2 on white: 1.79:1
AA ✗ fail · AA-large · AAA
Aa
#2bdba2 on black: 11.76:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #D6CB9F
deuteranopia · #C1BCA6
tritanopia · #00DBCB

Color scale — 50 to 950

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

#F3FCF9
#E7F8F3
#C9F3E5
#9FEFD5
#6FE7C0
#3FDEAB
#2bdba2
#1EAE80
#188C66
#15654B
#0D3F2F
Base = 600Lightest = 50 · #F3FCF9Darkest = 950 · #0D3F2F
:root {
  --brand-50: #F3FCF9;
  --brand-100: #E7F8F3;
  --brand-200: #C9F3E5;
  --brand-300: #9FEFD5;
  --brand-400: #6FE7C0;
  --brand-500: #3FDEAB;
  --brand-600: #2bdba2;
  --brand-700: #1EAE80;
  --brand-800: #188C66;
  --brand-900: #15654B;
  --brand-950: #0D3F2F;
  --brand: #2bdba2;
  --brand-ink: #000000;
}

Colors that work with #2bdba2

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#C0EDDE
Hairlines and dividers
Muted text#4B9B81
Captions on the surface
Accent#E02691
Second voice, not a rival
Dark variant#126D50
Hover, pressed, headers
Light variant#E9FBF5
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 #2bdba2

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#DB2B64
Analogous left#2BDB4A
Analogous right#2BBCDB
Split-complement 1#DB2BBC
Split-complement 2#DB4A2B
Triadic 1#A22BDB
Triadic 2#DBA22B
Tetradic#4A2BDB

RGB percentages

Red16.9%
Green85.9%
Blue63.5%

CMYK percentages

Cyan80.4%
Magenta0.0%
Yellow26.0%
Key (black)14.1%

Color previews

#2bdba2 text on a black background

contrast 11.76:1

Card sample

#2bdba2 text on a white background

contrast 1.79:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(43, 219, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(43, 219, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2bdba2;
background: linear-gradient(135deg, #2bdba2, #2B9FDB);

Monochromatic scale

Palettes built from #2bdba2

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.

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

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

#2bdba2, answered

What color is #2bdba2?

#2bdba2 is a balanced vivid cyan, closest to Medium Aqua Marine (ΔE2000 6.4). It sits at 161° on the hue wheel with 71% saturation and 51% lightness, which reads as cool.

What is the RGB value of #2bdba2?

rgb(43, 219, 162) — 43 red, 219 green and 162 blue out of 255, or 16.9% / 85.9% / 63.5% by channel.

Is #2bdba2 a light or a dark color?

It is a light color. Relative luminance is 0.5379 and perceived brightness is 70%, so black text on it reaches 11.76:1.

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

Black. It scores 11.76:1 against #2bdba2, versus 1.79:1 for white — AAA at any size.

What is the complementary color of #2bdba2?

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

What colors go well with #2bdba2?

For interface work: #F4FAF8 as the surface, #C0EDDE for borders, #4B9B81 for secondary text, #E02691 as an accent and #126D50 for hover and pressed states. For a palette, the analogous pair #2BDB4A and #2BBCDB stays calm, while #DB2B64 is the loudest partner.

What is #2bdba2 in CMYK for printing?

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

Is #2bdba2 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 #2BDB62; nudged cooler, #29D6DE.

Work with #2bdba2 in the Color Lab