Skip to content

#2c899f

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

RGB
44, 137, 159
HSL
192°, 57%, 40%
CMYK
72, 14, 0, 38
Luminance
0.2093

At a glance

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

Hex
#2c899f
Hue
192°
cyan
Saturation
57%
vivid
Lightness
40%
dark
Brightness
62%
HSV value
Perceived
47%
weighted brightness
Luminance
0.2093
WCAG relative
Temperature
Cool
92/100 cool
Color family
Cyan
Tone
Vivid
Best ink
Black
5.19:1
Closest name
Dark Cyan
ΔE2000 9.9
Where it sits
Hue192° of 360°
Saturation57%
Lightness40%
Temperature
Warm ← → Cool92% 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#2c899f
RGBrgb(44, 137, 159)
HSLhsl(192, 57%, 40%)
CMYKcmyk(72%, 14%, 0%, 38%)
LABlab(52.9 -19.4 -19.5)
LCHlch(52.9 27.5 225.2)
OKLCHoklch(0.586 0.090 217.0)
Decimal2918815
Display P3color(display-p3 0.173 0.537 0.624)

Copy-ready code

/* CSS */
color: #2c899f;
background-color: #2c899f;
/* Tailwind (arbitrary) */
class="text-[#2c899f] bg-[#2c899f]"
/* SCSS */
$brand: #2c899f;
/* SwiftUI */
Color(red: 0.173, green: 0.537, blue: 0.624)
/* Android */
Color.parseColor("#2c899f")
/* Flutter */
Color(0xFF2C899F)
/* Python / OpenCV (BGR) */
(159, 137, 44)

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

Accessibility — WCAG contrast

Aa
#2c899f on white: 4.05:1
AA ✗ fail · AA-large · AAA
Aa
#2c899f on black: 5.19:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #7A85A0
deuteranopia · #6A799F
tritanopia · #009190

Color scale — 50 to 950

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

#F4F9FB
#E9F4F6
#CDE8EE
#A7DBE7
#7BC8DB
#4FB6CE
#35A5C0
#2c899f
#236E80
#1D515D
#12333A
Base = 700Lightest = 50 · #F4F9FBDarkest = 950 · #12333A
:root {
  --brand-50: #F4F9FB;
  --brand-100: #E9F4F6;
  --brand-200: #CDE8EE;
  --brand-300: #A7DBE7;
  --brand-400: #7BC8DB;
  --brand-500: #4FB6CE;
  --brand-600: #35A5C0;
  --brand-700: #2c899f;
  --brand-800: #236E80;
  --brand-900: #1D515D;
  --brand-950: #12333A;
  --brand: #2c899f;
  --brand-ink: #000000;
}

Colors that work with #2c899f

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#F4F9FA
Tinted page background
Border#C0E4ED
Hairlines and dividers
Muted text#4B8C9B
Captions on the surface
Accent#A3282F
Second voice, not a rival
Dark variant#1C5664
Hover, pressed, headers
Light variant#EBF7F9
Selected rows, tints
Dark surface#142124
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 #2c899f

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#9F422C
Analogous left#2C9F7C
Analogous right#2C4F9F
Split-complement 1#9F2C4F
Split-complement 2#9F7C2C
Triadic 1#9F2C89
Triadic 2#899F2C
Tetradic#7C2C9F

RGB percentages

Red17.3%
Green53.7%
Blue62.4%

CMYK percentages

Cyan72.3%
Magenta13.8%
Yellow0.0%
Key (black)37.6%

Color previews

#2c899f text on a black background

contrast 5.19:1

Card sample

#2c899f text on a white background

contrast 4.05:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #2c899f

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.

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

#2c899f, answered

What color is #2c899f?

#2c899f is a dark vivid cyan, closest to Dark Cyan (ΔE2000 9.9). It sits at 192° on the hue wheel with 57% saturation and 40% lightness, which reads as cool.

What is the RGB value of #2c899f?

rgb(44, 137, 159) — 44 red, 137 green and 159 blue out of 255, or 17.3% / 53.7% / 62.4% by channel.

Is #2c899f a light or a dark color?

It is a mid-tone. Relative luminance is 0.2093 and perceived brightness is 47%, so black text on it reaches 5.19:1.

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

Black. It scores 5.19:1 against #2c899f, versus 4.05:1 for white — AA at any size.

What is the complementary color of #2c899f?

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

What colors go well with #2c899f?

For interface work: #F4F9FA as the surface, #C0E4ED for borders, #4B8C9B for secondary text, #A3282F as an accent and #1C5664 for hover and pressed states. For a palette, the analogous pair #2C9F7C and #2C4F9F stays calm, while #9F422C is the loudest partner.

What is #2c899f in CMYK for printing?

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

Is #2c899f warm or cool?

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

Work with #2c899f in the Color Lab