Dodger Blue
#1EB1FA
BlueColor Codes
All color formats for development
HEX
#1EB1FARGB
rgb(30, 177, 250)HSL
hsl(200, 96%, 55%)OKLCH
oklch(0.723 0.154 238.2)CMYK
cmyk(88%, 29%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#05A7F7
2#0494DC
3#0482C0
4#036FA5
5#035D89
6#024A6E
7#023852
8#012537
9#01131B
Tints
Lighter variations
1#35B9FB
2#4BC1FB
3#62C8FC
4#78D0FC
5#8FD8FD
6#A5E0FD
7#BCE8FE
8#D2EFFE
9#E9F7FF
Tones
Muted variations
1#29ADEF
2#34AAE4
3#3FA6D9
4#4AA2CE
5#559FC3
6#609BB8
7#6B97AD
8#7694A2
9#819097
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FA #F0FAFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF3 #DCF3FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEE8 #BEE8FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CD7 #8CD7FD | BordersInactive statesPlaceholder text |
| 400 | 50C2 #50C2FB | Disabled statesSecondary iconsMuted text |
| 500 | 1EB1 #1EB1FA | Primary brand colorCTAsActive elementsLinks |
| 600 | 0494 #0494DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0476 #0476AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0354 #03547D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0236 #023650 | Primary textHigh emphasis contentDark headings |
| 950 | 0122 #012232 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0FAFF;
--dodger-blue-100: #DCF3FE;
--dodger-blue-200: #BEE8FE;
--dodger-blue-300: #8CD7FD;
--dodger-blue-400: #50C2FB;
--dodger-blue-500: #1EB1FA;
--dodger-blue-600: #0494DC;
--dodger-blue-700: #0476AF;
--dodger-blue-800: #03547D;
--dodger-blue-900: #023650;
--dodger-blue-950: #012232;
}