Dodger Blue
#559EF7
BlueColor Codes
All color formats for development
HEX
#559EF7RGB
rgb(85, 158, 247)HSL
hsl(213, 91%, 65%)OKLCH
oklch(0.692 0.151 254.6)CMYK
cmyk(66%, 36%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#358CF5
2#1579F4
3#0A69DE
4#095ABE
5#074B9E
6#063C7F
7#042D5F
8#031E3F
9#010F20
Tints
Lighter variations
1#66A7F8
2#77B1F9
3#88BBF9
4#99C5FA
5#AACEFB
6#BBD8FC
7#CCE2FD
8#DDECFD
9#EEF5FE
Tones
Muted variations
1#5D9EEF
2#659FE7
3#6DA0DF
4#75A1D6
5#7DA2CE
6#85A3C6
7#8DA3BE
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 | 8FBF #8FBFFA | BordersInactive statesPlaceholder text |
| 400 | 559E #559EF7 | Disabled statesSecondary iconsMuted text |
| 500 | 2482 #2482F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A66 #0A66D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0851 #0851AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 063A #063A7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0425 #04254E | Primary textHigh emphasis contentDark headings |
| 950 | 0217 #021731 | 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: #8FBFFA;
--dodger-blue-400: #559EF7;
--dodger-blue-500: #2482F5;
--dodger-blue-600: #0A66D6;
--dodger-blue-700: #0851AA;
--dodger-blue-800: #063A7A;
--dodger-blue-900: #04254E;
--dodger-blue-950: #021731;
}