Dodger Blue

#0988D7

Blue

Color Codes

All color formats for development

HEX
#0988D7
RGB
rgb(9, 136, 215)
HSL
hsl(203, 92%, 44%)
OKLCH
oklch(0.607 0.153 245.7)
CMYK
cmyk(96%, 37%, 0%, 16%)

Accessibility

WCAG contrast compliance

On White Background

3.81:1

AA AAA

On Black Background

5.51:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F9
100
#DDF1
200
#BFE5
300
#8ED1
400
#54B9
500
#23A5
600
#0988
700
#076C
800
#054D
900
#0332
950
#021F

Shades

Darker variations

1#087BC2
2#076DAC
3#065F97
4#055281
5#04446C
6#043756
7#032941
8#021B2B
9#010E16

Tints

Lighter variations

1#0A9AF3
2#24A5F6
3#3FB0F7
4#5ABCF8
5#76C7F9
6#91D2FA
7#ADDDFC
8#C8E9FD
9#E4F4FE

Tones

Muted variations

1#1386CD
2#1E83C3
3#2881B8
4#327FAE
5#3D7CA4
6#477A99
7#51778F
8#5C7585
9#66737B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F9
#F0F9FE
BackgroundsSubtle highlightsCard backgrounds
100
DDF1
#DDF1FE
Light backgroundsTable row hoverSkeleton loading
200
BFE5
#BFE5FC
Secondary backgroundsInput backgroundsDividers
300
8ED1
#8ED1FA
BordersInactive statesPlaceholder text
400
54B9
#54B9F8
Disabled statesSecondary iconsMuted text
500
23A5
#23A5F6
Primary brand colorCTAsActive elementsLinks
600
0988
#0988D7
Hover statesFocus ringsPrimary buttons hover
700
076C
#076CAB
Active/pressed statesDark mode accentsSecondary text
800
054D
#054D7A
Text on light backgroundsHeadingsStrong borders
900
0332
#03324E
Primary textHigh emphasis contentDark headings
950
021F
#021F31
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --dodger-blue-50: #F0F9FE;
  --dodger-blue-100: #DDF1FE;
  --dodger-blue-200: #BFE5FC;
  --dodger-blue-300: #8ED1FA;
  --dodger-blue-400: #54B9F8;
  --dodger-blue-500: #23A5F6;
  --dodger-blue-600: #0988D7;
  --dodger-blue-700: #076CAB;
  --dodger-blue-800: #054D7A;
  --dodger-blue-900: #03324E;
  --dodger-blue-950: #021F31;
}
Generate More ShadesCreate PaletteConvert Color