Skip to content

#7ec1df

a light, vivid cyan · cool · closest name: Sky Blue

RGB
126, 193, 223
HSL
199°, 60%, 68%
CMYK
44, 14, 0, 13
Luminance
0.4790

At a glance

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

Hex
#7ec1df
Hue
199°
cyan
Saturation
60%
vivid
Lightness
68%
light
Brightness
87%
HSV value
Perceived
70%
weighted brightness
Luminance
0.4790
WCAG relative
Temperature
Cool
95/100 cool
Color family
Cyan
Tone
Vivid
Best ink
Black
10.58:1
Closest name
Sky Blue
ΔE2000 3.3
Where it sits
Hue199° of 360°
Saturation60%
Lightness68%
Temperature
Warm ← → Cool95% 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#7ec1df
RGBrgb(126, 193, 223)
HSLhsl(199, 60%, 68%)
CMYKcmyk(44%, 14%, 0%, 13%)
LABlab(74.8 -13.5 -21.6)
LCHlch(74.8 25.5 238.1)
OKLCHoklch(0.777 0.080 228.1)
Decimal8307167
Display P3color(display-p3 0.494 0.757 0.875)

Copy-ready code

/* CSS */
color: #7ec1df;
background-color: #7ec1df;
/* Tailwind (arbitrary) */
class="text-[#7ec1df] bg-[#7ec1df]"
/* SCSS */
$brand: #7ec1df;
/* SwiftUI */
Color(red: 0.494, green: 0.757, blue: 0.875)
/* Android */
Color.parseColor("#7ec1df")
/* Flutter */
Color(0xFF7EC1DF)
/* Python / OpenCV (BGR) */
(223, 193, 126)

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

Accessibility — WCAG contrast

Aa
#7ec1df on white: 1.98:1
AA ✗ fail · AA-large · AAA
Aa
#7ec1df on black: 10.58:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #B1BEE1
deuteranopia · #A3B3DF
tritanopia · #54CACB

Color scale — 50 to 950

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

#F4F9FB
#E9F2F7
#CCE5EF
#A5D4E9
#7ec1df
#4BA8D2
#3196C4
#297DA3
#206483
#1B4A5F
#112E3B
Base = 400Lightest = 50 · #F4F9FBDarkest = 950 · #112E3B
:root {
  --brand-50: #F4F9FB;
  --brand-100: #E9F2F7;
  --brand-200: #CCE5EF;
  --brand-300: #A5D4E9;
  --brand-400: #7ec1df;
  --brand-500: #4BA8D2;
  --brand-600: #3196C4;
  --brand-700: #297DA3;
  --brand-800: #206483;
  --brand-900: #1B4A5F;
  --brand-950: #112E3B;
  --brand: #7ec1df;
  --brand-ink: #000000;
}

Colors that work with #7ec1df

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#C0DFED
Hairlines and dividers
Muted text#4B829B
Captions on the surface
Accent#A72C25
Second voice, not a rival
Dark variant#194E66
Hover, pressed, headers
Light variant#EBF5FA
Selected rows, tints
Dark surface#141F24
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 #7ec1df

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
  • Card and section backgrounds
  • 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
  • White 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#DF9C7E
Analogous left#7EDFCC
Analogous right#7E90DF
Split-complement 1#DF7E90
Split-complement 2#DFCC7E
Triadic 1#DF7EC1
Triadic 2#C1DF7E
Tetradic#CC7EDF

RGB percentages

Red49.4%
Green75.7%
Blue87.5%

CMYK percentages

Cyan43.5%
Magenta13.5%
Yellow0.0%
Key (black)12.5%

Color previews

#7ec1df text on a black background

contrast 10.58:1

Card sample

#7ec1df text on a white background

contrast 1.98:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

color: #7ec1df;
Background color
Panel with #7ec1df background
background-color: #7ec1df;
Text shadow — hex

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(126, 193, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(126, 193, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ec1df;
background: linear-gradient(135deg, #7ec1df, #7E80DF);

Monochromatic scale

Palettes built from #7ec1df

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.

#7ec1df 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
SurfacesBadgesHighlightsEmpty states
Print note

Converts to four-color process without much drama. Proof it anyway.

#7ec1df, answered

What color is #7ec1df?

#7ec1df is a light vivid cyan, closest to Sky Blue (ΔE2000 3.3). It sits at 199° on the hue wheel with 60% saturation and 68% lightness, which reads as cool.

What is the RGB value of #7ec1df?

rgb(126, 193, 223) — 126 red, 193 green and 223 blue out of 255, or 49.4% / 75.7% / 87.5% by channel.

Is #7ec1df a light or a dark color?

It is a mid-tone. Relative luminance is 0.4790 and perceived brightness is 70%, so black text on it reaches 10.58:1.

Should I use black or white text on #7ec1df?

Black. It scores 10.58:1 against #7ec1df, versus 1.98:1 for white — AAA at any size.

What is the complementary color of #7ec1df?

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

What colors go well with #7ec1df?

For interface work: #F4F9FA as the surface, #C0DFED for borders, #4B829B for secondary text, #A72C25 as an accent and #194E66 for hover and pressed states. For a palette, the analogous pair #7EDFCC and #7E90DF stays calm, while #DF9C7E is the loudest partner.

What is #7ec1df in CMYK for printing?

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

Is #7ec1df warm or cool?

Cool — it scores 95 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #7EDFD9; nudged cooler, #7CB3E1.

Work with #7ec1df in the Color Lab