Dodger Blue
#519DFB
BlueColor Codes
All color formats for development
HEX
#519DFBRGB
rgb(81, 157, 251)HSL
hsl(213, 96%, 65%)OKLCH
oklch(0.691 0.158 255)CMYK
cmyk(68%, 37%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#308BFB
2#0F79FA
3#0569E3
4#045AC3
5#034BA2
6#033C82
7#022D61
8#011E41
9#010F20
Tints
Lighter variations
1#62A7FC
2#73B1FC
3#85BBFD
4#96C4FD
5#A8CEFD
6#B9D8FE
7#CBE2FE
8#DCEBFE
9#EEF5FF
Tones
Muted variations
1#599EF3
2#619FEA
3#6AA0E2
4#72A1D9
5#7BA1D1
6#83A2C8
7#8CA3BF
8#95A4B7
9#9DA5AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F7 #F0F7FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCEB #DCEBFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEDB #BEDBFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CBF #8CBFFD | BordersInactive statesPlaceholder text |
| 400 | 509D #509DFB | Disabled statesSecondary iconsMuted text |
| 500 | 1E81 #1E81FA | Primary brand colorCTAsActive elementsLinks |
| 600 | 0465 #0465DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0451 #0451AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 033A #033A7D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0225 #022550 | Primary textHigh emphasis contentDark headings |
| 950 | 0117 #011732 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0F7FF;
--dodger-blue-100: #DCEBFE;
--dodger-blue-200: #BEDBFE;
--dodger-blue-300: #8CBFFD;
--dodger-blue-400: #509DFB;
--dodger-blue-500: #1E81FA;
--dodger-blue-600: #0465DC;
--dodger-blue-700: #0451AF;
--dodger-blue-800: #033A7D;
--dodger-blue-900: #022550;
--dodger-blue-950: #011732;
}