Dodger Blue
#328CE7
BlueColor Codes
All color formats for development
HEX
#328CE7RGB
rgb(50, 140, 231)HSL
hsl(210, 79%, 55%)OKLCH
oklch(0.632 0.161 252.2)CMYK
cmyk(78%, 39%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B7EE2
2#1870C9
3#1562B0
4#125497
5#0F467E
6#0C3864
7#092A4B
8#061C32
9#030E19
Tints
Lighter variations
1#4698E9
2#5BA3EC
3#6FAFEE
4#84BAF1
5#98C6F3
6#ADD1F5
7#C1DDF8
8#D6E8FA
9#EAF4FD
Tones
Muted variations
1#3B8CDE
2#448CD5
3#4D8CCC
4#568CC3
5#5F8CBA
6#688CB1
7#718CA7
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 | C4DE #C4DEF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96C4 #96C4F3 | BordersInactive statesPlaceholder text |
| 400 | 5FA6 #5FA6EC | Disabled statesSecondary iconsMuted text |
| 500 | 328C #328CE7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1870 #1870C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1359 #1359A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D40 #0D4072 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0929 #092949 | 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: #F1F7FD;
--dodger-blue-100: #DFEDFB;
--dodger-blue-200: #C4DEF8;
--dodger-blue-300: #96C4F3;
--dodger-blue-400: #5FA6EC;
--dodger-blue-500: #328CE7;
--dodger-blue-600: #1870C9;
--dodger-blue-700: #1359A0;
--dodger-blue-800: #0D4072;
--dodger-blue-900: #092949;
--dodger-blue-950: #051A2E;
}