Dodger Blue
#20B0F8
BlueColor Codes
All color formats for development
HEX
#20B0F8RGB
rgb(32, 176, 248)HSL
hsl(200, 94%, 55%)OKLCH
oklch(0.72 0.153 238.1)CMYK
cmyk(87%, 29%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#08A6F5
2#0793DA
3#0681BE
4#056FA3
5#045C88
6#034A6D
7#033752
8#022536
9#01121B
Tints
Lighter variations
1#37B8F9
2#4DC0F9
3#63C8FA
4#79D0FB
5#90D8FC
6#A6DFFC
7#BCE7FD
8#D2EFFE
9#E9F7FE
Tones
Muted variations
1#2BADED
2#36A9E3
3#41A5D8
4#4CA2CD
5#569EC2
6#619BB7
7#6C97AD
8#7793A2
9#819097
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FA #F0FAFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF3 #DCF3FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFE8 #BFE8FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DD7 #8DD7FB | BordersInactive statesPlaceholder text |
| 400 | 52C2 #52C2FA | Disabled statesSecondary iconsMuted text |
| 500 | 20B0 #20B0F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0793 #0793DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0575 #0575AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0454 #04547C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0236 #02364F | Primary textHigh emphasis contentDark headings |
| 950 | 0221 #022131 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0FAFF;
--dodger-blue-100: #DCF3FE;
--dodger-blue-200: #BFE8FD;
--dodger-blue-300: #8DD7FB;
--dodger-blue-400: #52C2FA;
--dodger-blue-500: #20B0F8;
--dodger-blue-600: #0793DA;
--dodger-blue-700: #0575AD;
--dodger-blue-800: #04547C;
--dodger-blue-900: #02364F;
--dodger-blue-950: #022131;
}