Dodger Blue
#369BE2
BlueColor Codes
All color formats for development
HEX
#369BE2RGB
rgb(54, 155, 226)HSL
hsl(205, 75%, 55%)OKLCH
oklch(0.664 0.139 243.8)CMYK
cmyk(76%, 31%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#208EDD
2#1C7EC4
3#196EAC
4#155F93
5#124F7B
6#0E3F62
7#0B2F4A
8#072031
9#041019
Tints
Lighter variations
1#4AA5E5
2#5EAFE8
3#72B9EB
4#87C3EE
5#9BCDF1
6#AFD7F4
7#C3E1F6
8#D7EBF9
9#EBF5FC
Tones
Muted variations
1#3F99DA
2#4798D1
3#5096C8
4#5995C0
5#6193B7
6#6A92AF
7#7291A6
8#7B8F9D
9#848E95
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 | C5E2 #C5E2F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98CC #98CCF0 | BordersInactive statesPlaceholder text |
| 400 | 63B1 #63B1E9 | Disabled statesSecondary iconsMuted text |
| 500 | 369B #369BE2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1C7E #1C7EC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1664 #16649C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1048 #104870 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A2E #0A2E47 | Primary textHigh emphasis contentDark headings |
| 950 | 061D #061D2D | 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: #C5E2F7;
--dodger-blue-300: #98CCF0;
--dodger-blue-400: #63B1E9;
--dodger-blue-500: #369BE2;
--dodger-blue-600: #1C7EC4;
--dodger-blue-700: #16649C;
--dodger-blue-800: #104870;
--dodger-blue-900: #0A2E47;
--dodger-blue-950: #061D2D;
}