Dodger Blue
#2796F1
BlueColor Codes
All color formats for development
HEX
#2796F1RGB
rgb(39, 150, 241)HSL
hsl(207, 88%, 55%)OKLCH
oklch(0.658 0.165 248.9)CMYK
cmyk(84%, 38%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F89ED
2#0D7AD3
3#0C6BB9
4#0A5C9E
5#084C84
6#073D69
7#052E4F
8#031F35
9#020F1A
Tints
Lighter variations
1#3DA1F3
2#52ABF4
3#68B6F5
4#7EC0F7
5#93CBF8
6#A9D5F9
7#BEE0FB
8#D4EAFC
9#E9F5FE
Tones
Muted variations
1#3195E7
2#3B94DD
3#4693D3
4#5092C9
5#5A91BF
6#6490B5
7#6E8FAB
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 | DDEF #DDEFFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1E1 #C1E1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91CA #91CAF8 | BordersInactive statesPlaceholder text |
| 400 | 57AE #57AEF4 | Disabled statesSecondary iconsMuted text |
| 500 | 2796 #2796F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D7A #0D7AD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B61 #0B61A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0845 #084578 | Text on light backgroundsHeadingsStrong borders |
| 900 | 052C #052C4D | Primary textHigh emphasis contentDark headings |
| 950 | 031C #031C30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1F8FE;
--dodger-blue-100: #DDEFFD;
--dodger-blue-200: #C1E1FB;
--dodger-blue-300: #91CAF8;
--dodger-blue-400: #57AEF4;
--dodger-blue-500: #2796F1;
--dodger-blue-600: #0D7AD3;
--dodger-blue-700: #0B61A8;
--dodger-blue-800: #084578;
--dodger-blue-900: #052C4D;
--dodger-blue-950: #031C30;
}