Dodger Blue
#55A3F6
BlueColor Codes
All color formats for development
HEX
#55A3F6RGB
rgb(85, 163, 246)HSL
hsl(211, 90%, 65%)OKLCH
oklch(0.703 0.145 251.8)CMYK
cmyk(65%, 34%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3692F4
2#1681F3
3#0C71DC
4#0A60BD
5#08509D
6#07407E
7#05305E
8#03203F
9#02101F
Tints
Lighter variations
1#66ACF7
2#77B5F8
3#88BFF9
4#99C8FA
5#AAD1FB
6#BBDAFB
7#CCE3FC
8#DDEDFD
9#EEF6FE
Tones
Muted variations
1#5DA3EE
2#65A4E6
3#6EA4DE
4#76A4D6
5#7EA4CE
6#86A5C6
7#8EA5BE
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 | DDED #DDEDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0DD #C0DDFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90C3 #90C3F9 | BordersInactive statesPlaceholder text |
| 400 | 55A3 #55A3F6 | Disabled statesSecondary iconsMuted text |
| 500 | 2589 #2589F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B6D #0B6DD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0957 #0957AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 063E #063E79 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0428 #04284E | Primary textHigh emphasis contentDark headings |
| 950 | 0319 #031930 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0F7FE;
--dodger-blue-100: #DDEDFD;
--dodger-blue-200: #C0DDFC;
--dodger-blue-300: #90C3F9;
--dodger-blue-400: #55A3F6;
--dodger-blue-500: #2589F4;
--dodger-blue-600: #0B6DD5;
--dodger-blue-700: #0957AA;
--dodger-blue-800: #063E79;
--dodger-blue-900: #04284E;
--dodger-blue-950: #031930;
}