Skip to content

#2ec0c2

a balanced, vivid cyan · cool · closest name: Dark Turquoise

RGB
46, 192, 194
HSL
181°, 62%, 47%
CMYK
76, 1, 0, 24
Luminance
0.4218

At a glance

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

Hex
#2ec0c2
Hue
181°
cyan
Saturation
62%
vivid
Lightness
47%
balanced
Brightness
76%
HSV value
Perceived
64%
weighted brightness
Luminance
0.4218
WCAG relative
Temperature
Cool
88/100 cool
Color family
Cyan
Tone
Vivid
Best ink
Black
9.44:1
Closest name
Dark Turquoise
ΔE2000 3.6
Where it sits
Hue181° of 360°
Saturation62%
Lightness47%
Temperature
Warm ← → Cool88% 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#2ec0c2
RGBrgb(46, 192, 194)
HSLhsl(181, 62%, 47%)
CMYKcmyk(76%, 1%, 0%, 24%)
LABlab(71.0 -35.6 -11.8)
LCHlch(71.0 37.5 198.3)
OKLCHoklch(0.737 0.116 196.3)
Decimal3064002
Display P3color(display-p3 0.180 0.753 0.761)

Copy-ready code

/* CSS */
color: #2ec0c2;
background-color: #2ec0c2;
/* Tailwind (arbitrary) */
class="text-[#2ec0c2] bg-[#2ec0c2]"
/* SCSS */
$brand: #2ec0c2;
/* SwiftUI */
Color(red: 0.180, green: 0.753, blue: 0.761)
/* Android */
Color.parseColor("#2ec0c2")
/* Flutter */
Color(0xFF2EC0C2)
/* Python / OpenCV (BGR) */
(194, 192, 46)

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

Accessibility — WCAG contrast

Aa
#2ec0c2 on white: 2.23:1
AA ✗ fail · AA-large · AAA
Aa
#2ec0c2 on black: 9.44:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #B3B7C2
deuteranopia · #9EA7C3
tritanopia · #00C7C0

Color scale — 50 to 950

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

#F4FBFB
#E8F7F7
#CCEFF0
#A4E9EA
#77DDDF
#4AD2D4
#2ec0c2
#27A3A5
#1F8384
#1A5F60
#113B3C
Base = 600Lightest = 50 · #F4FBFBDarkest = 950 · #113B3C
:root {
  --brand-50: #F4FBFB;
  --brand-100: #E8F7F7;
  --brand-200: #CCEFF0;
  --brand-300: #A4E9EA;
  --brand-400: #77DDDF;
  --brand-500: #4AD2D4;
  --brand-600: #2ec0c2;
  --brand-700: #27A3A5;
  --brand-800: #1F8384;
  --brand-900: #1A5F60;
  --brand-950: #113B3C;
  --brand: #2ec0c2;
  --brand-ink: #000000;
}

Colors that work with #2ec0c2

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#F4FAFA
Tinted page background
Border#C0ECED
Hairlines and dividers
Muted text#4B9A9B
Captions on the surface
Accent#C7294F
Second voice, not a rival
Dark variant#186667
Hover, pressed, headers
Light variant#EAFAFA
Selected rows, tints
Dark surface#142424
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 #2ec0c2

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#C2302E
Analogous left#2EC27A
Analogous right#2E76C2
Split-complement 1#C22E76
Split-complement 2#C27A2E
Triadic 1#C22EC0
Triadic 2#C0C22E
Tetradic#7A2EC2

RGB percentages

Red18.0%
Green75.3%
Blue76.1%

CMYK percentages

Cyan76.3%
Magenta1.0%
Yellow0.0%
Key (black)23.9%

Color previews

#2ec0c2 text on a black background

contrast 9.44:1

Card sample

#2ec0c2 text on a white background

contrast 2.23:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(46, 192, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(46, 192, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ec0c2;
background: linear-gradient(135deg, #2ec0c2, #2E5DC2);

Monochromatic scale

Palettes built from #2ec0c2

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.

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

#2ec0c2, answered

What color is #2ec0c2?

#2ec0c2 is a balanced vivid cyan, closest to Dark Turquoise (ΔE2000 3.6). It sits at 181° on the hue wheel with 62% saturation and 47% lightness, which reads as cool.

What is the RGB value of #2ec0c2?

rgb(46, 192, 194) — 46 red, 192 green and 194 blue out of 255, or 18% / 75.3% / 76.1% by channel.

Is #2ec0c2 a light or a dark color?

It is a mid-tone. Relative luminance is 0.4218 and perceived brightness is 64%, so black text on it reaches 9.44:1.

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

Black. It scores 9.44:1 against #2ec0c2, versus 2.23:1 for white — AAA at any size.

What is the complementary color of #2ec0c2?

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

What colors go well with #2ec0c2?

For interface work: #F4FAFA as the surface, #C0ECED for borders, #4B9A9B for secondary text, #C7294F as an accent and #186667 for hover and pressed states. For a palette, the analogous pair #2EC27A and #2E76C2 stays calm, while #C2302E is the loudest partner.

What is #2ec0c2 in CMYK for printing?

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

Is #2ec0c2 warm or cool?

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

Work with #2ec0c2 in the Color Lab