Dodger Blue

#0C9BD4

Blue

Color Codes

All color formats for development

HEX
#0C9BD4
RGB
rgb(12, 155, 212)
HSL
hsl(197, 89%, 44%)
OKLCH
oklch(0.65 0.134 234.1)
CMYK
cmyk(94%, 27%, 0%, 17%)

Accessibility

WCAG contrast compliance

On White Background

3.16:1

AA AAA

On Black Background

6.65:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FA
100
#DDF4
200
#C0EB
300
#90DB
400
#56C8
500
#26B9
600
#0C9B
700
#0A7C
800
#0758
900
#0439
950
#0323

Shades

Darker variations

1#0B8CBF
2#0A7CAA
3#096D94
4#075D7F
5#064E6A
6#053E55
7#042F40
8#021F2A
9#011015

Tints

Lighter variations

1#0EAFEF
2#27B9F2
3#42C2F4
4#5DCAF6
5#78D3F7
6#93DCF9
7#AEE5FA
8#C9EDFC
9#E4F6FD

Tones

Muted variations

1#1697CA
2#2093C0
3#2A8EB6
4#348AAC
5#3E86A2
6#488298
7#527D8E
8#5C7984
9#66757A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FA
#F1FAFE
BackgroundsSubtle highlightsCard backgrounds
100
DDF4
#DDF4FD
Light backgroundsTable row hoverSkeleton loading
200
C0EB
#C0EBFB
Secondary backgroundsInput backgroundsDividers
300
90DB
#90DBF9
BordersInactive statesPlaceholder text
400
56C8
#56C8F5
Disabled statesSecondary iconsMuted text
500
26B9
#26B9F2
Primary brand colorCTAsActive elementsLinks
600
0C9B
#0C9BD4
Hover statesFocus ringsPrimary buttons hover
700
0A7C
#0A7CA9
Active/pressed statesDark mode accentsSecondary text
800
0758
#075878
Text on light backgroundsHeadingsStrong borders
900
0439
#04394D
Primary textHigh emphasis contentDark headings
950
0323
#032330
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --dodger-blue-50: #F1FAFE;
  --dodger-blue-100: #DDF4FD;
  --dodger-blue-200: #C0EBFB;
  --dodger-blue-300: #90DBF9;
  --dodger-blue-400: #56C8F5;
  --dodger-blue-500: #26B9F2;
  --dodger-blue-600: #0C9BD4;
  --dodger-blue-700: #0A7CA9;
  --dodger-blue-800: #075878;
  --dodger-blue-900: #04394D;
  --dodger-blue-950: #032330;
}
Generate More ShadesCreate PaletteConvert Color