Dodger Blue
#2597F4
BlueColor Codes
All color formats for development
HEX
#2597F4RGB
rgb(37, 151, 244)HSL
hsl(207, 90%, 55%)OKLCH
oklch(0.662 0.168 249)CMYK
cmyk(85%, 38%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D8AF0
2#0B7AD5
3#0A6BBB
4#085CA0
5#074C85
6#063D6B
7#042E50
8#031F35
9#010F1B
Tints
Lighter variations
1#3BA1F5
2#51ABF6
3#66B6F7
4#7CC0F8
5#92CBF9
6#A8D5FA
7#BEE0FC
8#D3EAFD
9#E9F5FE
Tones
Muted variations
1#2F96E9
2#3A95DF
3#4493D5
4#4E92CA
5#5991C0
6#6390B6
7#6D8FAB
8#788EA1
9#828D97
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F8 #F0F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEF #DDEFFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0E1 #C0E1FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90CA #90CAF9 | BordersInactive statesPlaceholder text |
| 400 | 55AE #55AEF6 | Disabled statesSecondary iconsMuted text |
| 500 | 2597 #2597F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B7A #0B7AD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0961 #0961AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0645 #064579 | Text on light backgroundsHeadingsStrong borders |
| 900 | 042C #042C4E | Primary textHigh emphasis contentDark headings |
| 950 | 031C #031C30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0F8FE;
--dodger-blue-100: #DDEFFD;
--dodger-blue-200: #C0E1FC;
--dodger-blue-300: #90CAF9;
--dodger-blue-400: #55AEF6;
--dodger-blue-500: #2597F4;
--dodger-blue-600: #0B7AD5;
--dodger-blue-700: #0961AA;
--dodger-blue-800: #064579;
--dodger-blue-900: #042C4E;
--dodger-blue-950: #031C30;
}