Dodger Blue
#358FE3
BlueColor Codes
All color formats for development
HEX
#358FE3RGB
rgb(53, 143, 227)HSL
hsl(209, 76%, 55%)OKLCH
oklch(0.637 0.152 250.3)CMYK
cmyk(77%, 37%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E81DE
2#1B73C5
3#1865AD
4#145694
5#11487B
6#0D3A63
7#0A2B4A
8#071D31
9#030E19
Tints
Lighter variations
1#499AE6
2#5DA6E9
3#72B1EC
4#86BCEE
5#9AC7F1
6#AED2F4
7#C2DDF7
8#D7E9F9
9#EBF4FC
Tones
Muted variations
1#3E8FDB
2#468FD2
3#4F8EC9
4#588EC1
5#618EB8
6#698DAF
7#728DA6
8#7B8D9E
9#848D95
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F8 #F2F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0EE #E0EEFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5DF #C5DFF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98C6 #98C6F1 | BordersInactive statesPlaceholder text |
| 400 | 62A8 #62A8EA | Disabled statesSecondary iconsMuted text |
| 500 | 358F #358FE3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B73 #1B73C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 155C #155C9D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F41 #0F4170 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A2A #0A2A48 | Primary textHigh emphasis contentDark headings |
| 950 | 061A #061A2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F2F8FD;
--dodger-blue-100: #E0EEFB;
--dodger-blue-200: #C5DFF7;
--dodger-blue-300: #98C6F1;
--dodger-blue-400: #62A8EA;
--dodger-blue-500: #358FE3;
--dodger-blue-600: #1B73C5;
--dodger-blue-700: #155C9D;
--dodger-blue-800: #0F4170;
--dodger-blue-900: #0A2A48;
--dodger-blue-950: #061A2D;
}