Dodger Blue

#0398DD

Blue

Color Codes

All color formats for development

HEX
#0398DD
RGB
rgb(3, 152, 221)
HSL
hsl(199, 97%, 44%)
OKLCH
oklch(0.647 0.146 239.4)
CMYK
cmyk(99%, 31%, 0%, 13%)

Accessibility

WCAG contrast compliance

On White Background

3.21:1

AA AAA

On Black Background

6.54:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FA
100
#DCF3
200
#BEEA
300
#8BD9
400
#4FC5
500
#1DB5
600
#0398
700
#0379
800
#0256
900
#0137
950
#0123

Shades

Darker variations

1#0389C7
2#037AB1
3#026A9B
4#025B85
5#024C6F
6#013D58
7#012E42
8#011E2C
9#000F16

Tints

Lighter variations

1#04ABF9
2#1EB5FC
3#3ABFFC
4#56C8FC
5#72D1FD
6#8EDAFD
7#ABE3FE
8#C7EDFE
9#E3F6FF

Tones

Muted variations

1#0E94D2
2#1990C7
3#248CBC
4#2F88B2
5#3A84A7
6#45809C
7#507C91
8#5A7886
9#65747B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FA
#F0FAFF
BackgroundsSubtle highlightsCard backgrounds
100
DCF3
#DCF3FE
Light backgroundsTable row hoverSkeleton loading
200
BEEA
#BEEAFE
Secondary backgroundsInput backgroundsDividers
300
8BD9
#8BD9FD
BordersInactive statesPlaceholder text
400
4FC5
#4FC5FC
Disabled statesSecondary iconsMuted text
500
1DB5
#1DB5FC
Primary brand colorCTAsActive elementsLinks
600
0398
#0398DD
Hover statesFocus ringsPrimary buttons hover
700
0379
#0379B0
Active/pressed statesDark mode accentsSecondary text
800
0256
#02567E
Text on light backgroundsHeadingsStrong borders
900
0137
#013750
Primary textHigh emphasis contentDark headings
950
0123
#012332
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --dodger-blue-50: #F0FAFF;
  --dodger-blue-100: #DCF3FE;
  --dodger-blue-200: #BEEAFE;
  --dodger-blue-300: #8BD9FD;
  --dodger-blue-400: #4FC5FC;
  --dodger-blue-500: #1DB5FC;
  --dodger-blue-600: #0398DD;
  --dodger-blue-700: #0379B0;
  --dodger-blue-800: #02567E;
  --dodger-blue-900: #013750;
  --dodger-blue-950: #012332;
}
Generate More ShadesCreate PaletteConvert Color