Dodger Blue
#57A6F4
BlueColor Codes
All color formats for development
HEX
#57A6F4RGB
rgb(87, 166, 244)HSL
hsl(210, 88%, 65%)OKLCH
oklch(0.709 0.139 250.1)CMYK
cmyk(64%, 32%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3895F2
2#1985F0
3#0E74DA
4#0C63BB
5#0A539C
6#08427D
7#06325D
8#04213E
9#02111F
Tints
Lighter variations
1#68AFF5
2#79B8F6
3#8AC1F8
4#9AC9F9
5#ABD2FA
6#BCDBFB
7#CDE4FC
8#DDEDFD
9#EEF6FE
Tones
Muted variations
1#5FA6EC
2#67A6E5
3#6FA6DD
4#77A6D5
5#7EA6CD
6#86A6C5
7#8EA6BD
8#96A6B5
9#9EA6AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDED #DDEDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1DE #C1DEFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91C4 #91C4F8 | BordersInactive statesPlaceholder text |
| 400 | 57A6 #57A6F4 | Disabled statesSecondary iconsMuted text |
| 500 | 278C #278CF1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D70 #0D70D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B59 #0B59A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0840 #084078 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0529 #05294D | Primary textHigh emphasis contentDark headings |
| 950 | 031A #031A30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1F7FE;
--dodger-blue-100: #DDEDFD;
--dodger-blue-200: #C1DEFB;
--dodger-blue-300: #91C4F8;
--dodger-blue-400: #57A6F4;
--dodger-blue-500: #278CF1;
--dodger-blue-600: #0D70D3;
--dodger-blue-700: #0B59A8;
--dodger-blue-800: #084078;
--dodger-blue-900: #05294D;
--dodger-blue-950: #031A30;
}