Dodger Blue
#30A2E8
BlueColor Codes
All color formats for development
HEX
#30A2E8RGB
rgb(48, 162, 232)HSL
hsl(203, 80%, 55%)OKLCH
oklch(0.682 0.142 241.2)CMYK
cmyk(79%, 30%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1996E3
2#1685CA
3#1475B1
4#116497
5#0E537E
6#0B4365
7#08324C
8#062132
9#031119
Tints
Lighter variations
1#45ABEA
2#5AB4ED
3#6EBEEF
4#83C7F1
5#98D0F4
6#ACDAF6
7#C1E3F8
8#D6ECFA
9#EAF6FD
Tones
Muted variations
1#3AA0DF
2#439DD6
3#4C9BCD
4#5599C3
5#5E97BA
6#6895B1
7#7193A8
8#7A919F
9#838E95
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF0 #DFF0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E4 #C3E4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95CF #95CFF3 | BordersInactive statesPlaceholder text |
| 400 | 5EB6 #5EB6ED | Disabled statesSecondary iconsMuted text |
| 500 | 30A2 #30A2E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1685 #1685CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 126A #126AA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D4C #0D4C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0830 #083049 | Primary textHigh emphasis contentDark headings |
| 950 | 051E #051E2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1F9FD;
--dodger-blue-100: #DFF0FB;
--dodger-blue-200: #C3E4F8;
--dodger-blue-300: #95CFF3;
--dodger-blue-400: #5EB6ED;
--dodger-blue-500: #30A2E8;
--dodger-blue-600: #1685CA;
--dodger-blue-700: #126AA1;
--dodger-blue-800: #0D4C73;
--dodger-blue-900: #083049;
--dodger-blue-950: #051E2E;
}