Skip to content

#3eb3e2

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

RGB
62, 179, 226
HSL
197°, 74%, 57%
CMYK
73, 21, 0, 11
Luminance
0.3876

At a glance

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

Hex
#3eb3e2
Hue
197°
cyan
Saturation
74%
vivid
Lightness
57%
balanced
Brightness
89%
HSV value
Perceived
63%
weighted brightness
Luminance
0.3876
WCAG relative
Temperature
Cool
95/100 cool
Color family
Cyan
Tone
Vivid
Best ink
Black
8.75:1
Closest name
Deep Sky Blue
ΔE2000 4.4
Where it sits
Hue197° of 360°
Saturation74%
Lightness57%
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#3eb3e2
RGBrgb(62, 179, 226)
HSLhsl(197, 74%, 57%)
CMYKcmyk(73%, 21%, 0%, 11%)
LABlab(68.6 -17.3 -32.9)
LCHlch(68.6 37.2 242.3)
OKLCHoklch(0.722 0.122 229.1)
Decimal4109282
Display P3color(display-p3 0.243 0.702 0.886)

Copy-ready code

/* CSS */
color: #3eb3e2;
background-color: #3eb3e2;
/* Tailwind (arbitrary) */
class="text-[#3eb3e2] bg-[#3eb3e2]"
/* SCSS */
$brand: #3eb3e2;
/* SwiftUI */
Color(red: 0.243, green: 0.702, blue: 0.886)
/* Android */
Color.parseColor("#3eb3e2")
/* Flutter */
Color(0xFF3EB3E2)
/* Python / OpenCV (BGR) */
(226, 179, 62)

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

Accessibility — WCAG contrast

Aa
#3eb3e2 on white: 2.40:1
AA ✗ fail · AA-large · AAA
Aa
#3eb3e2 on black: 8.75:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #9BB0E4
deuteranopia · #84A0E1
tritanopia · #00C0C3

Color scale — 50 to 950

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

#F3F9FC
#E7F3F9
#C8E7F3
#9DD9F0
#6DC5E9
#3eb3e2
#20A1D5
#1B86B1
#156B8E
#144F67
#0C3140
Base = 500Lightest = 50 · #F3F9FCDarkest = 950 · #0C3140
:root {
  --brand-50: #F3F9FC;
  --brand-100: #E7F3F9;
  --brand-200: #C8E7F3;
  --brand-300: #9DD9F0;
  --brand-400: #6DC5E9;
  --brand-500: #3eb3e2;
  --brand-600: #20A1D5;
  --brand-700: #1B86B1;
  --brand-800: #156B8E;
  --brand-900: #144F67;
  --brand-950: #0C3140;
  --brand: #3eb3e2;
  --brand-ink: #000000;
}

Colors that work with #3eb3e2

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#C0E0ED
Hairlines and dividers
Muted text#4B849B
Captions on the surface
Accent#E6403A
Second voice, not a rival
Dark variant#11546F
Hover, pressed, headers
Light variant#E9F6FC
Selected rows, tints
Dark surface#142024
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 #3eb3e2

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#E26D3E
Analogous left#3EE2BF
Analogous right#3E61E2
Split-complement 1#E23E61
Split-complement 2#E2BF3E
Triadic 1#E23EB3
Triadic 2#B3E23E
Tetradic#BF3EE2

RGB percentages

Red24.3%
Green70.2%
Blue88.6%

CMYK percentages

Cyan72.6%
Magenta20.8%
Yellow0.0%
Key (black)11.4%

Color previews

#3eb3e2 text on a black background

contrast 8.75:1

Card sample

#3eb3e2 text on a white background

contrast 2.40:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

color: #3eb3e2;
Background color
Panel with #3eb3e2 background
background-color: #3eb3e2;
Text shadow — hex

Glowing headline

text-shadow: 2px 2px 8px #3eb3e2;
Text shadow — RGB

Soft neon halo

text-shadow: 0 0 14px rgba(62, 179, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 179, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3eb3e2;
background: linear-gradient(135deg, #3eb3e2, #3E46E2);

Monochromatic scale

Palettes built from #3eb3e2

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.

#3eb3e2 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.

#3eb3e2, answered

What color is #3eb3e2?

#3eb3e2 is a balanced vivid cyan, closest to Deep Sky Blue (ΔE2000 4.4). It sits at 197° on the hue wheel with 74% saturation and 57% lightness, which reads as cool.

What is the RGB value of #3eb3e2?

rgb(62, 179, 226) — 62 red, 179 green and 226 blue out of 255, or 24.3% / 70.2% / 88.6% by channel.

Is #3eb3e2 a light or a dark color?

It is a mid-tone. Relative luminance is 0.3876 and perceived brightness is 63%, so black text on it reaches 8.75:1.

Should I use black or white text on #3eb3e2?

Black. It scores 8.75:1 against #3eb3e2, versus 2.40:1 for white — AAA at any size.

What is the complementary color of #3eb3e2?

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

What colors go well with #3eb3e2?

For interface work: #F4F9FA as the surface, #C0E0ED for borders, #4B849B for secondary text, #E6403A as an accent and #11546F for hover and pressed states. For a palette, the analogous pair #3EE2BF and #3E61E2 stays calm, while #E26D3E is the loudest partner.

What is #3eb3e2 in CMYK for printing?

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

Is #3eb3e2 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 #3EE2D5; nudged cooler, #3C9EE4.

Work with #3eb3e2 in the Color Lab