Dodger Blue
#509AFB
BlueColor Codes
All color formats for development
HEX
#509AFBRGB
rgb(80, 154, 251)HSL
hsl(214, 96%, 65%)OKLCH
oklch(0.684 0.162 256.1)CMYK
cmyk(68%, 39%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3088FB
2#0F75FA
3#0565E3
4#0457C3
5#0348A2
6#033A82
7#022B61
8#011D41
9#010E20
Tints
Lighter variations
1#62A4FC
2#73AEFC
3#85B9FD
4#96C3FD
5#A8CDFD
6#B9D7FE
7#CBE1FE
8#DCEBFE
9#EEF5FF
Tones
Muted variations
1#599BF3
2#619DEA
3#6A9EE2
4#729FD9
5#7BA0D1
6#83A1C8
7#8CA2BF
8#95A3B7
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 | 8CBD #8CBDFD | BordersInactive statesPlaceholder text |
| 400 | 509A #509AFB | Disabled statesSecondary iconsMuted text |
| 500 | 1E7E #1E7EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 0462 #0462DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 044E #044EAF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0338 #03387D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0224 #022450 | 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: #8CBDFD;
--dodger-blue-400: #509AFB;
--dodger-blue-500: #1E7EFA;
--dodger-blue-600: #0462DC;
--dodger-blue-700: #044EAF;
--dodger-blue-800: #03387D;
--dodger-blue-900: #022450;
--dodger-blue-950: #011632;
}