Dodger Blue
#1E9FFA
BlueColor Codes
All color formats for development
HEX
#1E9FFARGB
rgb(30, 159, 250)HSL
hsl(205, 96%, 55%)OKLCH
oklch(0.682 0.169 246.6)CMYK
cmyk(88%, 36%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0592F7
2#0482DC
3#0472C0
4#0362A5
5#035189
6#02416E
7#023152
8#012137
9#01101B
Tints
Lighter variations
1#35A8FB
2#4BB2FB
3#62BCFC
4#78C5FC
5#8FCFFD
6#A5D8FD
7#BCE2FE
8#D2ECFE
9#E9F5FF
Tones
Muted variations
1#299DEF
2#349BE4
3#3F99D9
4#4A97CE
5#5595C3
6#6094B8
7#6B92AD
8#7690A2
9#818E97
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F9 #F0F9FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF0 #DCF0FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEE3 #BEE3FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CCE #8CCEFD | BordersInactive statesPlaceholder text |
| 400 | 50B4 #50B4FB | Disabled statesSecondary iconsMuted text |
| 500 | 1E9F #1E9FFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 0482 #0482DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0468 #0468AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 034A #034A7D | Text on light backgroundsHeadingsStrong borders |
| 900 | 022F #022F50 | Primary textHigh emphasis contentDark headings |
| 950 | 011E #011E32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0F9FF;
--dodger-blue-100: #DCF0FE;
--dodger-blue-200: #BEE3FE;
--dodger-blue-300: #8CCEFD;
--dodger-blue-400: #50B4FB;
--dodger-blue-500: #1E9FFA;
--dodger-blue-600: #0482DC;
--dodger-blue-700: #0468AF;
--dodger-blue-800: #034A7D;
--dodger-blue-900: #022F50;
--dodger-blue-950: #011E32;
}