Dodger Blue
#58A1F3
BlueColor Codes
All color formats for development
HEX
#58A1F3RGB
rgb(88, 161, 243)HSL
hsl(212, 87%, 65%)OKLCH
oklch(0.698 0.142 252.9)CMYK
cmyk(64%, 34%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#398FF1
2#1A7EEF
3#0F6DD9
4#0D5EBA
5#0B4E9B
6#093E7C
7#062F5D
8#041F3E
9#02101F
Tints
Lighter variations
1#69AAF5
2#79B3F6
3#8ABDF7
4#9BC6F8
5#ACD0F9
6#BCD9FA
7#CDE3FC
8#DEECFD
9#EEF6FE
Tones
Muted variations
1#60A1EC
2#68A2E4
3#6FA2DC
4#77A3D4
5#7FA3CD
6#87A4C5
7#8EA4BD
8#96A5B5
9#9EA5AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEEC #DEECFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1DC #C1DCFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91C1 #91C1F7 | BordersInactive statesPlaceholder text |
| 400 | 58A1 #58A1F3 | Disabled statesSecondary iconsMuted text |
| 500 | 2886 #2886F0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0F6A #0F6AD2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0C54 #0C54A7 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 083C #083C77 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0526 #05264C | Primary textHigh emphasis contentDark headings |
| 950 | 0318 #031830 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1F7FE;
--dodger-blue-100: #DEECFD;
--dodger-blue-200: #C1DCFB;
--dodger-blue-300: #91C1F7;
--dodger-blue-400: #58A1F3;
--dodger-blue-500: #2886F0;
--dodger-blue-600: #0F6AD2;
--dodger-blue-700: #0C54A7;
--dodger-blue-800: #083C77;
--dodger-blue-900: #05264C;
--dodger-blue-950: #031830;
}