Dodger Blue
#55A0F7
BlueColor Codes
All color formats for development
HEX
#55A0F7RGB
rgb(85, 160, 247)HSL
hsl(212, 91%, 65%)OKLCH
oklch(0.697 0.149 253.6)CMYK
cmyk(66%, 35%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#358FF5
2#157DF4
3#0A6DDE
4#095DBE
5#074E9E
6#063E7F
7#042F5F
8#031F3F
9#011020
Tints
Lighter variations
1#66AAF8
2#77B3F9
3#88BDF9
4#99C6FA
5#AAD0FB
6#BBD9FC
7#CCE3FD
8#DDECFD
9#EEF6FE
Tones
Muted variations
1#5DA1EF
2#65A1E7
3#6DA2DF
4#75A3D6
5#7DA3CE
6#85A4C6
7#8DA4BE
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 | 8FC1 #8FC1FA | BordersInactive statesPlaceholder text |
| 400 | 55A0 #55A0F7 | Disabled statesSecondary iconsMuted text |
| 500 | 2485 #2485F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A69 #0A69D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0854 #0854AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 063C #063C7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0426 #04264E | Primary textHigh emphasis contentDark headings |
| 950 | 0218 #021831 | 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: #8FC1FA;
--dodger-blue-400: #55A0F7;
--dodger-blue-500: #2485F5;
--dodger-blue-600: #0A69D6;
--dodger-blue-700: #0854AA;
--dodger-blue-800: #063C7A;
--dodger-blue-900: #04264E;
--dodger-blue-950: #021831;
}