Dodger Blue
#078CDA
BlueColor Codes
All color formats for development
HEX
#078CDARGB
rgb(7, 140, 218)HSL
hsl(202, 94%, 44%)OKLCH
oklch(0.618 0.153 244.7)CMYK
cmyk(97%, 36%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#067EC4
2#0570AE
3#056298
4#045483
5#03466D
6#033857
7#022A41
8#011C2C
9#010E16
Tints
Lighter variations
1#089EF5
2#21A9F8
3#3DB4F9
4#59BFFA
5#74C9FB
6#90D4FC
7#ACDFFC
8#C8EAFD
9#E3F4FE
Tones
Muted variations
1#118ACF
2#1C87C5
3#2684BA
4#3181AF
5#3B7EA5
6#467B9A
7#517990
8#5B7685
9#66737B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F9 #F0F9FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF2 #DCF2FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFE6 #BFE6FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DD3 #8DD3FB | BordersInactive statesPlaceholder text |
| 400 | 52BC #52BCFA | Disabled statesSecondary iconsMuted text |
| 500 | 20A9 #20A9F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 078C #078CDA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0570 #0570AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0450 #04507C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0233 #02334F | Primary textHigh emphasis contentDark headings |
| 950 | 0220 #022031 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0F9FF;
--dodger-blue-100: #DCF2FE;
--dodger-blue-200: #BFE6FD;
--dodger-blue-300: #8DD3FB;
--dodger-blue-400: #52BCFA;
--dodger-blue-500: #20A9F8;
--dodger-blue-600: #078CDA;
--dodger-blue-700: #0570AD;
--dodger-blue-800: #04507C;
--dodger-blue-900: #02334F;
--dodger-blue-950: #022031;
}