Dodger Blue
#30BAE8
BlueColor Codes
All color formats for development
HEX
#30BAE8RGB
rgb(48, 186, 232)HSL
hsl(195, 80%, 55%)OKLCH
oklch(0.738 0.13 225.9)CMYK
cmyk(79%, 20%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#19B1E3
2#169DCA
3#1489B1
4#117697
5#0E627E
6#0B4F65
7#083B4C
8#062732
9#031419
Tints
Lighter variations
1#45C1EA
2#5AC8ED
3#6ECFEF
4#83D6F1
5#98DDF4
6#ACE3F6
7#C1EAF8
8#D6F1FA
9#EAF8FD
Tones
Muted variations
1#3AB6DF
2#43B1D6
3#4CACCD
4#55A8C3
5#5EA3BA
6#689FB1
7#719AA8
8#7A959F
9#839195
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF4 #DFF4FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3EB #C3EBF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95DC #95DCF3 | BordersInactive statesPlaceholder text |
| 400 | 5EC9 #5EC9ED | Disabled statesSecondary iconsMuted text |
| 500 | 30BA #30BAE8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 169D #169DCA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 127D #127DA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D59 #0D5973 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0839 #083949 | Primary textHigh emphasis contentDark headings |
| 950 | 0524 #05242E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FAFD;
--dodger-blue-100: #DFF4FB;
--dodger-blue-200: #C3EBF8;
--dodger-blue-300: #95DCF3;
--dodger-blue-400: #5EC9ED;
--dodger-blue-500: #30BAE8;
--dodger-blue-600: #169DCA;
--dodger-blue-700: #127DA1;
--dodger-blue-800: #0D5973;
--dodger-blue-900: #083949;
--dodger-blue-950: #05242E;
}