Dodger Blue

#1F8CF9

Blue

Color Codes

All color formats for development

HEX
#1F8CF9
RGB
rgb(31, 140, 249)
HSL
hsl(210, 95%, 55%)
OKLCH
oklch(0.64 0.187 253.5)
CMYK
cmyk(88%, 44%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

3.40:1

AA AAA

On Black Background

6.18:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F7
100
#DCED
200
#BEDE
300
#8DC4
400
#51A6
500
#1F8C
600
#0670
700
#0459
800
#0340
900
#0229
950
#011A

Shades

Darker variations

1#067EF6
2#0670DB
3#0562BF
4#0454A4
5#044689
6#03386D
7#022A52
8#011C37
9#010E1B

Tints

Lighter variations

1#3698FA
2#4CA3FA
3#62AFFB
4#79BAFC
5#8FC6FC
6#A5D1FD
7#BCDDFD
8#D2E8FE
9#E9F4FE

Tones

Muted variations

1#2A8CEE
2#358CE3
3#408CD9
4#4B8CCE
5#568CC3
6#618CB8
7#6C8CAD
8#768CA2
9#818C97

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F7
#F0F7FF
BackgroundsSubtle highlightsCard backgrounds
100
DCED
#DCEDFE
Light backgroundsTable row hoverSkeleton loading
200
BEDE
#BEDEFD
Secondary backgroundsInput backgroundsDividers
300
8DC4
#8DC4FC
BordersInactive statesPlaceholder text
400
51A6
#51A6FB
Disabled statesSecondary iconsMuted text
500
1F8C
#1F8CF9
Primary brand colorCTAsActive elementsLinks
600
0670
#0670DB
Hover statesFocus ringsPrimary buttons hover
700
0459
#0459AE
Active/pressed statesDark mode accentsSecondary text
800
0340
#03407C
Text on light backgroundsHeadingsStrong borders
900
0229
#022950
Primary textHigh emphasis contentDark headings
950
011A
#011A32
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --dodger-blue-50: #F0F7FF;
  --dodger-blue-100: #DCEDFE;
  --dodger-blue-200: #BEDEFD;
  --dodger-blue-300: #8DC4FC;
  --dodger-blue-400: #51A6FB;
  --dodger-blue-500: #1F8CF9;
  --dodger-blue-600: #0670DB;
  --dodger-blue-700: #0459AE;
  --dodger-blue-800: #03407C;
  --dodger-blue-900: #022950;
  --dodger-blue-950: #011A32;
}
Generate More ShadesCreate PaletteConvert Color