Dodger Blue
#1E6FFA
BlueColor Codes
All color formats for development
HEX
#1E6FFARGB
rgb(30, 111, 250)HSL
hsl(218, 96%, 55%)OKLCH
oklch(0.58 0.221 260.8)CMYK
cmyk(88%, 56%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#055EF7
2#0453DC
3#0449C0
4#033FA5
5#033489
6#022A6E
7#021F52
8#011537
9#010A1B
Tints
Lighter variations
1#357DFB
2#4B8CFB
3#629AFC
4#78A9FC
5#8FB7FD
6#A5C5FD
7#BCD4FE
8#D2E2FE
9#E9F1FF
Tones
Muted variations
1#2972EF
2#3475E4
3#3F78D9
4#4A7BCE
5#557EC3
6#6080B8
7#6B83AD
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 | DCE9 #DCE9FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BED5 #BED5FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CB5 #8CB5FD | BordersInactive statesPlaceholder text |
| 400 | 508F #508FFB | Disabled statesSecondary iconsMuted text |
| 500 | 1E6F #1E6FFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 0453 #0453DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0442 #0442AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 032F #032F7D | Text on light backgroundsHeadingsStrong borders |
| 900 | 021E #021E50 | 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: #DCE9FE;
--dodger-blue-200: #BED5FE;
--dodger-blue-300: #8CB5FD;
--dodger-blue-400: #508FFB;
--dodger-blue-500: #1E6FFA;
--dodger-blue-600: #0453DC;
--dodger-blue-700: #0442AF;
--dodger-blue-800: #032F7D;
--dodger-blue-900: #021E50;
--dodger-blue-950: #011332;
}