Dodger Blue

#2D8CEB

Blue

Color Codes

All color formats for development

HEX
#2D8CEB
RGB
rgb(45, 140, 235)
HSL
hsl(210, 83%, 55%)
OKLCH
oklch(0.633 0.167 252.3)
CMYK
cmyk(81%, 40%, 0%, 8%)

Accessibility

WCAG contrast compliance

On White Background

3.46:1

AA AAA

On Black Background

6.06:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F7
100
#DEED
200
#C2DE
300
#94C4
400
#5CA6
500
#2D8C
600
#1370
700
#0F59
800
#0B40
900
#0729
950
#041A

Shades

Darker variations

1#157EE7
2#1370CD
3#1162B4
4#0E549A
5#0C4680
6#0A3867
7#072A4D
8#051C33
9#020E1A

Tints

Lighter variations

1#4298ED
2#57A3EF
3#6CAFF1
4#81BAF3
5#96C6F5
6#ABD1F7
7#C0DDF9
8#D5E8FB
9#EAF4FD

Tones

Muted variations

1#378CE2
2#408CD8
3#4A8CCF
4#538CC5
5#5D8CBC
6#668CB2
7#708CA9
8#798C9F
9#838C96

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F7
#F1F7FE
BackgroundsSubtle highlightsCard backgrounds
100
DEED
#DEEDFC
Light backgroundsTable row hoverSkeleton loading
200
C2DE
#C2DEF9
Secondary backgroundsInput backgroundsDividers
300
94C4
#94C4F5
BordersInactive statesPlaceholder text
400
5CA6
#5CA6F0
Disabled statesSecondary iconsMuted text
500
2D8C
#2D8CEB
Primary brand colorCTAsActive elementsLinks
600
1370
#1370CD
Hover statesFocus ringsPrimary buttons hover
700
0F59
#0F59A3
Active/pressed statesDark mode accentsSecondary text
800
0B40
#0B4075
Text on light backgroundsHeadingsStrong borders
900
0729
#07294B
Primary textHigh emphasis contentDark headings
950
041A
#041A2F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --dodger-blue-50: #F1F7FE;
  --dodger-blue-100: #DEEDFC;
  --dodger-blue-200: #C2DEF9;
  --dodger-blue-300: #94C4F5;
  --dodger-blue-400: #5CA6F0;
  --dodger-blue-500: #2D8CEB;
  --dodger-blue-600: #1370CD;
  --dodger-blue-700: #0F59A3;
  --dodger-blue-800: #0B4075;
  --dodger-blue-900: #07294B;
  --dodger-blue-950: #041A2F;
}
Generate More ShadesCreate PaletteConvert Color