Dodger Blue
#2593F4
BlueColor Codes
All color formats for development
HEX
#2593F4RGB
rgb(37, 147, 244)HSL
hsl(208, 90%, 55%)OKLCH
oklch(0.653 0.172 250.6)CMYK
cmyk(85%, 40%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D86F0
2#0B77D5
3#0A68BB
4#0859A0
5#074A85
6#063B6B
7#042D50
8#031E35
9#010F1B
Tints
Lighter variations
1#3B9EF5
2#51A9F6
3#66B3F7
4#7CBEF8
5#92C9F9
6#A8D4FA
7#BEDFFC
8#D3E9FD
9#E9F4FE
Tones
Muted variations
1#2F92E9
2#3A92DF
3#4491D5
4#4E90CA
5#5990C0
6#638FB6
7#6D8EAB
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 | DDEE #DDEEFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0E0 #C0E0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90C8 #90C8F9 | BordersInactive statesPlaceholder text |
| 400 | 55AB #55ABF6 | Disabled statesSecondary iconsMuted text |
| 500 | 2593 #2593F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B77 #0B77D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 095F #095FAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0644 #064479 | Text on light backgroundsHeadingsStrong borders |
| 900 | 042B #042B4E | Primary textHigh emphasis contentDark headings |
| 950 | 031B #031B30 | 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: #90C8F9;
--dodger-blue-400: #55ABF6;
--dodger-blue-500: #2593F4;
--dodger-blue-600: #0B77D5;
--dodger-blue-700: #095FAA;
--dodger-blue-800: #064479;
--dodger-blue-900: #042B4E;
--dodger-blue-950: #031B30;
}