Dodger Blue

#257BF4

Blue

Color Codes

All color formats for development

HEX
#257BF4
RGB
rgb(37, 123, 244)
HSL
hsl(215, 90%, 55%)
OKLCH
oklch(0.601 0.199 258.3)
CMYK
cmyk(85%, 50%, 0%, 4%)

Accessibility

WCAG contrast compliance

On White Background

4.02:1

AA AAA

On Black Background

5.22:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F6
100
#DDEA
200
#C0D9
300
#90BC
400
#5598
500
#257B
600
#0B5F
700
#094C
800
#0636
900
#0423
950
#0316

Shades

Darker variations

1#0D6BF0
2#0B5FD5
3#0A53BB
4#0848A0
5#073C85
6#06306B
7#042450
8#031835
9#010C1B

Tints

Lighter variations

1#3B88F5
2#5195F6
3#66A3F7
4#7CB0F8
5#92BDF9
6#A8CAFA
7#BED7FC
8#D3E5FD
9#E9F2FE

Tones

Muted variations

1#2F7DE9
2#3A7EDF
3#4480D5
4#4E82CA
5#5984C0
6#6385B6
7#6D87AB
8#7889A1
9#828B97

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F6
#F0F6FE
BackgroundsSubtle highlightsCard backgrounds
100
DDEA
#DDEAFD
Light backgroundsTable row hoverSkeleton loading
200
C0D9
#C0D9FC
Secondary backgroundsInput backgroundsDividers
300
90BC
#90BCF9
BordersInactive statesPlaceholder text
400
5598
#5598F6
Disabled statesSecondary iconsMuted text
500
257B
#257BF4
Primary brand colorCTAsActive elementsLinks
600
0B5F
#0B5FD5
Hover statesFocus ringsPrimary buttons hover
700
094C
#094CAA
Active/pressed statesDark mode accentsSecondary text
800
0636
#063679
Text on light backgroundsHeadingsStrong borders
900
0423
#04234E
Primary textHigh emphasis contentDark headings
950
0316
#031630
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --dodger-blue-50: #F0F6FE;
  --dodger-blue-100: #DDEAFD;
  --dodger-blue-200: #C0D9FC;
  --dodger-blue-300: #90BCF9;
  --dodger-blue-400: #5598F6;
  --dodger-blue-500: #257BF4;
  --dodger-blue-600: #0B5FD5;
  --dodger-blue-700: #094CAA;
  --dodger-blue-800: #063679;
  --dodger-blue-900: #04234E;
  --dodger-blue-950: #031630;
}
Generate More ShadesCreate PaletteConvert Color