Dodger Blue
#3295E7
BlueColor Codes
All color formats for development
HEX
#3295E7RGB
rgb(50, 149, 231)HSL
hsl(207, 79%, 55%)OKLCH
oklch(0.652 0.152 248)CMYK
cmyk(78%, 35%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B88E2
2#1879C9
3#156AB0
4#125B97
5#0F4C7E
6#0C3D64
7#092D4B
8#061E32
9#030F19
Tints
Lighter variations
1#46A0E9
2#5BAAEC
3#6FB5EE
4#84C0F1
5#98CAF3
6#ADD5F5
7#C1DFF8
8#D6EAFA
9#EAF4FD
Tones
Muted variations
1#3B94DE
2#4494D5
3#4D93CC
4#5692C3
5#5F91BA
6#6890B1
7#718FA7
8#7A8E9E
9#838D95
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEF #DFEFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4E0 #C4E0F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96C9 #96C9F3 | BordersInactive statesPlaceholder text |
| 400 | 5FAD #5FADEC | Disabled statesSecondary iconsMuted text |
| 500 | 3295 #3295E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1879 #1879C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1360 #1360A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D45 #0D4572 | Text on light backgroundsHeadingsStrong borders |
| 900 | 092C #092C49 | Primary textHigh emphasis contentDark headings |
| 950 | 051C #051C2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1F8FD;
--dodger-blue-100: #DFEFFB;
--dodger-blue-200: #C4E0F8;
--dodger-blue-300: #96C9F3;
--dodger-blue-400: #5FADEC;
--dodger-blue-500: #3295E7;
--dodger-blue-600: #1879C9;
--dodger-blue-700: #1360A0;
--dodger-blue-800: #0D4572;
--dodger-blue-900: #092C49;
--dodger-blue-950: #051C2E;
}