Dodger Blue
#3286E7
BlueColor Codes
All color formats for development
HEX
#3286E7RGB
rgb(50, 134, 231)HSL
hsl(212, 79%, 55%)OKLCH
oklch(0.619 0.167 254.6)CMYK
cmyk(78%, 42%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B78E2
2#186AC9
3#155DB0
4#125097
5#0F427E
6#0C3564
7#09284B
8#061B32
9#030D19
Tints
Lighter variations
1#4692E9
2#5B9EEC
3#6FAAEE
4#84B7F1
5#98C3F3
6#ADCFF5
7#C1DBF8
8#D6E7FA
9#EAF3FD
Tones
Muted variations
1#3B87DE
2#4487D5
3#4D88CC
4#5689C3
5#5F89BA
6#688AB1
7#718AA7
8#7A8B9E
9#838C95
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEC #DFECFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4DC #C4DCF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96C1 #96C1F3 | BordersInactive statesPlaceholder text |
| 400 | 5FA1 #5FA1EC | Disabled statesSecondary iconsMuted text |
| 500 | 3286 #3286E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 186A #186AC9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1355 #1355A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D3C #0D3C72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0927 #092749 | Primary textHigh emphasis contentDark headings |
| 950 | 0518 #05182E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1F7FD;
--dodger-blue-100: #DFECFB;
--dodger-blue-200: #C4DCF8;
--dodger-blue-300: #96C1F3;
--dodger-blue-400: #5FA1EC;
--dodger-blue-500: #3286E7;
--dodger-blue-600: #186AC9;
--dodger-blue-700: #1355A0;
--dodger-blue-800: #0D3C72;
--dodger-blue-900: #092749;
--dodger-blue-950: #05182E;
}