Dodger Blue
#1E73FA
BlueColor Codes
All color formats for development
HEX
#1E73FARGB
rgb(30, 115, 250)HSL
hsl(217, 96%, 55%)OKLCH
oklch(0.588 0.217 260)CMYK
cmyk(88%, 54%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0562F7
2#0457DC
3#044CC0
4#0341A5
5#033689
6#022C6E
7#022152
8#011637
9#010B1B
Tints
Lighter variations
1#3581FB
2#4B8FFB
3#629DFC
4#78ABFC
5#8FB9FD
6#A5C7FD
7#BCD5FE
8#D2E3FE
9#E9F1FF
Tones
Muted variations
1#2975EF
2#3478E4
3#3F7AD9
4#4A7DCE
5#557FC3
6#6082B8
7#6B85AD
8#7687A2
9#818A97
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F6 #F0F6FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE9 #DCE9FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BED6 #BED6FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CB7 #8CB7FD | BordersInactive statesPlaceholder text |
| 400 | 5092 #5092FB | Disabled statesSecondary iconsMuted text |
| 500 | 1E73 #1E73FA | Primary brand colorCTAsActive elementsLinks |
| 600 | 0457 #0457DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0445 #0445AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0331 #03317D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0220 #022050 | Primary textHigh emphasis contentDark headings |
| 950 | 0114 #011432 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0F6FF;
--dodger-blue-100: #DCE9FE;
--dodger-blue-200: #BED6FE;
--dodger-blue-300: #8CB7FD;
--dodger-blue-400: #5092FB;
--dodger-blue-500: #1E73FA;
--dodger-blue-600: #0457DC;
--dodger-blue-700: #0445AF;
--dodger-blue-800: #03317D;
--dodger-blue-900: #022050;
--dodger-blue-950: #011432;
}