Dodger Blue

#2C83ED

Blue

Color Codes

All color formats for development

HEX
#2C83ED
RGB
rgb(44, 131, 237)
HSL
hsl(213, 84%, 55%)
OKLCH
oklch(0.615 0.179 255.9)
CMYK
cmyk(81%, 45%, 0%, 7%)

Accessibility

WCAG contrast compliance

On White Background

3.77:1

AA AAA

On Black Background

5.58:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F7
100
#DEEC
200
#C2DB
300
#93BF
400
#5B9E
500
#2C83
600
#1267
700
#0E52
800
#0A3A
900
#0725
950
#0417

Shades

Darker variations

1#1474E8
2#1267CE
3#105AB5
4#0D4D9B
5#0B4081
6#093367
7#07274D
8#041A34
9#020D1A

Tints

Lighter variations

1#418FEE
2#569BF0
3#6BA8F2
4#80B4F4
5#95C1F6
6#ABCDF8
7#C0DAF9
8#D5E6FB
9#EAF3FD

Tones

Muted variations

1#3584E3
2#3F85D9
3#4986D0
4#5286C6
5#5C87BC
6#6688B3
7#6F89A9
8#798AA0
9#838B96

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F7
#F1F7FE
BackgroundsSubtle highlightsCard backgrounds
100
DEEC
#DEECFC
Light backgroundsTable row hoverSkeleton loading
200
C2DB
#C2DBFA
Secondary backgroundsInput backgroundsDividers
300
93BF
#93BFF6
BordersInactive statesPlaceholder text
400
5B9E
#5B9EF1
Disabled statesSecondary iconsMuted text
500
2C83
#2C83ED
Primary brand colorCTAsActive elementsLinks
600
1267
#1267CE
Hover statesFocus ringsPrimary buttons hover
700
0E52
#0E52A4
Active/pressed statesDark mode accentsSecondary text
800
0A3A
#0A3A75
Text on light backgroundsHeadingsStrong borders
900
0725
#07254B
Primary textHigh emphasis contentDark headings
950
0417
#04172F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --dodger-blue-50: #F1F7FE;
  --dodger-blue-100: #DEECFC;
  --dodger-blue-200: #C2DBFA;
  --dodger-blue-300: #93BFF6;
  --dodger-blue-400: #5B9EF1;
  --dodger-blue-500: #2C83ED;
  --dodger-blue-600: #1267CE;
  --dodger-blue-700: #0E52A4;
  --dodger-blue-800: #0A3A75;
  --dodger-blue-900: #07254B;
  --dodger-blue-950: #04172F;
}
Generate More ShadesCreate PaletteConvert Color