Dodger Blue
#209BF8
BlueColor Codes
All color formats for development
HEX
#209BF8RGB
rgb(32, 155, 248)HSL
hsl(206, 94%, 55%)OKLCH
oklch(0.672 0.17 247.9)CMYK
cmyk(87%, 38%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#088EF5
2#077EDA
3#066EBE
4#055FA3
5#044F88
6#033F6D
7#032F52
8#022036
9#01101B
Tints
Lighter variations
1#37A5F9
2#4DAFF9
3#63B9FA
4#79C3FB
5#90CDFC
6#A6D7FC
7#BCE1FD
8#D2EBFE
9#E9F5FE
Tones
Muted variations
1#2B99ED
2#3698E3
3#4196D8
4#4C95CD
5#5693C2
6#6192B7
7#6C91AD
8#778FA2
9#818E97
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F8 #F0F8FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCEF #DCEFFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFE2 #BFE2FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DCC #8DCCFB | BordersInactive statesPlaceholder text |
| 400 | 52B1 #52B1FA | Disabled statesSecondary iconsMuted text |
| 500 | 209B #209BF8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 077E #077EDA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0564 #0564AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0448 #04487C | Text on light backgroundsHeadingsStrong borders |
| 900 | 022E #022E4F | Primary textHigh emphasis contentDark headings |
| 950 | 021D #021D31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0F8FF;
--dodger-blue-100: #DCEFFE;
--dodger-blue-200: #BFE2FD;
--dodger-blue-300: #8DCCFB;
--dodger-blue-400: #52B1FA;
--dodger-blue-500: #209BF8;
--dodger-blue-600: #077EDA;
--dodger-blue-700: #0564AD;
--dodger-blue-800: #04487C;
--dodger-blue-900: #022E4F;
--dodger-blue-950: #021D31;
}