Dodger Blue
#1592CB
BlueColor Codes
All color formats for development
HEX
#1592CBRGB
rgb(21, 146, 203)HSL
hsl(199, 81%, 44%)OKLCH
oklch(0.625 0.13 236.1)CMYK
cmyk(90%, 28%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1383B7
2#1174A2
3#0F668E
4#0D577A
5#0B4966
6#093A51
7#062C3D
8#041D29
9#020F14
Tints
Lighter variations
1#18A4E5
2#30AFE9
3#4AB9EC
4#64C3EF
5#7ECDF1
6#98D7F4
7#B1E1F7
8#CBEBFA
9#E5F5FC
Tones
Muted variations
1#1E8EC2
2#278BB9
3#3188B0
4#3A84A7
5#43819E
6#4C7E95
7#557A8B
8#5E7782
9#677479
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF2 #DFF2FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E8 #C3E8F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95D6 #95D6F4 | BordersInactive statesPlaceholder text |
| 400 | 5DC0 #5DC0EE | Disabled statesSecondary iconsMuted text |
| 500 | 2FAE #2FAEE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1592 #1592CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1174 #1174A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C53 #0C5373 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0835 #08354A | Primary textHigh emphasis contentDark headings |
| 950 | 0521 #05212E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FAFE;
--dodger-blue-100: #DFF2FC;
--dodger-blue-200: #C3E8F9;
--dodger-blue-300: #95D6F4;
--dodger-blue-400: #5DC0EE;
--dodger-blue-500: #2FAEE9;
--dodger-blue-600: #1592CB;
--dodger-blue-700: #1174A2;
--dodger-blue-800: #0C5373;
--dodger-blue-900: #08354A;
--dodger-blue-950: #05212E;
}