Dodger Blue
#1E7AFA
BlueColor Codes
All color formats for development
HEX
#1E7AFARGB
rgb(30, 122, 250)HSL
hsl(215, 96%, 55%)OKLCH
oklch(0.602 0.209 258.5)CMYK
cmyk(88%, 51%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#056AF7
2#045EDC
3#0452C0
4#0347A5
5#033B89
6#022F6E
7#022352
8#011837
9#010C1B
Tints
Lighter variations
1#3587FB
2#4B95FB
3#62A2FC
4#78AFFC
5#8FBCFD
6#A5CAFD
7#BCD7FE
8#D2E4FE
9#E9F2FF
Tones
Muted variations
1#297CEF
2#347EE4
3#3F7FD9
4#4A81CE
5#5583C3
6#6085B8
7#6B87AD
8#7689A2
9#818A97
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F6 #F0F6FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCEA #DCEAFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BED9 #BED9FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CBB #8CBBFD | BordersInactive statesPlaceholder text |
| 400 | 5097 #5097FB | Disabled statesSecondary iconsMuted text |
| 500 | 1E7A #1E7AFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 045E #045EDC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 044B #044BAF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0336 #03367D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0222 #022250 | Primary textHigh emphasis contentDark headings |
| 950 | 0115 #011532 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0F6FF;
--dodger-blue-100: #DCEAFE;
--dodger-blue-200: #BED9FE;
--dodger-blue-300: #8CBBFD;
--dodger-blue-400: #5097FB;
--dodger-blue-500: #1E7AFA;
--dodger-blue-600: #045EDC;
--dodger-blue-700: #044BAF;
--dodger-blue-800: #03367D;
--dodger-blue-900: #022250;
--dodger-blue-950: #011532;
}