Dodger Blue
#20A2F8
BlueColor Codes
All color formats for development
HEX
#20A2F8RGB
rgb(32, 162, 248)HSL
hsl(204, 94%, 55%)OKLCH
oklch(0.688 0.164 244.9)CMYK
cmyk(87%, 35%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0896F5
2#0785DA
3#0675BE
4#0564A3
5#045388
6#03436D
7#033252
8#022136
9#01111B
Tints
Lighter variations
1#37ABF9
2#4DB4F9
3#63BEFA
4#79C7FB
5#90D0FC
6#A6DAFC
7#BCE3FD
8#D2ECFE
9#E9F6FE
Tones
Muted variations
1#2BA0ED
2#369EE3
3#419BD8
4#4C99CD
5#5697C2
6#6195B7
7#6C93AD
8#7791A2
9#818E97
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F9 #F0F9FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF1 #DCF1FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFE4 #BFE4FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DCF #8DCFFB | BordersInactive statesPlaceholder text |
| 400 | 52B7 #52B7FA | Disabled statesSecondary iconsMuted text |
| 500 | 20A2 #20A2F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0785 #0785DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 056A #056AAD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 044C #044C7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0230 #02304F | Primary textHigh emphasis contentDark headings |
| 950 | 021E #021E31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0F9FF;
--dodger-blue-100: #DCF1FE;
--dodger-blue-200: #BFE4FD;
--dodger-blue-300: #8DCFFB;
--dodger-blue-400: #52B7FA;
--dodger-blue-500: #20A2F8;
--dodger-blue-600: #0785DA;
--dodger-blue-700: #056AAD;
--dodger-blue-800: #044C7C;
--dodger-blue-900: #02304F;
--dodger-blue-950: #021E31;
}