Dodger Blue

#0A8FD6

Blue

Color Codes

All color formats for development

HEX
#0A8FD6
RGB
rgb(10, 143, 214)
HSL
hsl(201, 91%, 44%)
OKLCH
oklch(0.623 0.145 241.9)
CMYK
cmyk(95%, 33%, 0%, 16%)

Accessibility

WCAG contrast compliance

On White Background

3.55:1

AA AAA

On Black Background

5.91:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F9
100
#DDF2
200
#C0E7
300
#8FD4
400
#55BE
500
#24AC
600
#0A8F
700
#0872
800
#0651
900
#0434
950
#0220

Shades

Darker variations

1#0981C1
2#0872AB
3#076496
4#065681
5#05476B
6#043956
7#032B40
8#021D2B
9#010E15

Tints

Lighter variations

1#0BA1F2
2#25ACF5
3#40B6F6
4#5BC1F7
5#77CBF9
6#92D5FA
7#ADE0FB
8#C8EAFC
9#E4F5FE

Tones

Muted variations

1#148CCC
2#1F89C2
3#2986B8
4#3383AD
5#3D80A3
6#477C99
7#52798F
8#5C7685
9#66737A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F9
#F0F9FE
BackgroundsSubtle highlightsCard backgrounds
100
DDF2
#DDF2FD
Light backgroundsTable row hoverSkeleton loading
200
C0E7
#C0E7FC
Secondary backgroundsInput backgroundsDividers
300
8FD4
#8FD4FA
BordersInactive statesPlaceholder text
400
55BE
#55BEF7
Disabled statesSecondary iconsMuted text
500
24AC
#24ACF5
Primary brand colorCTAsActive elementsLinks
600
0A8F
#0A8FD6
Hover statesFocus ringsPrimary buttons hover
700
0872
#0872AA
Active/pressed statesDark mode accentsSecondary text
800
0651
#06517A
Text on light backgroundsHeadingsStrong borders
900
0434
#04344E
Primary textHigh emphasis contentDark headings
950
0220
#022031
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --dodger-blue-50: #F0F9FE;
  --dodger-blue-100: #DDF2FD;
  --dodger-blue-200: #C0E7FC;
  --dodger-blue-300: #8FD4FA;
  --dodger-blue-400: #55BEF7;
  --dodger-blue-500: #24ACF5;
  --dodger-blue-600: #0A8FD6;
  --dodger-blue-700: #0872AA;
  --dodger-blue-800: #06517A;
  --dodger-blue-900: #04344E;
  --dodger-blue-950: #022031;
}
Generate More ShadesCreate PaletteConvert Color