Dodger Blue
#2BA6EE
BlueColor Codes
All color formats for development
HEX
#2BA6EERGB
rgb(43, 166, 238)HSL
hsl(202, 85%, 55%)OKLCH
oklch(0.693 0.147 240.7)CMYK
cmyk(82%, 30%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#139BEA
2#118AD0
3#0F78B6
4#0D679C
5#0B5682
6#084568
7#06344E
8#042234
9#02111A
Tints
Lighter variations
1#40AFF0
2#55B8F1
3#6AC1F3
4#80CAF5
5#95D3F6
6#AADCF8
7#BFE4FA
8#D5EDFC
9#EAF6FD
Tones
Muted variations
1#34A4E4
2#3EA1DA
3#489ED1
4#529CC7
5#5B99BD
6#6597B3
7#6F94AA
8#7991A0
9#828F96
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF1 #DEF1FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2E5 #C2E5FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92D2 #92D2F6 | BordersInactive statesPlaceholder text |
| 400 | 5ABA #5ABAF2 | Disabled statesSecondary iconsMuted text |
| 500 | 2BA6 #2BA6EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 118A #118AD0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D6D #0D6DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A4E #0A4E76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0632 #06324B | Primary textHigh emphasis contentDark headings |
| 950 | 041F #041F2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1F9FE;
--dodger-blue-100: #DEF1FC;
--dodger-blue-200: #C2E5FA;
--dodger-blue-300: #92D2F6;
--dodger-blue-400: #5ABAF2;
--dodger-blue-500: #2BA6EE;
--dodger-blue-600: #118AD0;
--dodger-blue-700: #0D6DA5;
--dodger-blue-800: #0A4E76;
--dodger-blue-900: #06324B;
--dodger-blue-950: #041F2F;
}