Dodger Blue
#55A0F6
BlueColor Codes
All color formats for development
HEX
#55A0F6RGB
rgb(85, 160, 246)HSL
hsl(212, 90%, 65%)OKLCH
oklch(0.696 0.148 253.4)CMYK
cmyk(65%, 35%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#368FF4
2#167DF3
3#0C6DDC
4#0A5DBD
5#084E9D
6#073E7E
7#052F5E
8#031F3F
9#02101F
Tints
Lighter variations
1#66AAF7
2#77B3F8
3#88BDF9
4#99C6FA
5#AAD0FB
6#BBD9FB
7#CCE3FC
8#DDECFD
9#EEF6FE
Tones
Muted variations
1#5DA1EE
2#65A1E6
3#6EA2DE
4#76A3D6
5#7EA3CE
6#86A4C6
7#8EA4BE
8#96A5B6
9#9EA5AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F7 #F0F7FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEC #DDECFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0DC #C0DCFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90C1 #90C1F9 | BordersInactive statesPlaceholder text |
| 400 | 55A0 #55A0F6 | Disabled statesSecondary iconsMuted text |
| 500 | 2585 #2585F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B69 #0B69D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0954 #0954AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 063C #063C79 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0426 #04264E | Primary textHigh emphasis contentDark headings |
| 950 | 0318 #031830 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0F7FE;
--dodger-blue-100: #DDECFD;
--dodger-blue-200: #C0DCFC;
--dodger-blue-300: #90C1F9;
--dodger-blue-400: #55A0F6;
--dodger-blue-500: #2585F4;
--dodger-blue-600: #0B69D5;
--dodger-blue-700: #0954AA;
--dodger-blue-800: #063C79;
--dodger-blue-900: #04264E;
--dodger-blue-950: #031830;
}