Skip to content

#7cc0df

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

RGB
124, 192, 223
HSL
199°, 61%, 68%
CMYK
44, 14, 0, 13
Luminance
0.4731

At a glance

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

Hex
#7cc0df
Hue
199°
cyan
Saturation
61%
vivid
Lightness
68%
light
Brightness
87%
HSV value
Perceived
70%
weighted brightness
Luminance
0.4731
WCAG relative
Temperature
Cool
95/100 cool
Color family
Cyan
Tone
Vivid
Best ink
Black
10.46:1
Closest name
Sky Blue
ΔE2000 3.6
Where it sits
Hue199° of 360°
Saturation61%
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#7cc0df
RGBrgb(124, 192, 223)
HSLhsl(199, 61%, 68%)
CMYKcmyk(44%, 14%, 0%, 13%)
LABlab(74.4 -13.4 -22.2)
LCHlch(74.4 25.9 238.8)
OKLCHoklch(0.774 0.082 228.6)
Decimal8175839
Display P3color(display-p3 0.486 0.753 0.875)

Copy-ready code

/* CSS */
color: #7cc0df;
background-color: #7cc0df;
/* Tailwind (arbitrary) */
class="text-[#7cc0df] bg-[#7cc0df]"
/* SCSS */
$brand: #7cc0df;
/* SwiftUI */
Color(red: 0.486, green: 0.753, blue: 0.875)
/* Android */
Color.parseColor("#7cc0df")
/* Flutter */
Color(0xFF7CC0DF)
/* Python / OpenCV (BGR) */
(223, 192, 124)

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

Accessibility — WCAG contrast

Aa
#7cc0df on white: 2.01:1
AA ✗ fail · AA-large · AAA
Aa
#7cc0df on black: 10.46:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #B0BDE1
deuteranopia · #A2B2DF
tritanopia · #50C9CA

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #7cc0df 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
#E8F2F7
#CCE4F0
#A5D4E9
#7cc0df
#4BA8D3
#3096C5
#287DA4
#206483
#1B4A5F
#112E3C
Base = 400Lightest = 50 · #F4F9FBDarkest = 950 · #112E3C
:root {
  --brand-50: #F4F9FB;
  --brand-100: #E8F2F7;
  --brand-200: #CCE4F0;
  --brand-300: #A5D4E9;
  --brand-400: #7cc0df;
  --brand-500: #4BA8D3;
  --brand-600: #3096C5;
  --brand-700: #287DA4;
  --brand-800: #206483;
  --brand-900: #1B4A5F;
  --brand-950: #112E3C;
  --brand: #7cc0df;
  --brand-ink: #000000;
}

Colors that work with #7cc0df

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#F4F8FA
Tinted page background
Border#C0DFED
Hairlines and dividers
Muted text#4B829B
Captions on the surface
Accent#A82C24
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 #7cc0df

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#DF9B7C
Analogous left#7CDFCC
Analogous right#7C8EDF
Split-complement 1#DF7C8E
Split-complement 2#DFCC7C
Triadic 1#DF7CC0
Triadic 2#C0DF7C
Tetradic#CC7CDF

RGB percentages

Red48.6%
Green75.3%
Blue87.5%

CMYK percentages

Cyan44.4%
Magenta13.9%
Yellow0.0%
Key (black)12.5%

Color previews

#7cc0df text on a black background

contrast 10.46:1

Card sample

#7cc0df text on a white background

contrast 2.01:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #7cc0df

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.

#7cc0df 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.

#7cc0df, answered

What color is #7cc0df?

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

What is the RGB value of #7cc0df?

rgb(124, 192, 223) — 124 red, 192 green and 223 blue out of 255, or 48.6% / 75.3% / 87.5% by channel.

Is #7cc0df a light or a dark color?

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

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

Black. It scores 10.46:1 against #7cc0df, versus 2.01:1 for white — AAA at any size.

What is the complementary color of #7cc0df?

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

What colors go well with #7cc0df?

For interface work: #F4F8FA as the surface, #C0DFED for borders, #4B829B for secondary text, #A82C24 as an accent and #194E66 for hover and pressed states. For a palette, the analogous pair #7CDFCC and #7C8EDF stays calm, while #DF9B7C is the loudest partner.

What is #7cc0df 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 #7cc0df 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 #7CDFDA; nudged cooler, #7AB2E1.

Work with #7cc0df in the Color Lab