Dodger Blue
#0870D9
BlueColor Codes
All color formats for development
HEX
#0870D9RGB
rgb(8, 112, 217)HSL
hsl(210, 93%, 44%)OKLCH
oklch(0.554 0.181 255.4)CMYK
cmyk(96%, 48%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0765C3
2#065AAD
3#054F98
4#054382
5#04386C
6#032D57
7#022241
8#02162B
9#010B16
Tints
Lighter variations
1#097EF4
2#238DF7
3#3E9BF8
4#5AA9F9
5#75B8FA
6#91C6FB
7#ACD4FC
8#C8E2FD
9#E3F1FE
Tones
Muted variations
1#1270CE
2#1D70C4
3#2770B9
4#3270AF
5#3C70A4
6#46709A
7#517090
8#5B7085
9#66707B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F7 #F0F7FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDED #DDEDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFDE #BFDEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EC4 #8EC4FB | BordersInactive statesPlaceholder text |
| 400 | 53A6 #53A6F9 | Disabled statesSecondary iconsMuted text |
| 500 | 228C #228CF7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0870 #0870D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0659 #0659AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0440 #04407B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0329 #03294F | Primary textHigh emphasis contentDark headings |
| 950 | 021A #021A31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0F7FE;
--dodger-blue-100: #DDEDFE;
--dodger-blue-200: #BFDEFD;
--dodger-blue-300: #8EC4FB;
--dodger-blue-400: #53A6F9;
--dodger-blue-500: #228CF7;
--dodger-blue-600: #0870D9;
--dodger-blue-700: #0659AC;
--dodger-blue-800: #04407B;
--dodger-blue-900: #03294F;
--dodger-blue-950: #021A31;
}