Dodger Blue
#559BF6
BlueColor Codes
All color formats for development
HEX
#559BF6RGB
rgb(85, 155, 246)HSL
hsl(214, 90%, 65%)OKLCH
oklch(0.685 0.152 255.8)CMYK
cmyk(65%, 37%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3688F4
2#1676F3
3#0C66DC
4#0A58BD
5#08499D
6#073A7E
7#052C5E
8#031D3F
9#020F1F
Tints
Lighter variations
1#66A5F7
2#77AFF8
3#88B9F9
4#99C3FA
5#AACDFB
6#BBD7FB
7#CCE1FC
8#DDEBFD
9#EEF5FE
Tones
Muted variations
1#5D9CEE
2#659DE6
3#6E9EDE
4#769FD6
5#7EA0CE
6#86A1C6
7#8EA3BE
8#96A4B6
9#9EA5AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F6 #F0F6FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEB #DDEBFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0DA #C0DAFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90BD #90BDF9 | BordersInactive statesPlaceholder text |
| 400 | 559B #559BF6 | Disabled statesSecondary iconsMuted text |
| 500 | 257E #257EF4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B63 #0B63D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 094F #094FAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0638 #063879 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0424 #04244E | Primary textHigh emphasis contentDark headings |
| 950 | 0316 #031630 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0F6FE;
--dodger-blue-100: #DDEBFD;
--dodger-blue-200: #C0DAFC;
--dodger-blue-300: #90BDF9;
--dodger-blue-400: #559BF6;
--dodger-blue-500: #257EF4;
--dodger-blue-600: #0B63D5;
--dodger-blue-700: #094FAA;
--dodger-blue-800: #063879;
--dodger-blue-900: #04244E;
--dodger-blue-950: #031630;
}