Skip to content

#2d9f7c

a dark, vivid cyan · cool · closest name: Sea Green

RGB
45, 159, 124
HSL
162°, 56%, 40%
CMYK
72, 0, 22, 38
Luminance
0.2681

At a glance

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

Hex
#2d9f7c
Hue
162°
cyan
Saturation
56%
vivid
Lightness
40%
dark
Brightness
62%
HSV value
Perceived
51%
weighted brightness
Luminance
0.2681
WCAG relative
Temperature
Cool
80/100 cool
Color family
Cyan
Tone
Vivid
Best ink
Black
6.36:1
Closest name
Sea Green
ΔE2000 9
Where it sits
Hue162° of 360°
Saturation56%
Lightness40%
Temperature
Warm ← → Cool80% 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#2d9f7c
RGBrgb(45, 159, 124)
HSLhsl(162, 56%, 40%)
CMYKcmyk(72%, 0%, 22%, 38%)
LABlab(58.8 -40.0 9.3)
LCHlch(58.8 41.1 167.0)
OKLCHoklch(0.631 0.114 168.0)
Decimal2989948
Display P3color(display-p3 0.176 0.624 0.486)

Copy-ready code

/* CSS */
color: #2d9f7c;
background-color: #2d9f7c;
/* Tailwind (arbitrary) */
class="text-[#2d9f7c] bg-[#2d9f7c]"
/* SCSS */
$brand: #2d9f7c;
/* SwiftUI */
Color(red: 0.176, green: 0.624, blue: 0.486)
/* Android */
Color.parseColor("#2d9f7c")
/* Flutter */
Color(0xFF2D9F7C)
/* Python / OpenCV (BGR) */
(124, 159, 45)

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

Accessibility — WCAG contrast

Aa
#2d9f7c on white: 3.30:1
AA ✗ fail · AA-large · AAA
Aa
#2d9f7c on black: 6.36:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #9B947A
deuteranopia · #8C897E
tritanopia · #00A095

Color scale — 50 to 950

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

#F4FBF9
#E9F6F2
#CEEEE4
#A8E6D3
#7CDABD
#50CEA7
#36BF95
#2d9f7c
#247F63
#1E5D49
#133A2E
Base = 700Lightest = 50 · #F4FBF9Darkest = 950 · #133A2E
:root {
  --brand-50: #F4FBF9;
  --brand-100: #E9F6F2;
  --brand-200: #CEEEE4;
  --brand-300: #A8E6D3;
  --brand-400: #7CDABD;
  --brand-500: #50CEA7;
  --brand-600: #36BF95;
  --brand-700: #2d9f7c;
  --brand-800: #247F63;
  --brand-900: #1E5D49;
  --brand-950: #133A2E;
  --brand: #2d9f7c;
  --brand-ink: #000000;
}

Colors that work with #2d9f7c

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#C0EDDF
Hairlines and dividers
Muted text#4B9B82
Captions on the surface
Accent#A3296D
Second voice, not a rival
Dark variant#1C634E
Hover, pressed, headers
Light variant#EBF9F5
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 #2d9f7c

Derived from its contrast, chroma and lightness — not from taste.

Works well for
  • Headings from 24px up on white
  • 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
  • Small text on white — under 4.5:1
  • Full-page backgrounds — tiring over long sessions
  • Black text placed on it
  • 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#9F2D50
Analogous left#2D9F43
Analogous right#2D899F
Split-complement 1#9F2D89
Split-complement 2#9F432D
Triadic 1#7C2D9F
Triadic 2#9F7C2D
Tetradic#432D9F

RGB percentages

Red17.6%
Green62.4%
Blue48.6%

CMYK percentages

Cyan71.7%
Magenta0.0%
Yellow22.0%
Key (black)37.6%

Color previews

#2d9f7c text on a black background

contrast 6.36:1

Card sample

#2d9f7c text on a white background

contrast 3.30:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(45, 159, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 159, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2d9f7c;
background: linear-gradient(135deg, #2d9f7c, #2D769F);

Monochromatic scale

Palettes built from #2d9f7c

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.

#2d9f7c 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.

#2d9f7c, answered

What color is #2d9f7c?

#2d9f7c is a dark vivid cyan, closest to Sea Green (ΔE2000 9). It sits at 162° on the hue wheel with 56% saturation and 40% lightness, which reads as cool.

What is the RGB value of #2d9f7c?

rgb(45, 159, 124) — 45 red, 159 green and 124 blue out of 255, or 17.6% / 62.4% / 48.6% by channel.

Is #2d9f7c a light or a dark color?

It is a mid-tone. Relative luminance is 0.2681 and perceived brightness is 51%, so black text on it reaches 6.36:1.

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

Black. It scores 6.36:1 against #2d9f7c, versus 3.30:1 for white — AA at any size.

What is the complementary color of #2d9f7c?

#9F2D50 sits directly opposite on the wheel. Softer options are the split-complements #9F2D89 and #9F432D, which give the same contrast with far less vibration.

What colors go well with #2d9f7c?

For interface work: #F4FAF9 as the surface, #C0EDDF for borders, #4B9B82 for secondary text, #A3296D as an accent and #1C634E for hover and pressed states. For a palette, the analogous pair #2D9F43 and #2D899F stays calm, while #9F2D50 is the loudest partner.

What is #2d9f7c in CMYK for printing?

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

Is #2d9f7c warm or cool?

Cool — it scores 80 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #2D9F52; nudged cooler, #2B9AA1.

Work with #2d9f7c in the Color Lab