Dodger Blue

#1F71F4

Blue

Color Codes

All color formats for development

HEX
#1F71F4
RGB
rgb(31, 113, 244)
HSL
hsl(217, 91%, 54%)
OKLCH
oklch(0.58 0.211 260)
CMYK
cmyk(87%, 54%, 0%, 4%)

Accessibility

WCAG contrast compliance

On White Background

4.44:1

AA AAA

On Black Background

4.73:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F6
100
#DDE9
200
#C0D7
300
#8FB8
400
#5593
500
#2474
600
#0A58
700
#0846
800
#0632
900
#0420
950
#0214

Shades

Darker variations

1#0B62ED
2#0A57D2
3#094CB8
4#07419E
5#063684
6#052B69
7#04214F
8#021635
9#010B1A

Tints

Lighter variations

1#357FF5
2#4C8DF7
3#629BF8
4#79AAF9
5#8FB8FA
6#A5C6FB
7#BCD4FC
8#D2E3FD
9#E9F1FE

Tones

Muted variations

1#2A73EA
2#3476DF
3#3F78D4
4#4A7BCA
5#547DBF
6#5F80B4
7#6A82AA
8#74859F
9#7F8794

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F6
#F0F6FE
BackgroundsSubtle highlightsCard backgrounds
100
DDE9
#DDE9FD
Light backgroundsTable row hoverSkeleton loading
200
C0D7
#C0D7FC
Secondary backgroundsInput backgroundsDividers
300
8FB8
#8FB8FA
BordersInactive statesPlaceholder text
400
5593
#5593F7
Disabled statesSecondary iconsMuted text
500
2474
#2474F5
Primary brand colorCTAsActive elementsLinks
600
0A58
#0A58D6
Hover statesFocus ringsPrimary buttons hover
700
0846
#0846AA
Active/pressed statesDark mode accentsSecondary text
800
0632
#06327A
Text on light backgroundsHeadingsStrong borders
900
0420
#04204E
Primary textHigh emphasis contentDark headings
950
0214
#021431
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --dodger-blue-50: #F0F6FE;
  --dodger-blue-100: #DDE9FD;
  --dodger-blue-200: #C0D7FC;
  --dodger-blue-300: #8FB8FA;
  --dodger-blue-400: #5593F7;
  --dodger-blue-500: #2474F5;
  --dodger-blue-600: #0A58D6;
  --dodger-blue-700: #0846AA;
  --dodger-blue-800: #06327A;
  --dodger-blue-900: #04204E;
  --dodger-blue-950: #021431;
}
Generate More ShadesCreate PaletteConvert Color