Dodger Blue
#3289E7
BlueColor Codes
All color formats for development
HEX
#3289E7RGB
rgb(50, 137, 231)HSL
hsl(211, 79%, 55%)OKLCH
oklch(0.626 0.164 253.4)CMYK
cmyk(78%, 41%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B7BE2
2#186DC9
3#1560B0
4#125297
5#0F447E
6#0C3764
7#09294B
8#061B32
9#030E19
Tints
Lighter variations
1#4695E9
2#5BA1EC
3#6FADEE
4#84B8F1
5#98C4F3
6#ADD0F5
7#C1DCF8
8#D6E7FA
9#EAF3FD
Tones
Muted variations
1#3B8ADE
2#448AD5
3#4D8ACC
4#568AC3
5#5F8BBA
6#688BB1
7#718BA7
8#7A8C9E
9#838C95
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFED #DFEDFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4DD #C4DDF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96C3 #96C3F3 | BordersInactive statesPlaceholder text |
| 400 | 5FA3 #5FA3EC | Disabled statesSecondary iconsMuted text |
| 500 | 3289 #3289E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 186D #186DC9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1357 #1357A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D3E #0D3E72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0928 #092849 | Primary textHigh emphasis contentDark headings |
| 950 | 0519 #05192E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1F7FD;
--dodger-blue-100: #DFEDFB;
--dodger-blue-200: #C4DDF8;
--dodger-blue-300: #96C3F3;
--dodger-blue-400: #5FA3EC;
--dodger-blue-500: #3289E7;
--dodger-blue-600: #186DC9;
--dodger-blue-700: #1357A0;
--dodger-blue-800: #0D3E72;
--dodger-blue-900: #092849;
--dodger-blue-950: #05192E;
}