Dodger Blue
#158BCB
BlueColor Codes
All color formats for development
HEX
#158BCBRGB
rgb(21, 139, 203)HSL
hsl(201, 81%, 44%)OKLCH
oklch(0.608 0.135 240.5)CMYK
cmyk(90%, 32%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#137EB7
2#1170A2
3#0F628E
4#0D547A
5#0B4666
6#093851
7#062A3D
8#041C29
9#020E14
Tints
Lighter variations
1#189DE5
2#30A9E9
3#4AB3EC
4#64BEEF
5#7EC9F1
6#98D4F4
7#B1DFF7
8#CBE9FA
9#E5F4FC
Tones
Muted variations
1#1E89C2
2#2786B9
3#3183B0
4#3A81A7
5#437E9E
6#4C7B95
7#55788B
8#5E7682
9#677379
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF1 #DFF1FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E6 #C3E6F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95D3 #95D3F4 | BordersInactive statesPlaceholder text |
| 400 | 5DBB #5DBBEE | Disabled statesSecondary iconsMuted text |
| 500 | 2FA8 #2FA8E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 158B #158BCB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 116F #116FA2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C4F #0C4F73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0833 #08334A | Primary textHigh emphasis contentDark headings |
| 950 | 0520 #05202E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1F9FE;
--dodger-blue-100: #DFF1FC;
--dodger-blue-200: #C3E6F9;
--dodger-blue-300: #95D3F4;
--dodger-blue-400: #5DBBEE;
--dodger-blue-500: #2FA8E9;
--dodger-blue-600: #158BCB;
--dodger-blue-700: #116FA2;
--dodger-blue-800: #0C4F73;
--dodger-blue-900: #08334A;
--dodger-blue-950: #05202E;
}