Dodger Blue

#2AB4EF

Blue

Color Codes

All color formats for development

HEX
#2AB4EF
RGB
rgb(42, 180, 239)
HSL
hsl(198, 86%, 55%)
OKLCH
oklch(0.726 0.139 232.8)
CMYK
cmyk(82%, 25%, 0%, 6%)

Accessibility

WCAG contrast compliance

On White Background

2.37:1

AA AAA

On Black Background

8.87:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FA
100
#DEF3
200
#C1E9
300
#92D9
400
#59C4
500
#2AB4
600
#1097
700
#0C78
800
#0956
900
#0637
950
#0422

Shades

Darker variations

1#12AAEB
2#1097D1
3#0E84B7
4#0C719D
5#0A5E82
6#084B68
7#06394E
8#042634
9#02131A

Tints

Lighter variations

1#3FBBF1
2#54C3F2
3#6ACAF4
4#7FD2F5
5#94D9F7
6#AAE1F9
7#BFE8FA
8#D4F0FC
9#EAF7FD

Tones

Muted variations

1#33B0E5
2#3DACDB
3#47A8D1
4#51A4C7
5#5BA0BE
6#659CB4
7#6F98AA
8#7994A0
9#829096

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FA
#F1FAFE
BackgroundsSubtle highlightsCard backgrounds
100
DEF3
#DEF3FD
Light backgroundsTable row hoverSkeleton loading
200
C1E9
#C1E9FA
Secondary backgroundsInput backgroundsDividers
300
92D9
#92D9F7
BordersInactive statesPlaceholder text
400
59C4
#59C4F3
Disabled statesSecondary iconsMuted text
500
2AB4
#2AB4EF
Primary brand colorCTAsActive elementsLinks
600
1097
#1097D1
Hover statesFocus ringsPrimary buttons hover
700
0C78
#0C78A6
Active/pressed statesDark mode accentsSecondary text
800
0956
#095677
Text on light backgroundsHeadingsStrong borders
900
0637
#06374C
Primary textHigh emphasis contentDark headings
950
0422
#04222F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --dodger-blue-50: #F1FAFE;
  --dodger-blue-100: #DEF3FD;
  --dodger-blue-200: #C1E9FA;
  --dodger-blue-300: #92D9F7;
  --dodger-blue-400: #59C4F3;
  --dodger-blue-500: #2AB4EF;
  --dodger-blue-600: #1097D1;
  --dodger-blue-700: #0C78A6;
  --dodger-blue-800: #095677;
  --dodger-blue-900: #06374C;
  --dodger-blue-950: #04222F;
}
Generate More ShadesCreate PaletteConvert Color