Dodger Blue
#55ABF6
BlueColor Codes
All color formats for development
HEX
#55ABF6RGB
rgb(85, 171, 246)HSL
hsl(208, 90%, 65%)OKLCH
oklch(0.72 0.138 247.4)CMYK
cmyk(65%, 30%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#369CF4
2#168CF3
3#0C7BDC
4#0A69BD
5#08589D
6#07467E
7#05355E
8#03233F
9#02121F
Tints
Lighter variations
1#66B3F7
2#77BCF8
3#88C4F9
4#99CDFA
5#AAD5FB
6#BBDDFB
7#CCE6FC
8#DDEEFD
9#EEF7FE
Tones
Muted variations
1#5DABEE
2#65AAE6
3#6EA9DE
4#76A9D6
5#7EA8CE
6#86A8C6
7#8EA7BE
8#96A7B6
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 | C0E0 #C0E0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90C8 #90C8F9 | BordersInactive statesPlaceholder text |
| 400 | 55AB #55ABF6 | Disabled statesSecondary iconsMuted text |
| 500 | 2593 #2593F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B77 #0B77D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 095F #095FAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0644 #064479 | Text on light backgroundsHeadingsStrong borders |
| 900 | 042B #042B4E | Primary textHigh emphasis contentDark headings |
| 950 | 031B #031B30 | 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: #C0E0FC;
--dodger-blue-300: #90C8F9;
--dodger-blue-400: #55ABF6;
--dodger-blue-500: #2593F4;
--dodger-blue-600: #0B77D5;
--dodger-blue-700: #095FAA;
--dodger-blue-800: #064479;
--dodger-blue-900: #042B4E;
--dodger-blue-950: #031B30;
}