Dodger Blue
#2790F1
BlueColor Codes
All color formats for development
HEX
#2790F1RGB
rgb(39, 144, 241)HSL
hsl(209, 88%, 55%)OKLCH
oklch(0.645 0.171 251.3)CMYK
cmyk(84%, 40%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F82ED
2#0D73D3
3#0C65B9
4#0A579E
5#084884
6#073A69
7#052B4F
8#031D35
9#020E1A
Tints
Lighter variations
1#3D9BF3
2#52A6F4
3#68B1F5
4#7EBCF7
5#93C7F8
6#A9D2F9
7#BEDEFB
8#D4E9FC
9#E9F4FE
Tones
Muted variations
1#318FE7
2#3B8FDD
3#468FD3
4#508EC9
5#5A8EBF
6#648EB5
7#6E8DAB
8#788DA0
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 | C1DF #C1DFFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91C6 #91C6F8 | BordersInactive statesPlaceholder text |
| 400 | 57A8 #57A8F4 | Disabled statesSecondary iconsMuted text |
| 500 | 2790 #2790F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D73 #0D73D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B5C #0B5CA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0842 #084278 | Text on light backgroundsHeadingsStrong borders |
| 900 | 052A #052A4D | Primary textHigh emphasis contentDark headings |
| 950 | 031A #031A30 | 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: #C1DFFB;
--dodger-blue-300: #91C6F8;
--dodger-blue-400: #57A8F4;
--dodger-blue-500: #2790F1;
--dodger-blue-600: #0D73D3;
--dodger-blue-700: #0B5CA8;
--dodger-blue-800: #084278;
--dodger-blue-900: #052A4D;
--dodger-blue-950: #031A30;
}