Skip to content

#2f9682

a dark, vivid cyan · cool · closest name: Dark Cyan

RGB
47, 150, 130
HSL
168°, 52%, 39%
CMYK
69, 0, 13, 41
Luminance
0.2403

At a glance

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

Hex
#2f9682
Hue
168°
cyan
Saturation
52%
vivid
Lightness
39%
dark
Brightness
59%
HSV value
Perceived
49%
weighted brightness
Luminance
0.2403
WCAG relative
Temperature
Cool
83/100 cool
Color family
Cyan
Tone
Vivid
Best ink
Black
5.81:1
Closest name
Dark Cyan
ΔE2000 8.6
Where it sits
Hue168° of 360°
Saturation52%
Lightness39%
Temperature
Warm ← → Cool83% 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#2f9682
RGBrgb(47, 150, 130)
HSLhsl(168, 52%, 39%)
CMYKcmyk(69%, 0%, 13%, 41%)
LABlab(56.1 -34.1 2.0)
LCHlch(56.1 34.2 176.6)
OKLCHoklch(0.609 0.098 177.2)
Decimal3118722
Display P3color(display-p3 0.184 0.588 0.510)

Copy-ready code

/* CSS */
color: #2f9682;
background-color: #2f9682;
/* Tailwind (arbitrary) */
class="text-[#2f9682] bg-[#2f9682]"
/* SCSS */
$brand: #2f9682;
/* SwiftUI */
Color(red: 0.184, green: 0.588, blue: 0.510)
/* Android */
Color.parseColor("#2f9682")
/* Flutter */
Color(0xFF2F9682)
/* Python / OpenCV (BGR) */
(130, 150, 47)

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

Accessibility — WCAG contrast

Aa
#2f9682 on white: 3.62:1
AA ✗ fail · AA-large · AAA
Aa
#2f9682 on black: 5.81:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #908D81
deuteranopia · #828284
tritanopia · #009890

Color scale — 50 to 950

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

#F4FAF9
#E9F6F4
#CFEDE7
#AAE4D9
#7FD7C6
#54C9B3
#3ABAA1
#2f9682
#277C6C
#205B4F
#143931
Base = 700Lightest = 50 · #F4FAF9Darkest = 950 · #143931
:root {
  --brand-50: #F4FAF9;
  --brand-100: #E9F6F4;
  --brand-200: #CFEDE7;
  --brand-300: #AAE4D9;
  --brand-400: #7FD7C6;
  --brand-500: #54C9B3;
  --brand-600: #3ABAA1;
  --brand-700: #2f9682;
  --brand-800: #277C6C;
  --brand-900: #205B4F;
  --brand-950: #143931;
  --brand: #2f9682;
  --brand-ink: #000000;
}

Colors that work with #2f9682

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#C1ECE3
Hairlines and dividers
Muted text#4B9B8B
Captions on the surface
Accent#9A2B5C
Second voice, not a rival
Dark variant#1E6154
Hover, pressed, headers
Light variant#ECF9F6
Selected rows, tints
Dark surface#142421
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 #2f9682

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#962F43
Analogous left#2F964E
Analogous right#2F7796
Split-complement 1#962F77
Split-complement 2#964E2F
Triadic 1#822F96
Triadic 2#96822F
Tetradic#4E2F96

RGB percentages

Red18.4%
Green58.8%
Blue51.0%

CMYK percentages

Cyan68.7%
Magenta0.0%
Yellow13.3%
Key (black)41.2%

Color previews

#2f9682 text on a black background

contrast 5.81:1

Card sample

#2f9682 text on a white background

contrast 3.62:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(47, 150, 130, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 150, 130, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f9682;
background: linear-gradient(135deg, #2f9682, #2F6596);

Monochromatic scale

Palettes built from #2f9682

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.

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

#2f9682, answered

What color is #2f9682?

#2f9682 is a dark vivid cyan, closest to Dark Cyan (ΔE2000 8.6). It sits at 168° on the hue wheel with 52% saturation and 39% lightness, which reads as cool.

What is the RGB value of #2f9682?

rgb(47, 150, 130) — 47 red, 150 green and 130 blue out of 255, or 18.4% / 58.8% / 51% by channel.

Is #2f9682 a light or a dark color?

It is a mid-tone. Relative luminance is 0.2403 and perceived brightness is 49%, so black text on it reaches 5.81:1.

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

Black. It scores 5.81:1 against #2f9682, versus 3.62:1 for white — AA at any size.

What is the complementary color of #2f9682?

#962F43 sits directly opposite on the wheel. Softer options are the split-complements #962F77 and #964E2F, which give the same contrast with far less vibration.

What colors go well with #2f9682?

For interface work: #F4FAF9 as the surface, #C1ECE3 for borders, #4B9B8B for secondary text, #9A2B5C as an accent and #1E6154 for hover and pressed states. For a palette, the analogous pair #2F964E and #2F7796 stays calm, while #962F43 is the loudest partner.

What is #2f9682 in CMYK for printing?

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

Is #2f9682 warm or cool?

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

Work with #2f9682 in the Color Lab