Dodger Blue
#3598E3
BlueColor Codes
All color formats for development
HEX
#3598E3RGB
rgb(53, 152, 227)HSL
hsl(206, 76%, 55%)OKLCH
oklch(0.658 0.143 245.7)CMYK
cmyk(77%, 33%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E8BDE
2#1B7CC5
3#186CAD
4#145D94
5#114D7B
6#0D3E63
7#0A2E4A
8#071F31
9#030F19
Tints
Lighter variations
1#49A2E6
2#5DADE9
3#72B7EC
4#86C1EE
5#9ACBF1
6#AED6F4
7#C2E0F7
8#D7EAF9
9#EBF5FC
Tones
Muted variations
1#3E97DB
2#4696D2
3#4F94C9
4#5893C1
5#6192B8
6#6991AF
7#7290A6
8#7B8F9E
9#848D95
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F8 #F2F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0EF #E0EFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5E1 #C5E1F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98CA #98CAF1 | BordersInactive statesPlaceholder text |
| 400 | 62AF #62AFEA | Disabled statesSecondary iconsMuted text |
| 500 | 3598 #3598E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B7C #1B7CC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1562 #15629D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F46 #0F4670 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A2D #0A2D48 | 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: #F2F8FD;
--dodger-blue-100: #E0EFFB;
--dodger-blue-200: #C5E1F7;
--dodger-blue-300: #98CAF1;
--dodger-blue-400: #62AFEA;
--dodger-blue-500: #3598E3;
--dodger-blue-600: #1B7CC5;
--dodger-blue-700: #15629D;
--dodger-blue-800: #0F4670;
--dodger-blue-900: #0A2D48;
--dodger-blue-950: #061C2D;
}