Dodger Blue
#3592E3
BlueColor Codes
All color formats for development
HEX
#3592E3RGB
rgb(53, 146, 227)HSL
hsl(208, 76%, 55%)OKLCH
oklch(0.644 0.149 248.8)CMYK
cmyk(77%, 36%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E85DE
2#1B76C5
3#1867AD
4#145894
5#114A7B
6#0D3B63
7#0A2C4A
8#071D31
9#030F19
Tints
Lighter variations
1#499DE6
2#5DA8E9
3#72B3EC
4#86BEEE
5#9AC9F1
6#AED3F4
7#C2DEF7
8#D7E9F9
9#EBF4FC
Tones
Muted variations
1#3E91DB
2#4691D2
3#4F90C9
4#5890C1
5#618FB8
6#698FAF
7#728EA6
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 | C5E0 #C5E0F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98C7 #98C7F1 | BordersInactive statesPlaceholder text |
| 400 | 62AA #62AAEA | Disabled statesSecondary iconsMuted text |
| 500 | 3592 #3592E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B76 #1B76C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 155E #155E9D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F43 #0F4370 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A2B #0A2B48 | Primary textHigh emphasis contentDark headings |
| 950 | 061B #061B2D | 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: #C5E0F7;
--dodger-blue-300: #98C7F1;
--dodger-blue-400: #62AAEA;
--dodger-blue-500: #3592E3;
--dodger-blue-600: #1B76C5;
--dodger-blue-700: #155E9D;
--dodger-blue-800: #0F4370;
--dodger-blue-900: #0A2B48;
--dodger-blue-950: #061B2D;
}