Dodger Blue
#28B4F0
BlueColor Codes
All color formats for development
HEX
#28B4F0RGB
rgb(40, 180, 240)HSL
hsl(198, 87%, 55%)OKLCH
oklch(0.726 0.141 233.1)CMYK
cmyk(83%, 25%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#10AAEC
2#0F97D2
3#0D84B8
4#0B719D
5#095F83
6#074C69
7#05394F
8#042634
9#02131A
Tints
Lighter variations
1#3EBCF2
2#53C3F3
3#69CBF5
4#7ED2F6
5#94DAF8
6#A9E1F9
7#BFE9FB
8#D4F0FC
9#EAF8FE
Tones
Muted variations
1#32B0E6
2#3CACDC
3#46A8D2
4#50A4C8
5#5AA0BE
6#649CB4
7#6E98AA
8#7894A0
9#829096
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF3 #DEF3FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1E9 #C1E9FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91D9 #91D9F7 | BordersInactive statesPlaceholder text |
| 400 | 58C5 #58C5F3 | Disabled statesSecondary iconsMuted text |
| 500 | 28B4 #28B4F0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0F97 #0F97D2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0C78 #0C78A7 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0856 #085677 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0537 #05374C | Primary textHigh emphasis contentDark headings |
| 950 | 0322 #032230 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FAFE;
--dodger-blue-100: #DEF3FD;
--dodger-blue-200: #C1E9FB;
--dodger-blue-300: #91D9F7;
--dodger-blue-400: #58C5F3;
--dodger-blue-500: #28B4F0;
--dodger-blue-600: #0F97D2;
--dodger-blue-700: #0C78A7;
--dodger-blue-800: #085677;
--dodger-blue-900: #05374C;
--dodger-blue-950: #032230;
}