Dodger Blue

#2270F7

Blue

Color Codes

All color formats for development

HEX
#2270F7
RGB
rgb(34, 112, 247)
HSL
hsl(218, 93%, 55%)
OKLCH
oklch(0.581 0.216 260.8)
CMYK
cmyk(86%, 55%, 0%, 3%)

Accessibility

WCAG contrast compliance

On White Background

4.44:1

AA AAA

On Black Background

4.73:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F5
100
#DDE9
200
#BFD6
300
#8EB6
400
#5390
500
#2270
600
#0854
700
#0643
800
#0430
900
#031F
950
#0213

Shades

Darker variations

1#095FF4
2#0854D9
3#074ABD
4#063FA2
5#053587
6#042A6C
7#032051
8#021536
9#010B1B

Tints

Lighter variations

1#387EF8
2#4E8CF9
3#649BF9
4#7AA9FA
5#90B7FB
6#A6C6FC
7#BDD4FD
8#D3E2FD
9#E9F1FE

Tones

Muted variations

1#2C73EC
2#3775E2
3#4278D7
4#4C7BCC
5#577EC2
6#6281B7
7#6C84AC
8#7787A2
9#828997

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F5
#F0F5FE
BackgroundsSubtle highlightsCard backgrounds
100
DDE9
#DDE9FE
Light backgroundsTable row hoverSkeleton loading
200
BFD6
#BFD6FD
Secondary backgroundsInput backgroundsDividers
300
8EB6
#8EB6FB
BordersInactive statesPlaceholder text
400
5390
#5390F9
Disabled statesSecondary iconsMuted text
500
2270
#2270F7
Primary brand colorCTAsActive elementsLinks
600
0854
#0854D9
Hover statesFocus ringsPrimary buttons hover
700
0643
#0643AC
Active/pressed statesDark mode accentsSecondary text
800
0430
#04307B
Text on light backgroundsHeadingsStrong borders
900
031F
#031F4F
Primary textHigh emphasis contentDark headings
950
0213
#021331
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --dodger-blue-50: #F0F5FE;
  --dodger-blue-100: #DDE9FE;
  --dodger-blue-200: #BFD6FD;
  --dodger-blue-300: #8EB6FB;
  --dodger-blue-400: #5390F9;
  --dodger-blue-500: #2270F7;
  --dodger-blue-600: #0854D9;
  --dodger-blue-700: #0643AC;
  --dodger-blue-800: #04307B;
  --dodger-blue-900: #031F4F;
  --dodger-blue-950: #021331;
}
Generate More ShadesCreate PaletteConvert Color