Dodger Blue
#3398E6
BlueColor Codes
All color formats for development
HEX
#3398E6RGB
rgb(51, 152, 230)HSL
hsl(206, 78%, 55%)OKLCH
oklch(0.659 0.148 246.4)CMYK
cmyk(78%, 34%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C8BE1
2#197CC8
3#166CAF
4#135D96
5#0F4D7D
6#0C3E64
7#092E4B
8#061F32
9#030F19
Tints
Lighter variations
1#47A2E8
2#5CADEB
3#70B7ED
4#84C1F0
5#99CCF2
6#ADD6F5
7#C2E0F7
8#D6EAFA
9#EBF5FC
Tones
Muted variations
1#3C97DD
2#4596D4
3#4E95CB
4#5793C2
5#5F92B9
6#6891B0
7#7190A7
8#7A8F9E
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 | C4E1 #C4E1F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97CA #97CAF2 | BordersInactive statesPlaceholder text |
| 400 | 60AF #60AFEB | Disabled statesSecondary iconsMuted text |
| 500 | 3398 #3398E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 197C #197CC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1463 #14639F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E46 #0E4671 | Text on light backgroundsHeadingsStrong borders |
| 900 | 092D #092D49 | Primary textHigh emphasis contentDark headings |
| 950 | 061C #061C2D | 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: #C4E1F8;
--dodger-blue-300: #97CAF2;
--dodger-blue-400: #60AFEB;
--dodger-blue-500: #3398E6;
--dodger-blue-600: #197CC8;
--dodger-blue-700: #14639F;
--dodger-blue-800: #0E4671;
--dodger-blue-900: #092D49;
--dodger-blue-950: #061C2D;
}