Dodger Blue
#30B4E8
BlueColor Codes
All color formats for development
HEX
#30B4E8RGB
rgb(48, 180, 232)HSL
hsl(197, 80%, 55%)OKLCH
oklch(0.724 0.132 230)CMYK
cmyk(79%, 22%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#19AAE3
2#1697CA
3#1484B1
4#117197
5#0E5E7E
6#0B4C65
7#08394C
8#062632
9#031319
Tints
Lighter variations
1#45BCEA
2#5AC3ED
3#6ECBEF
4#83D2F1
5#98DAF4
6#ACE1F6
7#C1E9F8
8#D6F0FA
9#EAF8FD
Tones
Muted variations
1#3AB0DF
2#43ACD6
3#4CA8CD
4#55A4C3
5#5EA0BA
6#689CB1
7#7198A8
8#7A949F
9#839095
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF3 #DFF3FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E9 #C3E9F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95D9 #95D9F3 | BordersInactive statesPlaceholder text |
| 400 | 5EC5 #5EC5ED | Disabled statesSecondary iconsMuted text |
| 500 | 30B4 #30B4E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1697 #1697CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1278 #1278A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D56 #0D5673 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0837 #083749 | Primary textHigh emphasis contentDark headings |
| 950 | 0522 #05222E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FAFD;
--dodger-blue-100: #DFF3FB;
--dodger-blue-200: #C3E9F8;
--dodger-blue-300: #95D9F3;
--dodger-blue-400: #5EC5ED;
--dodger-blue-500: #30B4E8;
--dodger-blue-600: #1697CA;
--dodger-blue-700: #1278A1;
--dodger-blue-800: #0D5673;
--dodger-blue-900: #083749;
--dodger-blue-950: #05222E;
}