Dodger Blue

#1F68F9

Blue

Color Codes

All color formats for development

HEX
#1F68F9
RGB
rgb(31, 104, 249)
HSL
hsl(220, 95%, 55%)
OKLCH
oklch(0.566 0.228 262.1)
CMYK
cmyk(88%, 58%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

4.77:1

AA AAA

On Black Background

4.41:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F5
100
#DCE7
200
#BED3
300
#8DB2
400
#5189
500
#1F68
600
#064D
700
#043D
800
#032C
900
#021C
950
#0111

Shades

Darker variations

1#0656F6
2#064DDB
3#0543BF
4#043AA4
5#043089
6#03266D
7#021D52
8#011337
9#010A1B

Tints

Lighter variations

1#3677FA
2#4C86FA
3#6295FB
4#79A4FC
5#8FB3FC
6#A5C3FD
7#BCD2FD
8#D2E1FE
9#E9F0FE

Tones

Muted variations

1#2A6CEE
2#356FE3
3#4073D9
4#4B76CE
5#567AC3
6#617EB8
7#6C81AD
8#7685A2
9#818997

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F5
#F0F5FF
BackgroundsSubtle highlightsCard backgrounds
100
DCE7
#DCE7FE
Light backgroundsTable row hoverSkeleton loading
200
BED3
#BED3FD
Secondary backgroundsInput backgroundsDividers
300
8DB2
#8DB2FC
BordersInactive statesPlaceholder text
400
5189
#5189FB
Disabled statesSecondary iconsMuted text
500
1F68
#1F68F9
Primary brand colorCTAsActive elementsLinks
600
064D
#064DDB
Hover statesFocus ringsPrimary buttons hover
700
043D
#043DAE
Active/pressed statesDark mode accentsSecondary text
800
032C
#032C7C
Text on light backgroundsHeadingsStrong borders
900
021C
#021C50
Primary textHigh emphasis contentDark headings
950
0111
#011132
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --dodger-blue-50: #F0F5FF;
  --dodger-blue-100: #DCE7FE;
  --dodger-blue-200: #BED3FD;
  --dodger-blue-300: #8DB2FC;
  --dodger-blue-400: #5189FB;
  --dodger-blue-500: #1F68F9;
  --dodger-blue-600: #064DDB;
  --dodger-blue-700: #043DAE;
  --dodger-blue-800: #032C7C;
  --dodger-blue-900: #021C50;
  --dodger-blue-950: #011132;
}
Generate More ShadesCreate PaletteConvert Color