Skip to content

#3b7df9

a balanced, electric blue · cool · closest name: Dodger Blue

RGB
59, 125, 249
HSL
219°, 94%, 60%
CMYK
76, 50, 0, 2
Luminance
0.2244

At a glance

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

Hex
#3b7df9
Hue
219°
blue
Saturation
94%
electric
Lightness
60%
balanced
Brightness
98%
HSV value
Perceived
52%
weighted brightness
Luminance
0.2244
WCAG relative
Temperature
Cool
95/100 cool
Color family
Blue
Tone
Electric
Best ink
Black
5.49:1
Closest name
Dodger Blue
ΔE2000 7.5
Where it sits
Hue219° of 360°
Saturation94%
Lightness60%
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#3b7df9
RGBrgb(59, 125, 249)
HSLhsl(219, 94%, 60%)
CMYKcmyk(76%, 50%, 0%, 2%)
LABlab(54.5 21.7 -67.9)
LCHlch(54.5 71.3 287.7)
OKLCHoklch(0.615 0.198 261.5)
Decimal3898873
Display P3color(display-p3 0.231 0.490 0.976)

Copy-ready code

/* CSS */
color: #3b7df9;
background-color: #3b7df9;
/* Tailwind (arbitrary) */
class="text-[#3b7df9] bg-[#3b7df9]"
/* SCSS */
$brand: #3b7df9;
/* SwiftUI */
Color(red: 0.231, green: 0.490, blue: 0.976)
/* Android */
Color.parseColor("#3b7df9")
/* Flutter */
Color(0xFF3B7DF9)
/* Python / OpenCV (BGR) */
(249, 125, 59)

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

Accessibility — WCAG contrast

Aa
#3b7df9 on white: 3.83:1
AA ✗ fail · AA-large · AAA
Aa
#3b7df9 on black: 5.49:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #2F8CFD
deuteranopia · #007AF7
tritanopia · #009BAF

Color scale — 50 to 950

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

#F2F6FD
#E4ECFB
#C2D5FA
#92B7FC
#5C93FA
#3b7df9
#0757EE
#0649C6
#053A9E
#082D72
#051C47
Base = 500Lightest = 50 · #F2F6FDDarkest = 950 · #051C47
:root {
  --brand-50: #F2F6FD;
  --brand-100: #E4ECFB;
  --brand-200: #C2D5FA;
  --brand-300: #92B7FC;
  --brand-400: #5C93FA;
  --brand-500: #3b7df9;
  --brand-600: #0757EE;
  --brand-700: #0649C6;
  --brand-800: #053A9E;
  --brand-900: #082D72;
  --brand-950: #051C47;
  --brand: #3b7df9;
  --brand-ink: #000000;
}

Colors that work with #3b7df9

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#F4F6FA
Tinted page background
Border#C0CFED
Hairlines and dividers
Muted text#4B669B
Captions on the surface
Accent#CA5302
Second voice, not a rival
Dark variant#042D7C
Hover, pressed, headers
Light variant#E6EFFE
Selected rows, tints
Dark surface#141924
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 #3b7df9

Derived from its contrast, chroma and lightness — not from taste.

Works well for
  • Headings from 24px up on white
  • 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
  • Small text on white — under 4.5:1
  • Full-page backgrounds — tiring over long sessions
  • 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#F9B73B
Analogous left#3BDCF9
Analogous right#583BF9
Split-complement 1#F9583B
Split-complement 2#DCF93B
Triadic 1#F93B7D
Triadic 2#7DF93B
Tetradic#F93BDC

RGB percentages

Red23.1%
Green49.0%
Blue97.6%

CMYK percentages

Cyan76.3%
Magenta49.8%
Yellow0.0%
Key (black)2.4%

Color previews

#3b7df9 text on a black background

contrast 5.49:1

Card sample

#3b7df9 text on a white background

contrast 3.83:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(59, 125, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 125, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3b7df9;
background: linear-gradient(135deg, #3b7df9, #783BF9);

Monochromatic scale

Palettes built from #3b7df9

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.

#3b7df9 in the real world

Where a color in this family tends to land, and the interface roles it is usually asked to play.

Industries
TechnologyFinanceHealthcareEnterprise SaaS
Common UI roles
ButtonsLinksFocus statesCharts
Print note

Sits outside most CMYK gamuts — expect a duller press result, or specify a spot ink.

#3b7df9, answered

What color is #3b7df9?

#3b7df9 is a balanced electric blue, closest to Dodger Blue (ΔE2000 7.5). It sits at 219° on the hue wheel with 94% saturation and 60% lightness, which reads as cool.

What is the RGB value of #3b7df9?

rgb(59, 125, 249) — 59 red, 125 green and 249 blue out of 255, or 23.1% / 49% / 97.6% by channel.

Is #3b7df9 a light or a dark color?

It is a mid-tone. Relative luminance is 0.2244 and perceived brightness is 52%, so black text on it reaches 5.49:1.

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

Black. It scores 5.49:1 against #3b7df9, versus 3.83:1 for white — AA at any size.

What is the complementary color of #3b7df9?

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

What colors go well with #3b7df9?

For interface work: #F4F6FA as the surface, #C0CFED for borders, #4B669B for secondary text, #CA5302 as an accent and #042D7C for hover and pressed states. For a palette, the analogous pair #3BDCF9 and #583BF9 stays calm, while #F9B73B is the loudest partner.

What is #3b7df9 in CMYK for printing?

cmyk(76%, 50%, 0%, 2%). 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 #3b7df9 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 #3F3BF9; nudged cooler, #207AFB.

Work with #3b7df9 in the Color Lab