Dodger Blue

#1EB8FA

Blue

Color Codes

All color formats for development

HEX
#1EB8FA
RGB
rgb(30, 184, 250)
HSL
hsl(198, 96%, 55%)
OKLCH
oklch(0.739 0.15 234.4)
CMYK
cmyk(88%, 26%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

2.26:1

AA AAA

On Black Background

9.29:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FA
100
#DCF4
200
#BEEB
300
#8CDB
400
#50C8
500
#1EB8
600
#049B
700
#047C
800
#0358
900
#0238
950
#0123

Shades

Darker variations

1#05AFF7
2#049BDC
3#0488C0
4#0374A5
5#036189
6#024E6E
7#023A52
8#012737
9#01131B

Tints

Lighter variations

1#35BFFB
2#4BC6FB
3#62CEFC
4#78D5FC
5#8FDCFD
6#A5E3FD
7#BCEAFE
8#D2F1FE
9#E9F8FF

Tones

Muted variations

1#29B4EF
2#34B0E4
3#3FABD9
4#4AA7CE
5#55A2C3
6#609EB8
7#6B99AD
8#7695A2
9#819197

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FA
#F0FAFF
BackgroundsSubtle highlightsCard backgrounds
100
DCF4
#DCF4FE
Light backgroundsTable row hoverSkeleton loading
200
BEEB
#BEEBFE
Secondary backgroundsInput backgroundsDividers
300
8CDB
#8CDBFD
BordersInactive statesPlaceholder text
400
50C8
#50C8FB
Disabled statesSecondary iconsMuted text
500
1EB8
#1EB8FA
Primary brand colorCTAsActive elementsLinks
600
049B
#049BDC
Hover statesFocus ringsPrimary buttons hover
700
047C
#047CAF
Active/pressed statesDark mode accentsSecondary text
800
0358
#03587D
Text on light backgroundsHeadingsStrong borders
900
0238
#023850
Primary textHigh emphasis contentDark headings
950
0123
#012332
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --dodger-blue-50: #F0FAFF;
  --dodger-blue-100: #DCF4FE;
  --dodger-blue-200: #BEEBFE;
  --dodger-blue-300: #8CDBFD;
  --dodger-blue-400: #50C8FB;
  --dodger-blue-500: #1EB8FA;
  --dodger-blue-600: #049BDC;
  --dodger-blue-700: #047CAF;
  --dodger-blue-800: #03587D;
  --dodger-blue-900: #023850;
  --dodger-blue-950: #012332;
}
Generate More ShadesCreate PaletteConvert Color