Dodger Blue

#4DB8FF

Blue

Color Codes

All color formats for development

HEX
#4DB8FF
RGB
rgb(77, 184, 255)
HSL
hsl(204, 100%, 65%)
OKLCH
oklch(0.751 0.141 241.4)
CMYK
cmyk(70%, 28%, 0%, 0%)

Accessibility

WCAG contrast compliance

On White Background

2.18:1

AA AAA

On Black Background

9.62:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F9
100
#DBF1
200
#BDE4
300
#8AD0
400
#4DB8
500
#1AA3
600
#0087
700
#006B
800
#004D
900
#0031
950
#001F

Shades

Darker variations

1#2BAAFF
2#0A9DFF
3#008BE8
4#0077C7
5#0063A6
6#005085
7#003C63
8#002842
9#001421

Tints

Lighter variations

1#5EBFFF
2#70C6FF
3#82CDFF
4#94D4FF
5#A6DBFF
6#B8E2FF
7#C9EAFF
8#DBF1FF
9#EDF8FF

Tones

Muted variations

1#55B6F6
2#5EB4ED
3#67B2E4
4#70B0DB
5#79AFD2
6#82ADC9
7#8BABC1
8#94A9B8
9#9DA8AF

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F9
#F0F9FF
BackgroundsSubtle highlightsCard backgrounds
100
DBF1
#DBF1FF
Light backgroundsTable row hoverSkeleton loading
200
BDE4
#BDE4FF
Secondary backgroundsInput backgroundsDividers
300
8AD0
#8AD0FF
BordersInactive statesPlaceholder text
400
4DB8
#4DB8FF
Disabled statesSecondary iconsMuted text
500
1AA3
#1AA3FF
Primary brand colorCTAsActive elementsLinks
600
0087
#0087E0
Hover statesFocus ringsPrimary buttons hover
700
006B
#006BB3
Active/pressed statesDark mode accentsSecondary text
800
004D
#004D80
Text on light backgroundsHeadingsStrong borders
900
0031
#003152
Primary textHigh emphasis contentDark headings
950
001F
#001F33
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --dodger-blue-50: #F0F9FF;
  --dodger-blue-100: #DBF1FF;
  --dodger-blue-200: #BDE4FF;
  --dodger-blue-300: #8AD0FF;
  --dodger-blue-400: #4DB8FF;
  --dodger-blue-500: #1AA3FF;
  --dodger-blue-600: #0087E0;
  --dodger-blue-700: #006BB3;
  --dodger-blue-800: #004D80;
  --dodger-blue-900: #003152;
  --dodger-blue-950: #001F33;
}
Generate More ShadesCreate PaletteConvert Color