Dodger Blue
#2490F5
BlueColor Codes
All color formats for development
HEX
#2490F5RGB
rgb(36, 144, 245)HSL
hsl(209, 91%, 55%)OKLCH
oklch(0.647 0.177 251.9)CMYK
cmyk(85%, 41%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B82F1
2#0A74D6
3#0965BC
4#0857A1
5#064886
6#053A6B
7#042B50
8#031D36
9#010E1B
Tints
Lighter variations
1#3A9BF6
2#50A6F7
3#66B1F8
4#7BBCF9
5#91C7FA
6#A7D2FB
7#BDDEFC
8#D3E9FD
9#E9F4FE
Tones
Muted variations
1#2E8FEA
2#398FE0
3#438FD5
4#4E8ECB
5#588EC0
6#628EB6
7#6D8DAC
8#778DA1
9#828D97
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F8 #F0F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEE #DDEEFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0DF #C0DFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FC6 #8FC6FA | BordersInactive statesPlaceholder text |
| 400 | 55A8 #55A8F7 | Disabled statesSecondary iconsMuted text |
| 500 | 2490 #2490F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A74 #0A74D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 085C #085CAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0642 #06427A | Text on light backgroundsHeadingsStrong borders |
| 900 | 042A #042A4E | Primary textHigh emphasis contentDark headings |
| 950 | 021A #021A31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0F8FE;
--dodger-blue-100: #DDEEFD;
--dodger-blue-200: #C0DFFC;
--dodger-blue-300: #8FC6FA;
--dodger-blue-400: #55A8F7;
--dodger-blue-500: #2490F5;
--dodger-blue-600: #0A74D6;
--dodger-blue-700: #085CAA;
--dodger-blue-800: #06427A;
--dodger-blue-900: #042A4E;
--dodger-blue-950: #021A31;
}