Dodger Blue
#2081F8
BlueColor Codes
All color formats for development
HEX
#2081F8RGB
rgb(32, 129, 248)HSL
hsl(213, 94%, 55%)OKLCH
oklch(0.616 0.198 256.7)CMYK
cmyk(87%, 48%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0872F5
2#0766DA
3#0659BE
4#054CA3
5#044088
6#03336D
7#032652
8#021936
9#010D1B
Tints
Lighter variations
1#378EF9
2#4D9BF9
3#63A7FA
4#79B4FB
5#90C0FC
6#A6CDFC
7#BCD9FD
8#D2E6FE
9#E9F2FE
Tones
Muted variations
1#2B83ED
2#3684E3
3#4185D8
4#4C86CD
5#5687C2
6#6188B7
7#6C89AD
8#778AA2
9#818B97
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F7 #F0F7FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCEB #DCEBFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFDB #BFDBFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DBF #8DBFFB | BordersInactive statesPlaceholder text |
| 400 | 529D #529DFA | Disabled statesSecondary iconsMuted text |
| 500 | 2081 #2081F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0766 #0766DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0551 #0551AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 043A #043A7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0225 #02254F | Primary textHigh emphasis contentDark headings |
| 950 | 0217 #021731 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0F7FF;
--dodger-blue-100: #DCEBFE;
--dodger-blue-200: #BFDBFD;
--dodger-blue-300: #8DBFFB;
--dodger-blue-400: #529DFA;
--dodger-blue-500: #2081F8;
--dodger-blue-600: #0766DA;
--dodger-blue-700: #0551AD;
--dodger-blue-800: #043A7C;
--dodger-blue-900: #02254F;
--dodger-blue-950: #021731;
}