Dodger Blue
#559EF6
BlueColor Codes
All color formats for development
HEX
#559EF6RGB
rgb(85, 158, 246)HSL
hsl(213, 90%, 65%)OKLCH
oklch(0.692 0.149 254.4)CMYK
cmyk(65%, 36%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#368CF4
2#167AF3
3#0C6ADC
4#0A5ABD
5#084B9D
6#073C7E
7#052D5E
8#031E3F
9#020F1F
Tints
Lighter variations
1#66A7F7
2#77B1F8
3#88BBF9
4#99C5FA
5#AACEFB
6#BBD8FB
7#CCE2FC
8#DDECFD
9#EEF5FE
Tones
Muted variations
1#5D9FEE
2#659FE6
3#6EA0DE
4#76A1D6
5#7EA2CE
6#86A3C6
7#8EA3BE
8#96A4B6
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 | C0DB #C0DBFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90BF #90BFF9 | BordersInactive statesPlaceholder text |
| 400 | 559E #559EF6 | Disabled statesSecondary iconsMuted text |
| 500 | 2582 #2582F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B66 #0B66D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0951 #0951AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 063A #063A79 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0425 #04254E | Primary textHigh emphasis contentDark headings |
| 950 | 0317 #031730 | 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: #C0DBFC;
--dodger-blue-300: #90BFF9;
--dodger-blue-400: #559EF6;
--dodger-blue-500: #2582F4;
--dodger-blue-600: #0B66D5;
--dodger-blue-700: #0951AA;
--dodger-blue-800: #063A79;
--dodger-blue-900: #04254E;
--dodger-blue-950: #031730;
}