Dodger Blue
#56A6F5
BlueColor Codes
All color formats for development
HEX
#56A6F5RGB
rgb(86, 166, 245)HSL
hsl(210, 89%, 65%)OKLCH
oklch(0.709 0.14 250.2)CMYK
cmyk(65%, 32%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3795F3
2#1885F2
3#0D74DB
4#0B63BC
5#09539D
6#07427D
7#05325E
8#04213F
9#02111F
Tints
Lighter variations
1#67AFF6
2#78B8F7
3#89C1F8
4#9AC9F9
5#ABD2FA
6#BCDBFB
7#CCE4FC
8#DDEDFD
9#EEF6FE
Tones
Muted variations
1#5EA6ED
2#66A6E5
3#6EA6DD
4#76A6D5
5#7EA6CD
6#86A6C6
7#8EA6BE
8#96A6B6
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 | C0DE #C0DEFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90C4 #90C4F9 | BordersInactive statesPlaceholder text |
| 400 | 56A6 #56A6F5 | Disabled statesSecondary iconsMuted text |
| 500 | 268C #268CF2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0C70 #0C70D4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A59 #0A59A9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0740 #074078 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0429 #04294D | 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: #C0DEFB;
--dodger-blue-300: #90C4F9;
--dodger-blue-400: #56A6F5;
--dodger-blue-500: #268CF2;
--dodger-blue-600: #0C70D4;
--dodger-blue-700: #0A59A9;
--dodger-blue-800: #074078;
--dodger-blue-900: #04294D;
--dodger-blue-950: #031A30;
}