Dodger Blue
#55A8F7
BlueColor Codes
All color formats for development
HEX
#55A8F7RGB
rgb(85, 168, 247)HSL
hsl(209, 91%, 65%)OKLCH
oklch(0.714 0.141 249.4)CMYK
cmyk(66%, 32%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3598F5
2#1588F4
3#0A78DE
4#0966BE
5#07559E
6#06447F
7#04335F
8#03223F
9#011120
Tints
Lighter variations
1#66B1F8
2#77BAF9
3#88C2F9
4#99CBFA
5#AAD4FB
6#BBDCFC
7#CCE5FD
8#DDEEFD
9#EEF6FE
Tones
Muted variations
1#5DA8EF
2#65A8E7
3#6DA8DF
4#75A7D6
5#7DA7CE
6#85A7C6
7#8DA7BE
8#96A6B6
9#9EA6AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F8 #F0F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEE #DDEEFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0DF #C0DFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FC6 #8FC6FA | BordersInactive statesPlaceholder text |
| 400 | 55A8 #55A8F7 | Disabled statesSecondary iconsMuted text |
| 500 | 2490 #2490F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A74 #0A74D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 085C #085CAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0642 #06427A | Text on light backgroundsHeadingsStrong borders |
| 900 | 042A #042A4E | 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: #F0F8FE;
--dodger-blue-100: #DDEEFD;
--dodger-blue-200: #C0DFFC;
--dodger-blue-300: #8FC6FA;
--dodger-blue-400: #55A8F7;
--dodger-blue-500: #2490F5;
--dodger-blue-600: #0A74D6;
--dodger-blue-700: #085CAA;
--dodger-blue-800: #06427A;
--dodger-blue-900: #042A4E;
--dodger-blue-950: #021A31;
}