Dodger Blue
#208CF8
BlueColor Codes
All color formats for development
HEX
#208CF8RGB
rgb(32, 140, 248)HSL
hsl(210, 94%, 55%)OKLCH
oklch(0.639 0.186 253.4)CMYK
cmyk(87%, 44%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#087EF5
2#0770DA
3#0662BE
4#0554A3
5#044688
6#03386D
7#032A52
8#021C36
9#010E1B
Tints
Lighter variations
1#3798F9
2#4DA3F9
3#63AFFA
4#79BAFB
5#90C6FC
6#A6D1FC
7#BCDDFD
8#D2E8FE
9#E9F4FE
Tones
Muted variations
1#2B8CED
2#368CE3
3#418CD8
4#4C8CCD
5#568CC2
6#618CB7
7#6C8CAD
8#778CA2
9#818C97
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F7 #F0F7FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCED #DCEDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFDE #BFDEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DC4 #8DC4FB | BordersInactive statesPlaceholder text |
| 400 | 52A6 #52A6FA | Disabled statesSecondary iconsMuted text |
| 500 | 208C #208CF8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0770 #0770DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0559 #0559AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0440 #04407C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0229 #02294F | Primary textHigh emphasis contentDark headings |
| 950 | 021A #021A31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0F7FF;
--dodger-blue-100: #DCEDFE;
--dodger-blue-200: #BFDEFD;
--dodger-blue-300: #8DC4FB;
--dodger-blue-400: #52A6FA;
--dodger-blue-500: #208CF8;
--dodger-blue-600: #0770DA;
--dodger-blue-700: #0559AD;
--dodger-blue-800: #04407C;
--dodger-blue-900: #02294F;
--dodger-blue-950: #021A31;
}