Dodger Blue

#1C63FD

Blue

Color Codes

All color formats for development

HEX
#1C63FD
RGB
rgb(28, 99, 253)
HSL
hsl(221, 98%, 55%)
OKLCH
oklch(0.559 0.239 262.7)
CMYK
cmyk(89%, 61%, 0%, 1%)

Accessibility

WCAG contrast compliance

On White Background

4.94:1

AA AAA

On Black Background

4.25:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F5
100
#DCE7
200
#BDD2
300
#8BAF
400
#4E86
500
#1C63
600
#0248
700
#0239
800
#0129
900
#011A
950
#0110

Shades

Darker variations

1#0351FA
2#0248DE
3#023FC2
4#0236A7
5#012D8B
6#01246F
7#011B53
8#011238
9#00091C

Tints

Lighter variations

1#3373FD
2#4982FD
3#6092FD
4#77A1FE
5#8DB1FE
6#A4C1FE
7#BBD0FE
8#D2E0FF
9#E8EFFF

Tones

Muted variations

1#2767F1
2#326BE6
3#3E6FDB
4#4974D0
5#5478C4
6#5F7CB9
7#6B80AE
8#7684A3
9#818897

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F5
#F0F5FF
BackgroundsSubtle highlightsCard backgrounds
100
DCE7
#DCE7FF
Light backgroundsTable row hoverSkeleton loading
200
BDD2
#BDD2FE
Secondary backgroundsInput backgroundsDividers
300
8BAF
#8BAFFE
BordersInactive statesPlaceholder text
400
4E86
#4E86FD
Disabled statesSecondary iconsMuted text
500
1C63
#1C63FD
Primary brand colorCTAsActive elementsLinks
600
0248
#0248DE
Hover statesFocus ringsPrimary buttons hover
700
0239
#0239B1
Active/pressed statesDark mode accentsSecondary text
800
0129
#01297E
Text on light backgroundsHeadingsStrong borders
900
011A
#011A51
Primary textHigh emphasis contentDark headings
950
0110
#011032
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --dodger-blue-50: #F0F5FF;
  --dodger-blue-100: #DCE7FF;
  --dodger-blue-200: #BDD2FE;
  --dodger-blue-300: #8BAFFE;
  --dodger-blue-400: #4E86FD;
  --dodger-blue-500: #1C63FD;
  --dodger-blue-600: #0248DE;
  --dodger-blue-700: #0239B1;
  --dodger-blue-800: #01297E;
  --dodger-blue-900: #011A51;
  --dodger-blue-950: #011032;
}
Generate More ShadesCreate PaletteConvert Color