Skip to content

#2cf6b4

a balanced, electric cyan · cool · closest name: Medium Spring Green

RGB
44, 246, 180
HSL
160°, 92%, 57%
CMYK
82, 0, 27, 4
Luminance
0.6974

At a glance

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

Hex
#2cf6b4
Hue
160°
cyan
Saturation
92%
electric
Lightness
57%
balanced
Brightness
96%
HSV value
Perceived
78%
weighted brightness
Luminance
0.6974
WCAG relative
Temperature
Cool
79/100 cool
Color family
Cyan
Tone
Electric
Best ink
Black
14.95:1
Closest name
Medium Spring Green
ΔE2000 5.2
Where it sits
Hue160° of 360°
Saturation92%
Lightness57%
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#2cf6b4
RGBrgb(44, 246, 180)
HSLhsl(160, 92%, 57%)
CMYKcmyk(82%, 0%, 27%, 4%)
LABlab(86.9 -61.9 18.6)
LCHlch(86.9 64.6 163.2)
OKLCHoklch(0.865 0.176 164.3)
Decimal2946740
Display P3color(display-p3 0.173 0.965 0.706)

Copy-ready code

/* CSS */
color: #2cf6b4;
background-color: #2cf6b4;
/* Tailwind (arbitrary) */
class="text-[#2cf6b4] bg-[#2cf6b4]"
/* SCSS */
$brand: #2cf6b4;
/* SwiftUI */
Color(red: 0.173, green: 0.965, blue: 0.706)
/* Android */
Color.parseColor("#2cf6b4")
/* Flutter */
Color(0xFF2CF6B4)
/* Python / OpenCV (BGR) */
(180, 246, 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 #2cf6b4 · 14.95:1
Use #000000AAA at every size.
Aa
White text · 1.40:1
AA fail · AA large fail · AAA fail
Aa
Black text · 14.95:1 · recommended
AA pass · AA large pass · AAA pass
Reading the other direction: #2cf6b4 as text scores 1.40:1 on white and 14.95:1 on black.

Accessibility — WCAG contrast

Aa
#2cf6b4 on white: 1.40:1
AA ✗ fail · AA-large · AAA
Aa
#2cf6b4 on black: 14.95:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #F1E4B0
deuteranopia · #DAD3B8
tritanopia · #00F6E4

Color scale — 50 to 950

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

#F2FDF9
#E4FBF4
#C3F9E7
#93FAD9
#5EF8C6
#2cf6b4
#0AEBA1
#08C486
#079D6C
#0A714F
#064731
Base = 500Lightest = 50 · #F2FDF9Darkest = 950 · #064731
:root {
  --brand-50: #F2FDF9;
  --brand-100: #E4FBF4;
  --brand-200: #C3F9E7;
  --brand-300: #93FAD9;
  --brand-400: #5EF8C6;
  --brand-500: #2cf6b4;
  --brand-600: #0AEBA1;
  --brand-700: #08C486;
  --brand-800: #079D6C;
  --brand-900: #0A714F;
  --brand-950: #064731;
  --brand: #2cf6b4;
  --brand-ink: #000000;
}

Colors that work with #2cf6b4

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#FA28A1
Second voice, not a rival
Dark variant#057A54
Hover, pressed, headers
Light variant#E7FEF6
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 #2cf6b4

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#F62C6E
Analogous left#2CF64F
Analogous right#2CD3F6
Split-complement 1#F62CD3
Split-complement 2#F64F2C
Triadic 1#B42CF6
Triadic 2#F6B42C
Tetradic#4F2CF6

RGB percentages

Red17.3%
Green96.5%
Blue70.6%

CMYK percentages

Cyan82.1%
Magenta0.0%
Yellow26.8%
Key (black)3.5%

Color previews

#2cf6b4 text on a black background

contrast 14.95:1

Card sample

#2cf6b4 text on a white background

contrast 1.40:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #2cf6b4

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.

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

Sits outside most CMYK gamuts — expect a duller press result, or specify a spot ink.

#2cf6b4, answered

What color is #2cf6b4?

#2cf6b4 is a balanced electric cyan, closest to Medium Spring Green (ΔE2000 5.2). It sits at 160° on the hue wheel with 92% saturation and 57% lightness, which reads as cool.

What is the RGB value of #2cf6b4?

rgb(44, 246, 180) — 44 red, 246 green and 180 blue out of 255, or 17.3% / 96.5% / 70.6% by channel.

Is #2cf6b4 a light or a dark color?

It is a light color. Relative luminance is 0.6974 and perceived brightness is 78%, so black text on it reaches 14.95:1.

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

Black. It scores 14.95:1 against #2cf6b4, versus 1.40:1 for white — AAA at any size.

What is the complementary color of #2cf6b4?

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

What colors go well with #2cf6b4?

For interface work: #F4FAF8 as the surface, #C0EDDE for borders, #4B9B81 for secondary text, #FA28A1 as an accent and #057A54 for hover and pressed states. For a palette, the analogous pair #2CF64F and #2CD3F6 stays calm, while #F62C6E is the loudest partner.

What is #2cf6b4 in CMYK for printing?

cmyk(82%, 0%, 27%, 4%). This is a screen-to-ink approximation — a color this saturated sits outside most CMYK gamuts and will print duller than it looks here.

Is #2cf6b4 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 #2CF66A; nudged cooler, #2AF0F8.

Work with #2cf6b4 in the Color Lab