Dodger Blue
#329EE7
BlueColor Codes
All color formats for development
HEX
#329EE7RGB
rgb(50, 158, 231)HSL
hsl(204, 79%, 55%)OKLCH
oklch(0.673 0.144 243.4)CMYK
cmyk(78%, 32%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B92E2
2#1882C9
3#1572B0
4#126197
5#0F517E
6#0C4164
7#09314B
8#062032
9#031019
Tints
Lighter variations
1#46A8E9
2#5BB2EC
3#6FBBEE
4#84C5F1
5#98CFF3
6#ADD8F5
7#C1E2F8
8#D6ECFA
9#EAF5FD
Tones
Muted variations
1#3B9DDE
2#449BD5
3#4D99CC
4#5697C3
5#5F95BA
6#6894B1
7#7192A7
8#7A909E
9#838E95
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF0 #DFF0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4E3 #C4E3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96CE #96CEF3 | BordersInactive statesPlaceholder text |
| 400 | 5FB4 #5FB4EC | Disabled statesSecondary iconsMuted text |
| 500 | 329E #329EE7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1882 #1882C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1367 #1367A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D4A #0D4A72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 092F #092F49 | Primary textHigh emphasis contentDark headings |
| 950 | 051E #051E2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1F9FD;
--dodger-blue-100: #DFF0FB;
--dodger-blue-200: #C4E3F8;
--dodger-blue-300: #96CEF3;
--dodger-blue-400: #5FB4EC;
--dodger-blue-500: #329EE7;
--dodger-blue-600: #1882C9;
--dodger-blue-700: #1367A0;
--dodger-blue-800: #0D4A72;
--dodger-blue-900: #092F49;
--dodger-blue-950: #051E2E;
}