Dodger Blue

#1DB1FC

Blue

Color Codes

All color formats for development

HEX
#1DB1FC
RGB
rgb(29, 177, 252)
HSL
hsl(200, 97%, 55%)
OKLCH
oklch(0.724 0.156 238.8)
CMYK
cmyk(88%, 30%, 0%, 1%)

Accessibility

WCAG contrast compliance

On White Background

2.40:1

AA AAA

On Black Background

8.75:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FA
100
#DCF3
200
#BEE9
300
#8BD7
400
#4FC3
500
#1DB1
600
#0394
700
#0376
800
#0254
900
#0136
950
#0122

Shades

Darker variations

1#04A7F9
2#0394DD
3#0382C1
4#036FA6
5#025D8A
6#024A6F
7#013853
8#012537
9#00131C

Tints

Lighter variations

1#34B9FC
2#4AC1FC
3#61C9FD
4#77D0FD
5#8ED8FD
6#A5E0FE
7#BBE8FE
8#D2EFFE
9#E8F7FF

Tones

Muted variations

1#28AEF0
2#33AAE5
3#3EA6DA
4#49A3CF
5#559FC4
6#609BB9
7#6B97AE
8#7694A3
9#819097

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FA
#F0FAFF
BackgroundsSubtle highlightsCard backgrounds
100
DCF3
#DCF3FE
Light backgroundsTable row hoverSkeleton loading
200
BEE9
#BEE9FE
Secondary backgroundsInput backgroundsDividers
300
8BD7
#8BD7FD
BordersInactive statesPlaceholder text
400
4FC3
#4FC3FC
Disabled statesSecondary iconsMuted text
500
1DB1
#1DB1FC
Primary brand colorCTAsActive elementsLinks
600
0394
#0394DD
Hover statesFocus ringsPrimary buttons hover
700
0376
#0376B0
Active/pressed statesDark mode accentsSecondary text
800
0254
#02547E
Text on light backgroundsHeadingsStrong borders
900
0136
#013650
Primary textHigh emphasis contentDark headings
950
0122
#012232
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --dodger-blue-50: #F0FAFF;
  --dodger-blue-100: #DCF3FE;
  --dodger-blue-200: #BEE9FE;
  --dodger-blue-300: #8BD7FD;
  --dodger-blue-400: #4FC3FC;
  --dodger-blue-500: #1DB1FC;
  --dodger-blue-600: #0394DD;
  --dodger-blue-700: #0376B0;
  --dodger-blue-800: #02547E;
  --dodger-blue-900: #013650;
  --dodger-blue-950: #012232;
}
Generate More ShadesCreate PaletteConvert Color