Skip to content

#2cdbf7

a balanced, electric cyan · cool · closest name: Sky Blue

RGB
44, 219, 247
HSL
188°, 93%, 57%
CMYK
82, 11, 0, 3
Luminance
0.5791

At a glance

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

Hex
#2cdbf7
Hue
188°
cyan
Saturation
93%
electric
Lightness
57%
balanced
Brightness
97%
HSV value
Perceived
74%
weighted brightness
Luminance
0.5791
WCAG relative
Temperature
Cool
91/100 cool
Color family
Cyan
Tone
Electric
Best ink
Black
12.58:1
Closest name
Sky Blue
ΔE2000 8.5
Where it sits
Hue188° of 360°
Saturation93%
Lightness57%
Temperature
Warm ← → Cool91% 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#2cdbf7
RGBrgb(44, 219, 247)
HSLhsl(188, 93%, 57%)
CMYKcmyk(82%, 11%, 0%, 3%)
LABlab(80.7 -32.5 -25.7)
LCHlch(80.7 41.4 218.3)
OKLCHoklch(0.821 0.136 211.8)
Decimal2939895
Display P3color(display-p3 0.173 0.859 0.969)

Copy-ready code

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

Accessibility — WCAG contrast

Aa
#2cdbf7 on white: 1.67:1
AA ✗ fail · AA-large · AAA
Aa
#2cdbf7 on black: 12.58:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #C5D3F9
deuteranopia · #ABC0F7
tritanopia · #00E6E4

Color scale — 50 to 950

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

#F2FBFD
#E4F8FB
#C2F2F9
#93EDFB
#5DE3F9
#2cdbf7
#09CCEC
#07AAC5
#06889D
#096371
#063E47
Base = 500Lightest = 50 · #F2FBFDDarkest = 950 · #063E47
:root {
  --brand-50: #F2FBFD;
  --brand-100: #E4F8FB;
  --brand-200: #C2F2F9;
  --brand-300: #93EDFB;
  --brand-400: #5DE3F9;
  --brand-500: #2cdbf7;
  --brand-600: #09CCEC;
  --brand-700: #07AAC5;
  --brand-800: #06889D;
  --brand-900: #096371;
  --brand-950: #063E47;
  --brand: #2cdbf7;
  --brand-ink: #000000;
}

Colors that work with #2cdbf7

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#C0E6ED
Hairlines and dividers
Muted text#4B909B
Captions on the surface
Accent#FB283F
Second voice, not a rival
Dark variant#056A7B
Hover, pressed, headers
Light variant#E6FBFE
Selected rows, tints
Dark surface#142224
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 #2cdbf7

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#F7482C
Analogous left#2CF7AE
Analogous right#2C76F7
Split-complement 1#F72C76
Split-complement 2#F7AE2C
Triadic 1#F72CDB
Triadic 2#DBF72C
Tetradic#AE2CF7

RGB percentages

Red17.3%
Green85.9%
Blue96.9%

CMYK percentages

Cyan82.2%
Magenta11.3%
Yellow0.0%
Key (black)3.1%

Color previews

#2cdbf7 text on a black background

contrast 12.58:1

Card sample

#2cdbf7 text on a white background

contrast 1.67:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #2cdbf7

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.

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

#2cdbf7, answered

What color is #2cdbf7?

#2cdbf7 is a balanced electric cyan, closest to Sky Blue (ΔE2000 8.5). It sits at 188° on the hue wheel with 93% saturation and 57% lightness, which reads as cool.

What is the RGB value of #2cdbf7?

rgb(44, 219, 247) — 44 red, 219 green and 247 blue out of 255, or 17.3% / 85.9% / 96.9% by channel.

Is #2cdbf7 a light or a dark color?

It is a light color. Relative luminance is 0.5791 and perceived brightness is 74%, so black text on it reaches 12.58:1.

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

Black. It scores 12.58:1 against #2cdbf7, versus 1.67:1 for white — AAA at any size.

What is the complementary color of #2cdbf7?

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

What colors go well with #2cdbf7?

For interface work: #F4FAFA as the surface, #C0E6ED for borders, #4B909B for secondary text, #FB283F as an accent and #056A7B for hover and pressed states. For a palette, the analogous pair #2CF7AE and #2C76F7 stays calm, while #F7482C is the loudest partner.

What is #2cdbf7 in CMYK for printing?

cmyk(82%, 11%, 0%, 3%). 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 #2cdbf7 warm or cool?

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

Work with #2cdbf7 in the Color Lab