Dodger Blue

#1F9BF9

Blue

Color Codes

All color formats for development

HEX
#1F9BF9
RGB
rgb(31, 155, 249)
HSL
hsl(206, 95%, 55%)
OKLCH
oklch(0.673 0.172 248.1)
CMYK
cmyk(88%, 38%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

2.95:1

AA AAA

On Black Background

7.11:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F8
100
#DCEF
200
#BEE2
300
#8DCC
400
#51B1
500
#1F9B
600
#067E
700
#0465
800
#0348
900
#022E
950
#011D

Shades

Darker variations

1#068EF6
2#067EDB
3#056FBF
4#045FA4
5#044F89
6#033F6D
7#022F52
8#012037
9#01101B

Tints

Lighter variations

1#36A5FA
2#4CAFFA
3#62B9FB
4#79C3FC
5#8FCDFC
6#A5D7FD
7#BCE1FD
8#D2EBFE
9#E9F5FE

Tones

Muted variations

1#2A99EE
2#3598E3
3#4096D9
4#4B95CE
5#5694C3
6#6192B8
7#6C91AD
8#768FA2
9#818E97

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F8
#F0F8FF
BackgroundsSubtle highlightsCard backgrounds
100
DCEF
#DCEFFE
Light backgroundsTable row hoverSkeleton loading
200
BEE2
#BEE2FD
Secondary backgroundsInput backgroundsDividers
300
8DCC
#8DCCFC
BordersInactive statesPlaceholder text
400
51B1
#51B1FB
Disabled statesSecondary iconsMuted text
500
1F9B
#1F9BF9
Primary brand colorCTAsActive elementsLinks
600
067E
#067EDB
Hover statesFocus ringsPrimary buttons hover
700
0465
#0465AE
Active/pressed statesDark mode accentsSecondary text
800
0348
#03487C
Text on light backgroundsHeadingsStrong borders
900
022E
#022E50
Primary textHigh emphasis contentDark headings
950
011D
#011D32
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --dodger-blue-50: #F0F8FF;
  --dodger-blue-100: #DCEFFE;
  --dodger-blue-200: #BEE2FD;
  --dodger-blue-300: #8DCCFC;
  --dodger-blue-400: #51B1FB;
  --dodger-blue-500: #1F9BF9;
  --dodger-blue-600: #067EDB;
  --dodger-blue-700: #0465AE;
  --dodger-blue-800: #03487C;
  --dodger-blue-900: #022E50;
  --dodger-blue-950: #011D32;
}
Generate More ShadesCreate PaletteConvert Color