Dodger Blue
#55A8F6
BlueColor Codes
All color formats for development
HEX
#55A8F6RGB
rgb(85, 168, 246)HSL
hsl(209, 90%, 65%)OKLCH
oklch(0.714 0.14 249.1)CMYK
cmyk(65%, 32%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3698F4
2#1688F3
3#0C78DC
4#0A66BD
5#08559D
6#07447E
7#05335E
8#03223F
9#02111F
Tints
Lighter variations
1#66B1F7
2#77BAF8
3#88C2F9
4#99CBFA
5#AAD4FB
6#BBDCFB
7#CCE5FC
8#DDEEFD
9#EEF6FE
Tones
Muted variations
1#5DA8EE
2#65A8E6
3#6EA8DE
4#76A7D6
5#7EA7CE
6#86A7C6
7#8EA7BE
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 | 90C6 #90C6F9 | BordersInactive statesPlaceholder text |
| 400 | 55A8 #55A8F6 | Disabled statesSecondary iconsMuted text |
| 500 | 2590 #2590F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B74 #0B74D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 095C #095CAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0642 #064279 | Text on light backgroundsHeadingsStrong borders |
| 900 | 042A #042A4E | Primary textHigh emphasis contentDark headings |
| 950 | 031A #031A30 | 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: #90C6F9;
--dodger-blue-400: #55A8F6;
--dodger-blue-500: #2590F4;
--dodger-blue-600: #0B74D5;
--dodger-blue-700: #095CAA;
--dodger-blue-800: #064279;
--dodger-blue-900: #042A4E;
--dodger-blue-950: #031A30;
}