Dodger Blue
#569EF5
BlueColor Codes
All color formats for development
HEX
#569EF5RGB
rgb(86, 158, 245)HSL
hsl(213, 89%, 65%)OKLCH
oklch(0.692 0.148 254.4)CMYK
cmyk(65%, 36%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#378CF3
2#187AF2
3#0D6ADB
4#0B5BBC
5#094B9D
6#073C7D
7#052D5E
8#041E3F
9#020F1F
Tints
Lighter variations
1#67A8F6
2#78B1F7
3#89BBF8
4#9AC5F9
5#ABCEFA
6#BCD8FB
7#CCE2FC
8#DDECFD
9#EEF5FE
Tones
Muted variations
1#5E9FED
2#669FE5
3#6EA0DD
4#76A1D5
5#7EA2CD
6#86A3C6
7#8EA3BE
8#96A4B6
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 | C0DB #C0DBFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90BF #90BFF9 | BordersInactive statesPlaceholder text |
| 400 | 569E #569EF5 | Disabled statesSecondary iconsMuted text |
| 500 | 2682 #2682F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0C66 #0C66D4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A51 #0A51A9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 073A #073A78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0425 #04254D | Primary textHigh emphasis contentDark headings |
| 950 | 0317 #031730 | 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: #C0DBFB;
--dodger-blue-300: #90BFF9;
--dodger-blue-400: #569EF5;
--dodger-blue-500: #2682F2;
--dodger-blue-600: #0C66D4;
--dodger-blue-700: #0A51A9;
--dodger-blue-800: #073A78;
--dodger-blue-900: #04254D;
--dodger-blue-950: #031730;
}