Dodger Blue
#2B99EE
BlueColor Codes
All color formats for development
HEX
#2B99EERGB
rgb(43, 153, 238)HSL
hsl(206, 85%, 55%)OKLCH
oklch(0.664 0.158 247.2)CMYK
cmyk(82%, 36%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#138DEA
2#117DD0
3#0F6DB6
4#0D5E9C
5#0B4E82
6#083E68
7#062F4E
8#041F34
9#02101A
Tints
Lighter variations
1#40A3F0
2#55AEF1
3#6AB8F3
4#80C2F5
5#95CCF6
6#AAD6F8
7#BFE0FA
8#D5EBFC
9#EAF5FD
Tones
Muted variations
1#3498E4
2#3E97DA
3#4895D1
4#5294C7
5#5B93BD
6#6591B3
7#6F90AA
8#798FA0
9#828E96
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEEF #DEEFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2E2 #C2E2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92CB #92CBF6 | BordersInactive statesPlaceholder text |
| 400 | 5AB0 #5AB0F2 | Disabled statesSecondary iconsMuted text |
| 500 | 2B99 #2B99EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 117D #117DD0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D63 #0D63A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A47 #0A4776 | Text on light backgroundsHeadingsStrong borders |
| 900 | 062D #062D4B | Primary textHigh emphasis contentDark headings |
| 950 | 041C #041C2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1F8FE;
--dodger-blue-100: #DEEFFC;
--dodger-blue-200: #C2E2FA;
--dodger-blue-300: #92CBF6;
--dodger-blue-400: #5AB0F2;
--dodger-blue-500: #2B99EE;
--dodger-blue-600: #117DD0;
--dodger-blue-700: #0D63A5;
--dodger-blue-800: #0A4776;
--dodger-blue-900: #062D4B;
--dodger-blue-950: #041C2F;
}