Dodger Blue
#0470DC
BlueColor Codes
All color formats for development
HEX
#0470DCRGB
rgb(4, 112, 220)HSL
hsl(210, 96%, 44%)OKLCH
oklch(0.556 0.185 255.6)CMYK
cmyk(98%, 49%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0465C6
2#045AB0
3#034F9A
4#034384
5#02386E
6#022D58
7#012242
8#01162C
9#000B16
Tints
Lighter variations
1#057EF8
2#1F8DFA
3#3B9BFB
4#57A9FC
5#73B8FC
6#8FC6FD
7#ABD4FD
8#C7E2FE
9#E3F1FE
Tones
Muted variations
1#0F70D1
2#1A70C6
3#2570BC
4#3070B1
5#3A70A6
6#45709B
7#507091
8#5B7086
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 | 8CC4 #8CC4FD | BordersInactive statesPlaceholder text |
| 400 | 50A6 #50A6FB | Disabled statesSecondary iconsMuted text |
| 500 | 1E8C #1E8CFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 0470 #0470DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0459 #0459AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0340 #03407D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0229 #022950 | 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: #8CC4FD;
--dodger-blue-400: #50A6FB;
--dodger-blue-500: #1E8CFA;
--dodger-blue-600: #0470DC;
--dodger-blue-700: #0459AF;
--dodger-blue-800: #03407D;
--dodger-blue-900: #022950;
--dodger-blue-950: #011A32;
}