Dodger Blue
#328FE7
BlueColor Codes
All color formats for development
HEX
#328FE7RGB
rgb(50, 143, 231)HSL
hsl(209, 79%, 55%)OKLCH
oklch(0.639 0.157 250.9)CMYK
cmyk(78%, 38%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B82E2
2#1873C9
3#1565B0
4#125697
5#0F487E
6#0C3A64
7#092B4B
8#061D32
9#030E19
Tints
Lighter variations
1#469AE9
2#5BA6EC
3#6FB1EE
4#84BCF1
5#98C7F3
6#ADD2F5
7#C1DDF8
8#D6E9FA
9#EAF4FD
Tones
Muted variations
1#3B8FDE
2#448FD5
3#4D8ECC
4#568EC3
5#5F8EBA
6#688DB1
7#718DA7
8#7A8D9E
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 | C4DF #C4DFF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96C6 #96C6F3 | BordersInactive statesPlaceholder text |
| 400 | 5FA8 #5FA8EC | Disabled statesSecondary iconsMuted text |
| 500 | 328F #328FE7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1873 #1873C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 135C #135CA0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D41 #0D4172 | Text on light backgroundsHeadingsStrong borders |
| 900 | 092A #092A49 | 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: #C4DFF8;
--dodger-blue-300: #96C6F3;
--dodger-blue-400: #5FA8EC;
--dodger-blue-500: #328FE7;
--dodger-blue-600: #1873C9;
--dodger-blue-700: #135CA0;
--dodger-blue-800: #0D4172;
--dodger-blue-900: #092A49;
--dodger-blue-950: #051A2E;
}