Dodger Blue
#308FE8
BlueColor Codes
All color formats for development
HEX
#308FE8RGB
rgb(48, 143, 232)HSL
hsl(209, 80%, 55%)OKLCH
oklch(0.639 0.159 250.8)CMYK
cmyk(79%, 38%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1982E3
2#1673CA
3#1465B1
4#115697
5#0E487E
6#0B3A65
7#082B4C
8#061D32
9#030E19
Tints
Lighter variations
1#459AEA
2#5AA6ED
3#6EB1EF
4#83BCF1
5#98C7F4
6#ACD2F6
7#C1DDF8
8#D6E9FA
9#EAF4FD
Tones
Muted variations
1#3A8FDF
2#438FD6
3#4C8ECD
4#558EC3
5#5E8EBA
6#688DB1
7#718DA8
8#7A8D9F
9#838D95
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEE #DFEEFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3DF #C3DFF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95C6 #95C6F3 | BordersInactive statesPlaceholder text |
| 400 | 5EA8 #5EA8ED | Disabled statesSecondary iconsMuted text |
| 500 | 308F #308FE8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1673 #1673CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 125C #125CA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D41 #0D4173 | Text on light backgroundsHeadingsStrong borders |
| 900 | 082A #082A49 | Primary textHigh emphasis contentDark headings |
| 950 | 051A #051A2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1F8FD;
--dodger-blue-100: #DFEEFB;
--dodger-blue-200: #C3DFF8;
--dodger-blue-300: #95C6F3;
--dodger-blue-400: #5EA8ED;
--dodger-blue-500: #308FE8;
--dodger-blue-600: #1673CA;
--dodger-blue-700: #125CA1;
--dodger-blue-800: #0D4173;
--dodger-blue-900: #082A49;
--dodger-blue-950: #051A2E;
}