Dodger Blue
#118AD0
BlueColor Codes
All color formats for development
HEX
#118AD0RGB
rgb(17, 138, 208)HSL
hsl(202, 85%, 44%)OKLCH
oklch(0.608 0.142 242.8)CMYK
cmyk(92%, 34%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F7CBB
2#0D6EA6
3#0C6091
4#0A537D
5#084568
6#073753
7#05293E
8#031C2A
9#020E15
Tints
Lighter variations
1#139BEA
2#2CA7EE
3#46B2F0
4#60BDF2
5#7BC8F4
6#95D3F6
7#B0DEF9
8#CAE9FB
9#E5F4FD
Tones
Muted variations
1#1A87C6
2#2485BC
3#2D82B3
4#377FA9
5#417DA0
6#4A7A96
7#54788D
8#5D7583
9#67737A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF1 #DEF1FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2E5 #C2E5FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92D2 #92D2F6 | BordersInactive statesPlaceholder text |
| 400 | 5ABA #5ABAF2 | Disabled statesSecondary iconsMuted text |
| 500 | 2BA6 #2BA6EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 118A #118AD0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D6D #0D6DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A4E #0A4E76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0632 #06324B | Primary textHigh emphasis contentDark headings |
| 950 | 041F #041F2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1F9FE;
--dodger-blue-100: #DEF1FC;
--dodger-blue-200: #C2E5FA;
--dodger-blue-300: #92D2F6;
--dodger-blue-400: #5ABAF2;
--dodger-blue-500: #2BA6EE;
--dodger-blue-600: #118AD0;
--dodger-blue-700: #0D6DA5;
--dodger-blue-800: #0A4E76;
--dodger-blue-900: #06324B;
--dodger-blue-950: #041F2F;
}