Dodger Blue
#2793F1
BlueColor Codes
All color formats for development
HEX
#2793F1RGB
rgb(39, 147, 241)HSL
hsl(208, 88%, 55%)OKLCH
oklch(0.651 0.168 250.1)CMYK
cmyk(84%, 39%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F86ED
2#0D77D3
3#0C68B9
4#0A599E
5#084A84
6#073B69
7#052D4F
8#031E35
9#020F1A
Tints
Lighter variations
1#3D9EF3
2#52A9F4
3#68B3F5
4#7EBEF7
5#93C9F8
6#A9D4F9
7#BEDFFB
8#D4E9FC
9#E9F4FE
Tones
Muted variations
1#3192E7
2#3B92DD
3#4691D3
4#5090C9
5#5A90BF
6#648FB5
7#6E8EAB
8#788EA0
9#828D96
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEE #DDEEFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1E0 #C1E0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91C8 #91C8F8 | BordersInactive statesPlaceholder text |
| 400 | 57AB #57ABF4 | Disabled statesSecondary iconsMuted text |
| 500 | 2793 #2793F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D77 #0D77D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B5E #0B5EA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0843 #084378 | Text on light backgroundsHeadingsStrong borders |
| 900 | 052B #052B4D | 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: #F1F8FE;
--dodger-blue-100: #DDEEFD;
--dodger-blue-200: #C1E0FB;
--dodger-blue-300: #91C8F8;
--dodger-blue-400: #57ABF4;
--dodger-blue-500: #2793F1;
--dodger-blue-600: #0D77D3;
--dodger-blue-700: #0B5EA8;
--dodger-blue-800: #084378;
--dodger-blue-900: #052B4D;
--dodger-blue-950: #031B30;
}