Dodger Blue
#329BE7
BlueColor Codes
All color formats for development
HEX
#329BE7RGB
rgb(50, 155, 231)HSL
hsl(205, 79%, 55%)OKLCH
oklch(0.666 0.146 245)CMYK
cmyk(78%, 33%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B8FE2
2#187FC9
3#156FB0
4#125F97
5#0F4F7E
6#0C3F64
7#09304B
8#062032
9#031019
Tints
Lighter variations
1#46A5E9
2#5BAFEC
3#6FB9EE
4#84C3F1
5#98CDF3
6#ADD7F5
7#C1E1F8
8#D6EBFA
9#EAF5FD
Tones
Muted variations
1#3B9ADE
2#4498D5
3#4D97CC
4#5695C3
5#5F94BA
6#6892B1
7#7191A7
8#7A8F9E
9#838E95
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF0 #DFF0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4E2 #C4E2F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96CC #96CCF3 | BordersInactive statesPlaceholder text |
| 400 | 5FB2 #5FB2EC | Disabled statesSecondary iconsMuted text |
| 500 | 329B #329BE7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 187F #187FC9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1365 #1365A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D48 #0D4872 | Text on light backgroundsHeadingsStrong borders |
| 900 | 092E #092E49 | Primary textHigh emphasis contentDark headings |
| 950 | 051D #051D2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1F8FD;
--dodger-blue-100: #DFF0FB;
--dodger-blue-200: #C4E2F8;
--dodger-blue-300: #96CCF3;
--dodger-blue-400: #5FB2EC;
--dodger-blue-500: #329BE7;
--dodger-blue-600: #187FC9;
--dodger-blue-700: #1365A0;
--dodger-blue-800: #0D4872;
--dodger-blue-900: #092E49;
--dodger-blue-950: #051D2E;
}