Skip to content

#4ebbcf

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

RGB
78, 187, 207
HSL
189°, 57%, 56%
CMYK
62, 10, 0, 19
Luminance
0.4167

At a glance

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

Hex
#4ebbcf
Hue
189°
cyan
Saturation
57%
vivid
Lightness
56%
balanced
Brightness
81%
HSV value
Perceived
65%
weighted brightness
Luminance
0.4167
WCAG relative
Temperature
Cool
91/100 cool
Color family
Cyan
Tone
Vivid
Best ink
Black
9.33:1
Closest name
Sky Blue
ΔE2000 8.7
Where it sits
Hue189° of 360°
Saturation57%
Lightness56%
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#4ebbcf
RGBrgb(78, 187, 207)
HSLhsl(189, 57%, 56%)
CMYKcmyk(62%, 10%, 0%, 19%)
LABlab(70.6 -25.0 -19.3)
LCHlch(70.6 31.6 217.7)
OKLCHoklch(0.737 0.102 211.7)
Decimal5159887
Display P3color(display-p3 0.306 0.733 0.812)

Copy-ready code

/* CSS */
color: #4ebbcf;
background-color: #4ebbcf;
/* Tailwind (arbitrary) */
class="text-[#4ebbcf] bg-[#4ebbcf]"
/* SCSS */
$brand: #4ebbcf;
/* SwiftUI */
Color(red: 0.306, green: 0.733, blue: 0.812)
/* Android */
Color.parseColor("#4ebbcf")
/* Flutter */
Color(0xFF4EBBCF)
/* Python / OpenCV (BGR) */
(207, 187, 78)

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

Accessibility — WCAG contrast

Aa
#4ebbcf on white: 2.25:1
AA ✗ fail · AA-large · AAA
Aa
#4ebbcf on black: 9.33:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #ABB5D0
deuteranopia · #98A7CF
tritanopia · #00C3C1

Color scale — 50 to 950

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

#F4FAFB
#E9F4F7
#CDE9EF
#A7DDE7
#7BCCDB
#4ebbcf
#34ABC1
#2C8EA0
#237280
#1D535D
#12343A
Base = 500Lightest = 50 · #F4FAFBDarkest = 950 · #12343A
:root {
  --brand-50: #F4FAFB;
  --brand-100: #E9F4F7;
  --brand-200: #CDE9EF;
  --brand-300: #A7DDE7;
  --brand-400: #7BCCDB;
  --brand-500: #4ebbcf;
  --brand-600: #34ABC1;
  --brand-700: #2C8EA0;
  --brand-800: #237280;
  --brand-900: #1D535D;
  --brand-950: #12343A;
  --brand: #4ebbcf;
  --brand-ink: #000000;
}

Colors that work with #4ebbcf

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#C0E6ED
Hairlines and dividers
Muted text#4B8E9B
Captions on the surface
Accent#D34A57
Second voice, not a rival
Dark variant#1B5964
Hover, pressed, headers
Light variant#EBF7FA
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 #4ebbcf

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#CF624E
Analogous left#4ECFA3
Analogous right#4E7BCF
Split-complement 1#CF4E7B
Split-complement 2#CFA34E
Triadic 1#CF4EBB
Triadic 2#BBCF4E
Tetradic#A34ECF

RGB percentages

Red30.6%
Green73.3%
Blue81.2%

CMYK percentages

Cyan62.3%
Magenta9.7%
Yellow0.0%
Key (black)18.8%

Color previews

#4ebbcf text on a black background

contrast 9.33:1

Card sample

#4ebbcf text on a white background

contrast 2.25:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

color: #4ebbcf;
Background color
Panel with #4ebbcf background
background-color: #4ebbcf;
Text shadow — hex

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(78, 187, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(78, 187, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ebbcf;
background: linear-gradient(135deg, #4ebbcf, #4E65CF);

Monochromatic scale

Palettes built from #4ebbcf

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.

#4ebbcf 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

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

#4ebbcf, answered

What color is #4ebbcf?

#4ebbcf is a balanced vivid cyan, closest to Sky Blue (ΔE2000 8.7). It sits at 189° on the hue wheel with 57% saturation and 56% lightness, which reads as cool.

What is the RGB value of #4ebbcf?

rgb(78, 187, 207) — 78 red, 187 green and 207 blue out of 255, or 30.6% / 73.3% / 81.2% by channel.

Is #4ebbcf a light or a dark color?

It is a mid-tone. Relative luminance is 0.4167 and perceived brightness is 65%, so black text on it reaches 9.33:1.

Should I use black or white text on #4ebbcf?

Black. It scores 9.33:1 against #4ebbcf, versus 2.25:1 for white — AAA at any size.

What is the complementary color of #4ebbcf?

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

What colors go well with #4ebbcf?

For interface work: #F4F9FA as the surface, #C0E6ED for borders, #4B8E9B for secondary text, #D34A57 as an accent and #1B5964 for hover and pressed states. For a palette, the analogous pair #4ECFA3 and #4E7BCF stays calm, while #CF624E is the loudest partner.

What is #4ebbcf in CMYK for printing?

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

Is #4ebbcf 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 #4ECFB4; nudged cooler, #4C9FD1.

Work with #4ebbcf in the Color Lab