Dodger Blue

#0D94D3

Blue

Color Codes

All color formats for development

HEX
#0D94D3
RGB
rgb(13, 148, 211)
HSL
hsl(199, 88%, 44%)
OKLCH
oklch(0.633 0.138 238)
CMYK
cmyk(94%, 30%, 0%, 17%)

Accessibility

WCAG contrast compliance

On White Background

3.39:1

AA AAA

On Black Background

6.19:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FA
100
#DDF3
200
#C1E9
300
#91D7
400
#57C3
500
#27B1
600
#0D94
700
#0B76
800
#0854
900
#0536
950
#0322

Shades

Darker variations

1#0C86BE
2#0B77A9
3#096894
4#08597F
5#074A69
6#053B54
7#042D3F
8#031E2A
9#010F15

Tints

Lighter variations

1#0FA7EE
2#28B2F1
3#43BBF3
4#5EC5F5
5#79CFF6
6#94D8F8
7#AEE2FA
8#C9ECFC
9#E4F5FD

Tones

Muted variations

1#1791C9
2#218DBF
3#2B8AB5
4#3586AB
5#3F82A2
6#497F98
7#537B8E
8#5C7784
9#66747A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FA
#F1FAFE
BackgroundsSubtle highlightsCard backgrounds
100
DDF3
#DDF3FD
Light backgroundsTable row hoverSkeleton loading
200
C1E9
#C1E9FB
Secondary backgroundsInput backgroundsDividers
300
91D7
#91D7F8
BordersInactive statesPlaceholder text
400
57C3
#57C3F4
Disabled statesSecondary iconsMuted text
500
27B1
#27B1F1
Primary brand colorCTAsActive elementsLinks
600
0D94
#0D94D3
Hover statesFocus ringsPrimary buttons hover
700
0B76
#0B76A8
Active/pressed statesDark mode accentsSecondary text
800
0854
#085478
Text on light backgroundsHeadingsStrong borders
900
0536
#05364D
Primary textHigh emphasis contentDark headings
950
0322
#032230
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --dodger-blue-50: #F1FAFE;
  --dodger-blue-100: #DDF3FD;
  --dodger-blue-200: #C1E9FB;
  --dodger-blue-300: #91D7F8;
  --dodger-blue-400: #57C3F4;
  --dodger-blue-500: #27B1F1;
  --dodger-blue-600: #0D94D3;
  --dodger-blue-700: #0B76A8;
  --dodger-blue-800: #085478;
  --dodger-blue-900: #05364D;
  --dodger-blue-950: #032230;
}
Generate More ShadesCreate PaletteConvert Color