Dodger Blue
#56A0F5
BlueColor Codes
All color formats for development
HEX
#56A0F5RGB
rgb(86, 160, 245)HSL
hsl(212, 89%, 65%)OKLCH
oklch(0.696 0.146 253.4)CMYK
cmyk(65%, 35%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#378FF3
2#187DF2
3#0D6DDB
4#0B5EBC
5#094E9D
6#073E7D
7#052F5E
8#041F3F
9#02101F
Tints
Lighter variations
1#67AAF6
2#78B3F7
3#89BDF8
4#9AC6F9
5#ABD0FA
6#BCD9FB
7#CCE3FC
8#DDECFD
9#EEF6FE
Tones
Muted variations
1#5EA1ED
2#66A2E5
3#6EA2DD
4#76A3D5
5#7EA3CD
6#86A4C6
7#8EA4BE
8#96A5B6
9#9EA5AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEC #DDECFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0DC #C0DCFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90C1 #90C1F9 | BordersInactive statesPlaceholder text |
| 400 | 56A0 #56A0F5 | Disabled statesSecondary iconsMuted text |
| 500 | 2685 #2685F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0C6A #0C6AD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A54 #0A54A9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 073C #073C78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0426 #04264D | Primary textHigh emphasis contentDark headings |
| 950 | 0318 #031830 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1F7FE;
--dodger-blue-100: #DDECFD;
--dodger-blue-200: #C0DCFB;
--dodger-blue-300: #90C1F9;
--dodger-blue-400: #56A0F5;
--dodger-blue-500: #2685F2;
--dodger-blue-600: #0C6AD4;
--dodger-blue-700: #0A54A9;
--dodger-blue-800: #073C78;
--dodger-blue-900: #04264D;
--dodger-blue-950: #031830;
}