Dodger Blue
#0D7AD3
BlueColor Codes
All color formats for development
HEX
#0D7AD3RGB
rgb(13, 122, 211)HSL
hsl(207, 88%, 44%)OKLCH
oklch(0.573 0.162 251)CMYK
cmyk(94%, 42%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C6EBE
2#0B62A9
3#095594
4#08497F
5#073D69
6#053154
7#04253F
8#03182A
9#010C15
Tints
Lighter variations
1#0F8AEE
2#2897F1
3#43A4F3
4#5EB1F5
5#79BEF6
6#94CBF8
7#AED8FA
8#C9E5FC
9#E4F2FD
Tones
Muted variations
1#1779C9
2#2178BF
3#2B77B5
4#3576AB
5#3F75A2
6#497498
7#53738E
8#5C7284
9#66717A
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;
}