Dodger Blue
#1E9BFA
BlueColor Codes
All color formats for development
HEX
#1E9BFARGB
rgb(30, 155, 250)HSL
hsl(206, 96%, 55%)OKLCH
oklch(0.673 0.173 248.3)CMYK
cmyk(88%, 38%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#058EF7
2#047FDC
3#046FC0
4#035FA5
5#034F89
6#023F6E
7#022F52
8#012037
9#01101B
Tints
Lighter variations
1#35A5FB
2#4BAFFB
3#62B9FC
4#78C3FC
5#8FCDFD
6#A5D7FD
7#BCE1FE
8#D2EBFE
9#E9F5FF
Tones
Muted variations
1#2999EF
2#3498E4
3#3F97D9
4#4A95CE
5#5594C3
6#6092B8
7#6B91AD
8#768FA2
9#818E97
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F8 #F0F8FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCEF #DCEFFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEE2 #BEE2FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CCC #8CCCFD | BordersInactive statesPlaceholder text |
| 400 | 50B1 #50B1FB | Disabled statesSecondary iconsMuted text |
| 500 | 1E9B #1E9BFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 047F #047FDC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0465 #0465AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0348 #03487D | Text on light backgroundsHeadingsStrong borders |
| 900 | 022E #022E50 | Primary textHigh emphasis contentDark headings |
| 950 | 011D #011D32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0F8FF;
--dodger-blue-100: #DCEFFE;
--dodger-blue-200: #BEE2FE;
--dodger-blue-300: #8CCCFD;
--dodger-blue-400: #50B1FB;
--dodger-blue-500: #1E9BFA;
--dodger-blue-600: #047FDC;
--dodger-blue-700: #0465AF;
--dodger-blue-800: #03487D;
--dodger-blue-900: #022E50;
--dodger-blue-950: #011D32;
}