Dodger Blue
#20B7F8
BlueColor Codes
All color formats for development
HEX
#20B7F8RGB
rgb(32, 183, 248)HSL
hsl(198, 94%, 55%)OKLCH
oklch(0.736 0.148 234.3)CMYK
cmyk(87%, 26%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#08AEF5
2#079ADA
3#0687BE
4#0574A3
5#046088
6#034D6D
7#033A52
8#022736
9#01131B
Tints
Lighter variations
1#37BFF9
2#4DC6F9
3#63CDFA
4#79D4FB
5#90DBFC
6#A6E2FC
7#BCEAFD
8#D2F1FE
9#E9F8FE
Tones
Muted variations
1#2BB3ED
2#36AFE3
3#41AAD8
4#4CA6CD
5#56A2C2
6#619EB7
7#6C99AD
8#7795A2
9#819197
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FA #F0FAFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF4 #DCF4FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFEA #BFEAFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DDA #8DDAFB | BordersInactive statesPlaceholder text |
| 400 | 52C7 #52C7FA | Disabled statesSecondary iconsMuted text |
| 500 | 20B7 #20B7F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 079A #079ADA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 057B #057BAD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0458 #04587C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0238 #02384F | Primary textHigh emphasis contentDark headings |
| 950 | 0223 #022331 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0FAFF;
--dodger-blue-100: #DCF4FE;
--dodger-blue-200: #BFEAFD;
--dodger-blue-300: #8DDAFB;
--dodger-blue-400: #52C7FA;
--dodger-blue-500: #20B7F8;
--dodger-blue-600: #079ADA;
--dodger-blue-700: #057BAD;
--dodger-blue-800: #04587C;
--dodger-blue-900: #02384F;
--dodger-blue-950: #022331;
}