Dodger Blue
#2493F5
BlueColor Codes
All color formats for development
HEX
#2493F5RGB
rgb(36, 147, 245)HSL
hsl(208, 91%, 55%)OKLCH
oklch(0.653 0.174 250.7)CMYK
cmyk(85%, 40%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B86F1
2#0A77D6
3#0968BC
4#0859A1
5#064A86
6#053C6B
7#042D50
8#031E36
9#010F1B
Tints
Lighter variations
1#3A9EF6
2#50A9F7
3#66B4F8
4#7BBEF9
5#91C9FA
6#A7D4FB
7#BDDFFC
8#D3E9FD
9#E9F4FE
Tones
Muted variations
1#2E93EA
2#3992E0
3#4391D5
4#4E90CB
5#5890C0
6#628FB6
7#6D8EAC
8#778EA1
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 | C0E0 #C0E0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FC8 #8FC8FA | BordersInactive statesPlaceholder text |
| 400 | 55AB #55ABF7 | Disabled statesSecondary iconsMuted text |
| 500 | 2493 #2493F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A77 #0A77D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 085F #085FAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0644 #06447A | Text on light backgroundsHeadingsStrong borders |
| 900 | 042B #042B4E | Primary textHigh emphasis contentDark headings |
| 950 | 021B #021B31 | 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: #C0E0FC;
--dodger-blue-300: #8FC8FA;
--dodger-blue-400: #55ABF7;
--dodger-blue-500: #2493F5;
--dodger-blue-600: #0A77D6;
--dodger-blue-700: #085FAA;
--dodger-blue-800: #06447A;
--dodger-blue-900: #042B4E;
--dodger-blue-950: #021B31;
}