Dodger Blue
#0370DD
BlueColor Codes
All color formats for development
HEX
#0370DDRGB
rgb(3, 112, 221)HSL
hsl(210, 97%, 44%)OKLCH
oklch(0.557 0.187 255.7)CMYK
cmyk(99%, 49%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0365C7
2#035AB1
3#024F9B
4#024385
5#02386F
6#012D58
7#012242
8#01162C
9#000B16
Tints
Lighter variations
1#047EF9
2#1E8DFC
3#3A9BFC
4#56A9FC
5#72B8FD
6#8EC6FD
7#ABD4FE
8#C7E2FE
9#E3F1FF
Tones
Muted variations
1#0E70D2
2#1970C7
3#2470BC
4#2F70B2
5#3A70A7
6#45709C
7#507091
8#5A7086
9#65707B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F7 #F0F7FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCED #DCEDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEDE #BEDEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BC4 #8BC4FD | BordersInactive statesPlaceholder text |
| 400 | 4FA6 #4FA6FC | Disabled statesSecondary iconsMuted text |
| 500 | 1D8C #1D8CFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 0370 #0370DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0359 #0359B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0240 #02407E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0129 #012950 | Primary textHigh emphasis contentDark headings |
| 950 | 011A #011A32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0F7FF;
--dodger-blue-100: #DCEDFE;
--dodger-blue-200: #BEDEFE;
--dodger-blue-300: #8BC4FD;
--dodger-blue-400: #4FA6FC;
--dodger-blue-500: #1D8CFC;
--dodger-blue-600: #0370DD;
--dodger-blue-700: #0359B0;
--dodger-blue-800: #02407E;
--dodger-blue-900: #012950;
--dodger-blue-950: #011A32;
}