Dodger Blue
#2097F8
BlueColor Codes
All color formats for development
HEX
#2097F8RGB
rgb(32, 151, 248)HSL
hsl(207, 94%, 55%)OKLCH
oklch(0.663 0.174 249.5)CMYK
cmyk(87%, 39%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#088AF5
2#077BDA
3#066BBE
4#055CA3
5#044D88
6#033D6D
7#032E52
8#021F36
9#010F1B
Tints
Lighter variations
1#37A1F9
2#4DACF9
3#63B6FA
4#79C1FB
5#90CBFC
6#A6D5FC
7#BCE0FD
8#D2EAFE
9#E9F5FE
Tones
Muted variations
1#2B96ED
2#3695E3
3#4194D8
4#4C93CD
5#5692C2
6#6191B7
7#6C8FAD
8#778EA2
9#818D97
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F8 #F0F8FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCEF #DCEFFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFE1 #BFE1FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DCA #8DCAFB | BordersInactive statesPlaceholder text |
| 400 | 52AE #52AEFA | Disabled statesSecondary iconsMuted text |
| 500 | 2097 #2097F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 077B #077BDA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0562 #0562AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0446 #04467C | Text on light backgroundsHeadingsStrong borders |
| 900 | 022D #022D4F | Primary textHigh emphasis contentDark headings |
| 950 | 021C #021C31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0F8FF;
--dodger-blue-100: #DCEFFE;
--dodger-blue-200: #BFE1FD;
--dodger-blue-300: #8DCAFB;
--dodger-blue-400: #52AEFA;
--dodger-blue-500: #2097F8;
--dodger-blue-600: #077BDA;
--dodger-blue-700: #0562AD;
--dodger-blue-800: #04467C;
--dodger-blue-900: #022D4F;
--dodger-blue-950: #021C31;
}