Dodger Blue
#1598CB
BlueColor Codes
All color formats for development
HEX
#1598CBRGB
rgb(21, 152, 203)HSL
hsl(197, 81%, 44%)OKLCH
oklch(0.639 0.126 232.1)CMYK
cmyk(90%, 25%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1388B7
2#1179A2
3#0F6A8E
4#0D5B7A
5#0B4C66
6#093D51
7#062D3D
8#041E29
9#020F14
Tints
Lighter variations
1#18ABE5
2#30B5E9
3#4ABEEC
4#64C7EF
5#7ED1F1
6#98DAF4
7#B1E3F7
8#CBECFA
9#E5F6FC
Tones
Muted variations
1#1E94C2
2#2790B9
3#318CB0
4#3A88A7
5#43849E
6#4C8095
7#557C8B
8#5E7882
9#677479
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF3 #DFF3FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E9 #C3E9F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95D9 #95D9F4 | BordersInactive statesPlaceholder text |
| 400 | 5DC5 #5DC5EE | Disabled statesSecondary iconsMuted text |
| 500 | 2FB5 #2FB5E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1598 #1598CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1179 #1179A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C56 #0C5673 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0837 #08374A | Primary textHigh emphasis contentDark headings |
| 950 | 0522 #05222E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FAFE;
--dodger-blue-100: #DFF3FC;
--dodger-blue-200: #C3E9F9;
--dodger-blue-300: #95D9F4;
--dodger-blue-400: #5DC5EE;
--dodger-blue-500: #2FB5E9;
--dodger-blue-600: #1598CB;
--dodger-blue-700: #1179A2;
--dodger-blue-800: #0C5673;
--dodger-blue-900: #08374A;
--dodger-blue-950: #05222E;
}