Skip to content

#2cfcf4

a balanced, electric cyan · cool · closest name: Cyan

RGB
44, 252, 244
HSL
178°, 97%, 58%
CMYK
83, 0, 3, 1
Luminance
0.7669

At a glance

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

Hex
#2cfcf4
Hue
178°
cyan
Saturation
97%
electric
Lightness
58%
balanced
Brightness
99%
HSV value
Perceived
83%
weighted brightness
Luminance
0.7669
WCAG relative
Temperature
Cool
87/100 cool
Color family
Cyan
Tone
Electric
Best ink
Black
16.34:1
Closest name
Cyan
ΔE2000 2.6
Where it sits
Hue178° of 360°
Saturation97%
Lightness58%
Temperature
Warm ← → Cool87% 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#2cfcf4
RGBrgb(44, 252, 244)
HSLhsl(178, 97%, 58%)
CMYKcmyk(83%, 0%, 3%, 1%)
LABlab(90.2 -48.3 -9.8)
LCHlch(90.2 49.2 191.5)
OKLCHoklch(0.897 0.149 190.6)
Decimal2948340
Display P3color(display-p3 0.173 0.988 0.957)

Copy-ready code

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

Accessibility — WCAG contrast

Aa
#2cfcf4 on white: 1.29:1
AA ✗ fail · AA-large · AAA
Aa
#2cfcf4 on black: 16.34:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #EDEEF4
deuteranopia · #D1DAF6
tritanopia · #00FFF9

Color scale — 50 to 950

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

#F1FDFD
#E4FCFB
#C1FBF9
#90FDF9
#59FDF6
#2cfcf4
#03F1E8
#03C9C2
#02A19B
#067470
#044846
Base = 500Lightest = 50 · #F1FDFDDarkest = 950 · #044846
:root {
  --brand-50: #F1FDFD;
  --brand-100: #E4FCFB;
  --brand-200: #C1FBF9;
  --brand-300: #90FDF9;
  --brand-400: #59FDF6;
  --brand-500: #2cfcf4;
  --brand-600: #03F1E8;
  --brand-700: #03C9C2;
  --brand-800: #02A19B;
  --brand-900: #067470;
  --brand-950: #044846;
  --brand: #2cfcf4;
  --brand-ink: #000000;
}

Colors that work with #2cfcf4

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#C0EDEB
Hairlines and dividers
Muted text#4B9B98
Captions on the surface
Accent#FF2967
Second voice, not a rival
Dark variant#027E79
Hover, pressed, headers
Light variant#E6FFFE
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 #2cfcf4

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#FC2C34
Analogous left#2CFC8C
Analogous right#2C9CFC
Split-complement 1#FC2C9C
Split-complement 2#FC8C2C
Triadic 1#F42CFC
Triadic 2#FCF42C
Tetradic#8C2CFC

RGB percentages

Red17.3%
Green98.8%
Blue95.7%

CMYK percentages

Cyan82.5%
Magenta0.0%
Yellow3.2%
Key (black)1.2%

Color previews

#2cfcf4 text on a black background

contrast 16.34:1

Card sample

#2cfcf4 text on a white background

contrast 1.29:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #2cfcf4

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.

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

#2cfcf4, answered

What color is #2cfcf4?

#2cfcf4 is a balanced electric cyan, closest to Cyan (ΔE2000 2.6). It sits at 178° on the hue wheel with 97% saturation and 58% lightness, which reads as cool.

What is the RGB value of #2cfcf4?

rgb(44, 252, 244) — 44 red, 252 green and 244 blue out of 255, or 17.3% / 98.8% / 95.7% by channel.

Is #2cfcf4 a light or a dark color?

It is a light color. Relative luminance is 0.7669 and perceived brightness is 83%, so black text on it reaches 16.34:1.

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

Black. It scores 16.34:1 against #2cfcf4, versus 1.29:1 for white — AAA at any size.

What is the complementary color of #2cfcf4?

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

What colors go well with #2cfcf4?

For interface work: #F4FAFA as the surface, #C0EDEB for borders, #4B9B98 for secondary text, #FF2967 as an accent and #027E79 for hover and pressed states. For a palette, the analogous pair #2CFC8C and #2C9CFC stays calm, while #FC2C34 is the loudest partner.

What is #2cfcf4 in CMYK for printing?

cmyk(83%, 0%, 3%, 1%). 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 #2cfcf4 warm or cool?

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

Work with #2cfcf4 in the Color Lab