Dodger Blue
#2BA0EE
BlueColor Codes
All color formats for development
HEX
#2BA0EERGB
rgb(43, 160, 238)HSL
hsl(204, 85%, 55%)OKLCH
oklch(0.68 0.152 243.8)CMYK
cmyk(82%, 33%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1394EA
2#1183D0
3#0F73B6
4#0D629C
5#0B5282
6#084268
7#06314E
8#042134
9#02101A
Tints
Lighter variations
1#40A9F0
2#55B3F1
3#6ABCF3
4#80C6F5
5#95CFF6
6#AAD9F8
7#BFE2FA
8#D5ECFC
9#EAF5FD
Tones
Muted variations
1#349EE4
2#3E9CDA
3#489AD1
4#5298C7
5#5B96BD
6#6594B3
7#6F92AA
8#7990A0
9#828E96
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF0 #DEF0FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2E3 #C2E3FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92CE #92CEF6 | BordersInactive statesPlaceholder text |
| 400 | 5AB5 #5AB5F2 | Disabled statesSecondary iconsMuted text |
| 500 | 2BA0 #2BA0EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 1183 #1183D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D68 #0D68A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A4B #0A4B76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0630 #06304B | Primary textHigh emphasis contentDark headings |
| 950 | 041E #041E2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1F9FE;
--dodger-blue-100: #DEF0FC;
--dodger-blue-200: #C2E3FA;
--dodger-blue-300: #92CEF6;
--dodger-blue-400: #5AB5F2;
--dodger-blue-500: #2BA0EE;
--dodger-blue-600: #1183D0;
--dodger-blue-700: #0D68A5;
--dodger-blue-800: #0A4B76;
--dodger-blue-900: #06304B;
--dodger-blue-950: #041E2F;
}