Dodger Blue
#1C6EFD
BlueColor Codes
All color formats for development
HEX
#1C6EFDRGB
rgb(28, 110, 253)HSL
hsl(218, 98%, 55%)OKLCH
oklch(0.58 0.226 261)CMYK
cmyk(89%, 57%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#035DFA
2#0253DE
3#0249C2
4#023EA7
5#01348B
6#01296F
7#011F53
8#011538
9#000A1C
Tints
Lighter variations
1#337DFD
2#498BFD
3#609AFD
4#77A8FE
5#8DB7FE
6#A4C5FE
7#BBD4FE
8#D2E2FF
9#E8F1FF
Tones
Muted variations
1#2771F1
2#3274E6
3#3E77DB
4#497AD0
5#547DC4
6#5F80B9
7#6B83AE
8#7686A3
9#818997
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F5 #F0F5FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE8 #DCE8FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDD5 #BDD5FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BB5 #8BB5FE | BordersInactive statesPlaceholder text |
| 400 | 4E8E #4E8EFD | Disabled statesSecondary iconsMuted text |
| 500 | 1C6E #1C6EFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 0253 #0253DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0242 #0242B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 012F #012F7E | Text on light backgroundsHeadingsStrong borders |
| 900 | 011E #011E51 | Primary textHigh emphasis contentDark headings |
| 950 | 0113 #011332 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0F5FF;
--dodger-blue-100: #DCE8FF;
--dodger-blue-200: #BDD5FE;
--dodger-blue-300: #8BB5FE;
--dodger-blue-400: #4E8EFD;
--dodger-blue-500: #1C6EFD;
--dodger-blue-600: #0253DE;
--dodger-blue-700: #0242B1;
--dodger-blue-800: #012F7E;
--dodger-blue-900: #011E51;
--dodger-blue-950: #011332;
}