Skip to content

#4fd2f7

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

RGB
79, 210, 247
HSL
193°, 91%, 64%
CMYK
68, 15, 0, 3
Luminance
0.5447

At a glance

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

Hex
#4fd2f7
Hue
193°
cyan
Saturation
91%
electric
Lightness
64%
balanced
Brightness
97%
HSV value
Perceived
73%
weighted brightness
Luminance
0.5447
WCAG relative
Temperature
Cool
93/100 cool
Color family
Cyan
Tone
Electric
Best ink
Black
11.89:1
Closest name
Sky Blue
ΔE2000 5.2
Where it sits
Hue193° of 360°
Saturation91%
Lightness64%
Temperature
Warm ← → Cool93% 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#4fd2f7
RGBrgb(79, 210, 247)
HSLhsl(193, 91%, 64%)
CMYKcmyk(68%, 15%, 0%, 3%)
LABlab(78.7 -24.3 -28.6)
LCHlch(78.7 37.5 229.6)
OKLCHoklch(0.807 0.123 220.3)
Decimal5231351
Display P3color(display-p3 0.310 0.824 0.969)

Copy-ready code

/* CSS */
color: #4fd2f7;
background-color: #4fd2f7;
/* Tailwind (arbitrary) */
class="text-[#4fd2f7] bg-[#4fd2f7]"
/* SCSS */
$brand: #4fd2f7;
/* SwiftUI */
Color(red: 0.310, green: 0.824, blue: 0.969)
/* Android */
Color.parseColor("#4fd2f7")
/* Flutter */
Color(0xFF4FD2F7)
/* Python / OpenCV (BGR) */
(247, 210, 79)

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

Accessibility — WCAG contrast

Aa
#4fd2f7 on white: 1.77:1
AA ✗ fail · AA-large · AAA
Aa
#4fd2f7 on black: 11.89:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #BBCDF9
deuteranopia · #A4BBF7
tritanopia · #00DEDE

Color scale — 50 to 950

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

#F2FAFD
#E4F6FB
#C3EDF9
#94E4FA
#4fd2f7
#28C8F5
#0BB9EA
#099AC3
#077B9C
#0A5A71
#063846
Base = 400Lightest = 50 · #F2FAFDDarkest = 950 · #063846
:root {
  --brand-50: #F2FAFD;
  --brand-100: #E4F6FB;
  --brand-200: #C3EDF9;
  --brand-300: #94E4FA;
  --brand-400: #4fd2f7;
  --brand-500: #28C8F5;
  --brand-600: #0BB9EA;
  --brand-700: #099AC3;
  --brand-800: #077B9C;
  --brand-900: #0A5A71;
  --brand-950: #063846;
  --brand: #4fd2f7;
  --brand-ink: #000000;
}

Colors that work with #4fd2f7

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#C0E3ED
Hairlines and dividers
Muted text#4B899B
Captions on the surface
Accent#FB4B50
Second voice, not a rival
Dark variant#06607A
Hover, pressed, headers
Light variant#E7F9FE
Selected rows, tints
Dark surface#142124
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 #4fd2f7

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#F7744F
Analogous left#4FF7C8
Analogous right#4F7EF7
Split-complement 1#F74F7E
Split-complement 2#F7C84F
Triadic 1#F74FD2
Triadic 2#D2F74F
Tetradic#C84FF7

RGB percentages

Red31.0%
Green82.4%
Blue96.9%

CMYK percentages

Cyan68.0%
Magenta15.0%
Yellow0.0%
Key (black)3.1%

Color previews

#4fd2f7 text on a black background

contrast 11.89:1

Card sample

#4fd2f7 text on a white background

contrast 1.77:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(79, 210, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 210, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fd2f7;
background: linear-gradient(135deg, #4fd2f7, #4F62F7);

Monochromatic scale

Palettes built from #4fd2f7

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.

#4fd2f7 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.

#4fd2f7, answered

What color is #4fd2f7?

#4fd2f7 is a balanced electric cyan, closest to Sky Blue (ΔE2000 5.2). It sits at 193° on the hue wheel with 91% saturation and 64% lightness, which reads as cool.

What is the RGB value of #4fd2f7?

rgb(79, 210, 247) — 79 red, 210 green and 247 blue out of 255, or 31% / 82.4% / 96.9% by channel.

Is #4fd2f7 a light or a dark color?

It is a light color. Relative luminance is 0.5447 and perceived brightness is 73%, so black text on it reaches 11.89:1.

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

Black. It scores 11.89:1 against #4fd2f7, versus 1.77:1 for white — AAA at any size.

What is the complementary color of #4fd2f7?

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

What colors go well with #4fd2f7?

For interface work: #F4F9FA as the surface, #C0E3ED for borders, #4B899B for secondary text, #FB4B50 as an accent and #06607A for hover and pressed states. For a palette, the analogous pair #4FF7C8 and #4F7EF7 stays calm, while #F7744F is the loudest partner.

What is #4fd2f7 in CMYK for printing?

cmyk(68%, 15%, 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 #4fd2f7 warm or cool?

Cool — it scores 93 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #4FF7DE; nudged cooler, #4DB7F9.

Work with #4fd2f7 in the Color Lab