Dodger Blue
#1585CB
BlueColor Codes
All color formats for development
HEX
#1585CBRGB
rgb(21, 133, 203)HSL
hsl(203, 81%, 44%)OKLCH
oklch(0.594 0.14 244)CMYK
cmyk(90%, 34%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1378B7
2#116BA2
3#0F5D8E
4#0D507A
5#0B4366
6#093551
7#06283D
8#041B29
9#020D14
Tints
Lighter variations
1#1896E5
2#30A2E9
3#4AAEEC
4#64BAEF
5#7EC5F1
6#98D1F4
7#B1DCF7
8#CBE8FA
9#E5F3FC
Tones
Muted variations
1#1E83C2
2#2781B9
3#317FB0
4#3A7DA7
5#437B9E
6#4C7995
7#55778B
8#5E7482
9#677279
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 | C3E4 #C3E4F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95CF #95CFF4 | BordersInactive statesPlaceholder text |
| 400 | 5DB7 #5DB7EE | Disabled statesSecondary iconsMuted text |
| 500 | 2FA2 #2FA2E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1585 #1585CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 116A #116AA2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C4C #0C4C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0831 #08314A | Primary textHigh emphasis contentDark headings |
| 950 | 051E #051E2E | 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: #C3E4F9;
--dodger-blue-300: #95CFF4;
--dodger-blue-400: #5DB7EE;
--dodger-blue-500: #2FA2E9;
--dodger-blue-600: #1585CB;
--dodger-blue-700: #116AA2;
--dodger-blue-800: #0C4C73;
--dodger-blue-900: #08314A;
--dodger-blue-950: #051E2E;
}