Dodger Blue
#30A5E8
BlueColor Codes
All color formats for development
HEX
#30A5E8RGB
rgb(48, 165, 232)HSL
hsl(202, 80%, 55%)OKLCH
oklch(0.689 0.14 239.5)CMYK
cmyk(79%, 29%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1999E3
2#1688CA
3#1477B1
4#116697
5#0E557E
6#0B4465
7#08334C
8#062232
9#031119
Tints
Lighter variations
1#45AEEA
2#5AB7ED
3#6EC0EF
4#83C9F1
5#98D2F4
6#ACDBF6
7#C1E4F8
8#D6EDFA
9#EAF6FD
Tones
Muted variations
1#3AA2DF
2#43A0D6
3#4C9DCD
4#559BC3
5#5E98BA
6#6896B1
7#7194A8
8#7A919F
9#838F95
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF1 #DFF1FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E5 #C3E5F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95D1 #95D1F3 | BordersInactive statesPlaceholder text |
| 400 | 5EB9 #5EB9ED | Disabled statesSecondary iconsMuted text |
| 500 | 30A5 #30A5E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1688 #1688CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 126C #126CA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D4D #0D4D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0832 #083249 | Primary textHigh emphasis contentDark headings |
| 950 | 051F #051F2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1F9FD;
--dodger-blue-100: #DFF1FB;
--dodger-blue-200: #C3E5F8;
--dodger-blue-300: #95D1F3;
--dodger-blue-400: #5EB9ED;
--dodger-blue-500: #30A5E8;
--dodger-blue-600: #1688CA;
--dodger-blue-700: #126CA1;
--dodger-blue-800: #0D4D73;
--dodger-blue-900: #083249;
--dodger-blue-950: #051F2E;
}