Dodger Blue
#36B7E2
BlueColor Codes
All color formats for development
HEX
#36B7E2RGB
rgb(54, 183, 226)HSL
hsl(195, 75%, 55%)OKLCH
oklch(0.729 0.124 225.3)CMYK
cmyk(76%, 19%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#20AEDD
2#1C9AC4
3#1987AC
4#157493
5#12607B
6#0E4D62
7#0B3A4A
8#072731
9#041319
Tints
Lighter variations
1#4ABEE5
2#5EC6E8
3#72CDEB
4#87D4EE
5#9BDBF1
6#AFE2F4
7#C3E9F6
8#D7F1F9
9#EBF8FC
Tones
Muted variations
1#3FB3DA
2#47AFD1
3#50AAC8
4#59A6C0
5#61A2B7
6#6A9DAF
7#7299A6
8#7B959D
9#849195
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F4 #E0F4FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5EA #C5EAF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98DA #98DAF0 | BordersInactive statesPlaceholder text |
| 400 | 63C7 #63C7E9 | Disabled statesSecondary iconsMuted text |
| 500 | 36B7 #36B7E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1C9A #1C9AC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 167B #167B9C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1058 #105870 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A38 #0A3847 | Primary textHigh emphasis contentDark headings |
| 950 | 0623 #06232D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F2FAFD;
--dodger-blue-100: #E0F4FB;
--dodger-blue-200: #C5EAF7;
--dodger-blue-300: #98DAF0;
--dodger-blue-400: #63C7E9;
--dodger-blue-500: #36B7E2;
--dodger-blue-600: #1C9AC4;
--dodger-blue-700: #167B9C;
--dodger-blue-800: #105870;
--dodger-blue-900: #0A3847;
--dodger-blue-950: #06232D;
}