Dodger Blue

#0896D9

Blue

Color Codes

All color formats for development

HEX
#0896D9
RGB
rgb(8, 150, 217)
HSL
hsl(199, 93%, 44%)
OKLCH
oklch(0.641 0.143 239.1)
CMYK
cmyk(96%, 31%, 0%, 15%)

Accessibility

WCAG contrast compliance

On White Background

3.29:1

AA AAA

On Black Background

6.37:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FA
100
#DDF3
200
#BFE9
300
#8ED8
400
#53C4
500
#22B3
600
#0896
700
#0678
800
#0455
900
#0337
950
#0222

Shades

Darker variations

1#0787C3
2#0678AD
3#056998
4#055A82
5#044B6C
6#033C57
7#022D41
8#021E2B
9#010F16

Tints

Lighter variations

1#09AAF4
2#23B4F7
3#3EBDF8
4#5AC7F9
5#75D0FA
6#91D9FB
7#ACE3FC
8#C8ECFD
9#E3F6FE

Tones

Muted variations

1#1293CE
2#1D8FC4
3#278BB9
4#3287AF
5#3C83A4
6#46809A
7#517C90
8#5B7885
9#66747B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FA
#F0FAFE
BackgroundsSubtle highlightsCard backgrounds
100
DDF3
#DDF3FE
Light backgroundsTable row hoverSkeleton loading
200
BFE9
#BFE9FD
Secondary backgroundsInput backgroundsDividers
300
8ED8
#8ED8FB
BordersInactive statesPlaceholder text
400
53C4
#53C4F9
Disabled statesSecondary iconsMuted text
500
22B3
#22B3F7
Primary brand colorCTAsActive elementsLinks
600
0896
#0896D9
Hover statesFocus ringsPrimary buttons hover
700
0678
#0678AC
Active/pressed statesDark mode accentsSecondary text
800
0455
#04557B
Text on light backgroundsHeadingsStrong borders
900
0337
#03374F
Primary textHigh emphasis contentDark headings
950
0222
#022231
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --dodger-blue-50: #F0FAFE;
  --dodger-blue-100: #DDF3FE;
  --dodger-blue-200: #BFE9FD;
  --dodger-blue-300: #8ED8FB;
  --dodger-blue-400: #53C4F9;
  --dodger-blue-500: #22B3F7;
  --dodger-blue-600: #0896D9;
  --dodger-blue-700: #0678AC;
  --dodger-blue-800: #04557B;
  --dodger-blue-900: #03374F;
  --dodger-blue-950: #022231;
}
Generate More ShadesCreate PaletteConvert Color