Dodger Blue
#1E6BFA
BlueColor Codes
All color formats for development
HEX
#1E6BFARGB
rgb(30, 107, 250)HSL
hsl(219, 96%, 55%)OKLCH
oklch(0.572 0.226 261.5)CMYK
cmyk(88%, 57%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#055AF7
2#0450DC
3#0446C0
4#033CA5
5#033289
6#02286E
7#021E52
8#011437
9#010A1B
Tints
Lighter variations
1#357AFB
2#4B89FB
3#6298FC
4#78A6FC
5#8FB5FD
6#A5C4FD
7#BCD3FE
8#D2E1FE
9#E9F0FF
Tones
Muted variations
1#296FEF
2#3472E4
3#3F75D9
4#4A78CE
5#557CC3
6#607FB8
7#6B82AD
8#7686A2
9#818997
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F5 #F0F5FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE8 #DCE8FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BED4 #BED4FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CB3 #8CB3FD | BordersInactive statesPlaceholder text |
| 400 | 508C #508CFB | Disabled statesSecondary iconsMuted text |
| 500 | 1E6B #1E6BFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 0450 #0450DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0440 #0440AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 032D #032D7D | Text on light backgroundsHeadingsStrong borders |
| 900 | 021D #021D50 | Primary textHigh emphasis contentDark headings |
| 950 | 0112 #011232 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0F5FF;
--dodger-blue-100: #DCE8FE;
--dodger-blue-200: #BED4FE;
--dodger-blue-300: #8CB3FD;
--dodger-blue-400: #508CFB;
--dodger-blue-500: #1E6BFA;
--dodger-blue-600: #0450DC;
--dodger-blue-700: #0440AF;
--dodger-blue-800: #032D7D;
--dodger-blue-900: #021D50;
--dodger-blue-950: #011232;
}