Dodger Blue
#4F9AFC
BlueColor Codes
All color formats for development
HEX
#4F9AFCRGB
rgb(79, 154, 252)HSL
hsl(214, 97%, 65%)OKLCH
oklch(0.684 0.163 256.1)CMYK
cmyk(69%, 39%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F87FC
2#0E75FB
3#0365E5
4#0357C4
5#0248A3
6#023A83
7#012B62
8#011D41
9#000E21
Tints
Lighter variations
1#61A4FD
2#72AEFD
3#84B8FD
4#96C3FD
5#A7CDFE
6#B9D7FE
7#CAE1FE
8#DCEBFE
9#EDF5FF
Tones
Muted variations
1#589BF4
2#609DEB
3#699EE2
4#729FDA
5#7AA0D1
6#83A1C8
7#8CA2C0
8#94A3B7
9#9DA5AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F6 #F0F6FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCEB #DCEBFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEDA #BEDAFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BBD #8BBDFD | BordersInactive statesPlaceholder text |
| 400 | 4F9A #4F9AFC | Disabled statesSecondary iconsMuted text |
| 500 | 1D7D #1D7DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 0362 #0362DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 034E #034EB0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0238 #02387E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0124 #012450 | Primary textHigh emphasis contentDark headings |
| 950 | 0116 #011632 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0F6FF;
--dodger-blue-100: #DCEBFE;
--dodger-blue-200: #BEDAFE;
--dodger-blue-300: #8BBDFD;
--dodger-blue-400: #4F9AFC;
--dodger-blue-500: #1D7DFC;
--dodger-blue-600: #0362DD;
--dodger-blue-700: #034EB0;
--dodger-blue-800: #02387E;
--dodger-blue-900: #012450;
--dodger-blue-950: #011632;
}