Dodger Blue

#2682F2

Blue

Color Codes

All color formats for development

HEX
#2682F2
RGB
rgb(38, 130, 242)
HSL
hsl(213, 89%, 55%)
OKLCH
oklch(0.615 0.188 256.2)
CMYK
cmyk(84%, 46%, 0%, 5%)

Accessibility

WCAG contrast compliance

On White Background

3.78:1

AA AAA

On Black Background

5.56:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F7
100
#DDEC
200
#C0DB
300
#90BF
400
#569E
500
#2682
600
#0C66
700
#0A51
800
#073A
900
#0425
950
#0317

Shades

Darker variations

1#0E73EF
2#0C66D4
3#0B59BA
4#094D9F
5#084085
6#06336A
7#052650
8#031A35
9#020D1B

Tints

Lighter variations

1#3C8FF4
2#519BF5
3#67A8F6
4#7DB4F7
5#93C1F9
6#A8CDFA
7#BEDAFB
8#D4E6FC
9#E9F3FE

Tones

Muted variations

1#3083E8
2#3B84DE
3#4585D4
4#4F86CA
5#5987BF
6#6388B5
7#6E89AB
8#788AA1
9#828B96

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F7
#F1F7FE
BackgroundsSubtle highlightsCard backgrounds
100
DDEC
#DDECFD
Light backgroundsTable row hoverSkeleton loading
200
C0DB
#C0DBFB
Secondary backgroundsInput backgroundsDividers
300
90BF
#90BFF9
BordersInactive statesPlaceholder text
400
569E
#569EF5
Disabled statesSecondary iconsMuted text
500
2682
#2682F2
Primary brand colorCTAsActive elementsLinks
600
0C66
#0C66D4
Hover statesFocus ringsPrimary buttons hover
700
0A51
#0A51A9
Active/pressed statesDark mode accentsSecondary text
800
073A
#073A78
Text on light backgroundsHeadingsStrong borders
900
0425
#04254D
Primary textHigh emphasis contentDark headings
950
0317
#031730
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --dodger-blue-50: #F1F7FE;
  --dodger-blue-100: #DDECFD;
  --dodger-blue-200: #C0DBFB;
  --dodger-blue-300: #90BFF9;
  --dodger-blue-400: #569EF5;
  --dodger-blue-500: #2682F2;
  --dodger-blue-600: #0C66D4;
  --dodger-blue-700: #0A51A9;
  --dodger-blue-800: #073A78;
  --dodger-blue-900: #04254D;
  --dodger-blue-950: #031730;
}
Generate More ShadesCreate PaletteConvert Color