Dodger Blue
#30A8E8
BlueColor Codes
All color formats for development
HEX
#30A8E8RGB
rgb(48, 168, 232)HSL
hsl(201, 80%, 55%)OKLCH
oklch(0.696 0.138 237.7)CMYK
cmyk(79%, 28%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#199DE3
2#168BCA
3#147AB1
4#116897
5#0E577E
6#0B4665
7#08344C
8#062332
9#031119
Tints
Lighter variations
1#45B1EA
2#5AB9ED
3#6EC2EF
4#83CBF1
5#98D3F4
6#ACDCF6
7#C1E5F8
8#D6EEFA
9#EAF6FD
Tones
Muted variations
1#3AA5DF
2#43A2D6
3#4CA0CD
4#559DC3
5#5E9ABA
6#6897B1
7#7195A8
8#7A929F
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 | C3E6 #C3E6F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95D2 #95D2F3 | BordersInactive statesPlaceholder text |
| 400 | 5EBB #5EBBED | Disabled statesSecondary iconsMuted text |
| 500 | 30A8 #30A8E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 168B #168BCA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 126F #126FA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D4F #0D4F73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0833 #083349 | Primary textHigh emphasis contentDark headings |
| 950 | 0520 #05202E | 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: #C3E6F8;
--dodger-blue-300: #95D2F3;
--dodger-blue-400: #5EBBED;
--dodger-blue-500: #30A8E8;
--dodger-blue-600: #168BCA;
--dodger-blue-700: #126FA1;
--dodger-blue-800: #0D4F73;
--dodger-blue-900: #083349;
--dodger-blue-950: #05202E;
}