Skip to content

#53c2f2

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

RGB
83, 194, 242
HSL
198°, 86%, 64%
CMYK
66, 20, 0, 5
Luminance
0.4683

At a glance

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

Hex
#53c2f2
Hue
198°
cyan
Saturation
86%
electric
Lightness
64%
balanced
Brightness
95%
HSV value
Perceived
69%
weighted brightness
Luminance
0.4683
WCAG relative
Temperature
Cool
95/100 cool
Color family
Cyan
Tone
Electric
Best ink
Black
10.37:1
Closest name
Deep Sky Blue
ΔE2000 3.4
Where it sits
Hue198° of 360°
Saturation86%
Lightness64%
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#53c2f2
RGBrgb(83, 194, 242)
HSLhsl(198, 86%, 64%)
CMYKcmyk(66%, 20%, 0%, 5%)
LABlab(74.1 -17.1 -33.1)
LCHlch(74.1 37.2 242.6)
OKLCHoklch(0.769 0.121 229.8)
Decimal5489394
Display P3color(display-p3 0.325 0.761 0.949)

Copy-ready code

/* CSS */
color: #53c2f2;
background-color: #53c2f2;
/* Tailwind (arbitrary) */
class="text-[#53c2f2] bg-[#53c2f2]"
/* SCSS */
$brand: #53c2f2;
/* SwiftUI */
Color(red: 0.325, green: 0.761, blue: 0.949)
/* Android */
Color.parseColor("#53c2f2")
/* Flutter */
Color(0xFF53C2F2)
/* Python / OpenCV (BGR) */
(242, 194, 83)

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

Accessibility — WCAG contrast

Aa
#53c2f2 on white: 2.03:1
AA ✗ fail · AA-large · AAA
Aa
#53c2f2 on black: 10.37:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #A9BFF4
deuteranopia · #93AFF1
tritanopia · #00CFD2

Color scale — 50 to 950

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

#F2F9FD
#E5F4FA
#C5E8F7
#97DAF7
#53c2f2
#2EB5EF
#11A4E4
#0E89BE
#0C6D98
#0D506E
#083244
Base = 400Lightest = 50 · #F2F9FDDarkest = 950 · #083244
:root {
  --brand-50: #F2F9FD;
  --brand-100: #E5F4FA;
  --brand-200: #C5E8F7;
  --brand-300: #97DAF7;
  --brand-400: #53c2f2;
  --brand-500: #2EB5EF;
  --brand-600: #11A4E4;
  --brand-700: #0E89BE;
  --brand-800: #0C6D98;
  --brand-900: #0D506E;
  --brand-950: #083244;
  --brand: #53c2f2;
  --brand-ink: #000000;
}

Colors that work with #53c2f2

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#4B839B
Captions on the surface
Accent#F6584F
Second voice, not a rival
Dark variant#095577
Hover, pressed, headers
Light variant#E7F7FD
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 #53c2f2

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#F28353
Analogous left#53F2D2
Analogous right#5372F2
Split-complement 1#F25372
Split-complement 2#F2D253
Triadic 1#F253C2
Triadic 2#C2F253
Tetradic#D253F2

RGB percentages

Red32.5%
Green76.1%
Blue94.9%

CMYK percentages

Cyan65.7%
Magenta19.8%
Yellow0.0%
Key (black)5.1%

Color previews

#53c2f2 text on a black background

contrast 10.37:1

Card sample

#53c2f2 text on a white background

contrast 2.03:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

color: #53c2f2;
Background color
Panel with #53c2f2 background
background-color: #53c2f2;
Text shadow — hex

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(83, 194, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 194, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #53c2f2;
background: linear-gradient(135deg, #53c2f2, #5358F2);

Monochromatic scale

Palettes built from #53c2f2

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.

#53c2f2 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.

#53c2f2, answered

What color is #53c2f2?

#53c2f2 is a balanced electric cyan, closest to Deep Sky Blue (ΔE2000 3.4). It sits at 198° on the hue wheel with 86% saturation and 64% lightness, which reads as cool.

What is the RGB value of #53c2f2?

rgb(83, 194, 242) — 83 red, 194 green and 242 blue out of 255, or 32.5% / 76.1% / 94.9% by channel.

Is #53c2f2 a light or a dark color?

It is a mid-tone. Relative luminance is 0.4683 and perceived brightness is 69%, so black text on it reaches 10.37:1.

Should I use black or white text on #53c2f2?

Black. It scores 10.37:1 against #53c2f2, versus 2.03:1 for white — AAA at any size.

What is the complementary color of #53c2f2?

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

What colors go well with #53c2f2?

For interface work: #F4F9FA as the surface, #C0DFED for borders, #4B839B for secondary text, #F6584F as an accent and #095577 for hover and pressed states. For a palette, the analogous pair #53F2D2 and #5372F2 stays calm, while #F28353 is the loudest partner.

What is #53c2f2 in CMYK for printing?

cmyk(66%, 20%, 0%, 5%). 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 #53c2f2 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 #53F2E8; nudged cooler, #51AEF4.

Work with #53c2f2 in the Color Lab