Skip to content

#1b7dfd

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

RGB
27, 125, 253
HSL
214°, 98%, 55%
CMYK
89, 51, 0, 1
Luminance
0.2199

At a glance

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

Hex
#1b7dfd
Hue
214°
blue
Saturation
98%
electric
Lightness
55%
balanced
Brightness
99%
HSV value
Perceived
51%
weighted brightness
Luminance
0.2199
WCAG relative
Temperature
Cool
98/100 cool
Color family
Blue
Tone
Electric
Best ink
Black
5.40:1
Closest name
Dodger Blue
ΔE2000 6.7
Where it sits
Hue214° of 360°
Saturation98%
Lightness55%
Temperature
Warm ← → Cool98% 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#1b7dfd
RGBrgb(27, 125, 253)
HSLhsl(214, 98%, 55%)
CMYKcmyk(89%, 51%, 0%, 1%)
LABlab(54.0 20.7 -70.9)
LCHlch(54.0 73.9 286.3)
OKLCHoklch(0.610 0.209 257.9)
Decimal1801725
Display P3color(display-p3 0.106 0.490 0.992)

Copy-ready code

/* CSS */
color: #1b7dfd;
background-color: #1b7dfd;
/* Tailwind (arbitrary) */
class="text-[#1b7dfd] bg-[#1b7dfd]"
/* SCSS */
$brand: #1b7dfd;
/* SwiftUI */
Color(red: 0.106, green: 0.490, blue: 0.992)
/* Android */
Color.parseColor("#1b7dfd")
/* Flutter */
Color(0xFF1B7DFD)
/* Python / OpenCV (BGR) */
(253, 125, 27)

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

Accessibility — WCAG contrast

Aa
#1b7dfd on white: 3.89:1
AA ✗ fail · AA-large · AAA
Aa
#1b7dfd on black: 5.40:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #228BFF
deuteranopia · #0078FB
tritanopia · #009DB1

Color scale — 50 to 950

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

#F1F7FD
#E3EEFC
#C1DAFB
#90C0FE
#58A0FE
#1b7dfd
#026AF3
#0259CA
#0147A2
#063675
#042249
Base = 500Lightest = 50 · #F1F7FDDarkest = 950 · #042249
:root {
  --brand-50: #F1F7FD;
  --brand-100: #E3EEFC;
  --brand-200: #C1DAFB;
  --brand-300: #90C0FE;
  --brand-400: #58A0FE;
  --brand-500: #1b7dfd;
  --brand-600: #026AF3;
  --brand-700: #0259CA;
  --brand-800: #0147A2;
  --brand-900: #063675;
  --brand-950: #042249;
  --brand: #1b7dfd;
  --brand-ink: #000000;
}

Colors that work with #1b7dfd

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#F4F7FA
Tinted page background
Border#C0D3ED
Hairlines and dividers
Muted text#4B6D9B
Captions on the surface
Accent#CC4100
Second voice, not a rival
Dark variant#01377E
Hover, pressed, headers
Light variant#E6F1FF
Selected rows, tints
Dark surface#141B24
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 #1b7dfd

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#FD9B1B
Analogous left#1BEEFD
Analogous right#2A1BFD
Split-complement 1#FD2A1B
Split-complement 2#EEFD1B
Triadic 1#FD1B7D
Triadic 2#7DFD1B
Tetradic#FD1BEE

RGB percentages

Red10.6%
Green49.0%
Blue99.2%

CMYK percentages

Cyan89.3%
Magenta50.6%
Yellow0.0%
Key (black)0.8%

Color previews

#1b7dfd text on a black background

contrast 5.40:1

Card sample

#1b7dfd text on a white background

contrast 3.89:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

color: #1b7dfd;
Background color
Panel with #1b7dfd background
background-color: #1b7dfd;
Text shadow — hex

Glowing headline

text-shadow: 2px 2px 8px #1b7dfd;
Text shadow — RGB

Soft neon halo

text-shadow: 0 0 14px rgba(27, 125, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(27, 125, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1b7dfd;
background: linear-gradient(135deg, #1b7dfd, #501BFD);

Monochromatic scale

Palettes built from #1b7dfd

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.

#1b7dfd 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.

#1b7dfd, answered

What color is #1b7dfd?

#1b7dfd is a balanced electric blue, closest to Dodger Blue (ΔE2000 6.7). It sits at 214° on the hue wheel with 98% saturation and 55% lightness, which reads as cool.

What is the RGB value of #1b7dfd?

rgb(27, 125, 253) — 27 red, 125 green and 253 blue out of 255, or 10.6% / 49% / 99.2% by channel.

Is #1b7dfd a light or a dark color?

It is a mid-tone. Relative luminance is 0.2199 and perceived brightness is 51%, so black text on it reaches 5.40:1.

Should I use black or white text on #1b7dfd?

Black. It scores 5.40:1 against #1b7dfd, versus 3.89:1 for white — AA at any size.

What is the complementary color of #1b7dfd?

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

What colors go well with #1b7dfd?

For interface work: #F4F7FA as the surface, #C0D3ED for borders, #4B6D9B for secondary text, #CC4100 as an accent and #01377E for hover and pressed states. For a palette, the analogous pair #1BEEFD and #2A1BFD stays calm, while #FD9B1B is the loudest partner.

What is #1b7dfd in CMYK for printing?

cmyk(89%, 51%, 0%, 1%). 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 #1b7dfd warm or cool?

Cool — it scores 98 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #1B2AFD; nudged cooler, #0073FE.

Work with #1b7dfd in the Color Lab