Dodger Blue
#1E81FA
BlueColor Codes
All color formats for development
HEX
#1E81FARGB
rgb(30, 129, 250)HSL
hsl(213, 96%, 55%)OKLCH
oklch(0.617 0.201 256.8)CMYK
cmyk(88%, 48%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0572F7
2#0465DC
3#0459C0
4#034CA5
5#033F89
6#02336E
7#022652
8#011937
9#010D1B
Tints
Lighter variations
1#358EFB
2#4B9AFB
3#62A7FC
4#78B4FC
5#8FC0FD
6#A5CDFD
7#BCD9FE
8#D2E6FE
9#E9F2FF
Tones
Muted variations
1#2982EF
2#3483E4
3#3F85D9
4#4A86CE
5#5587C3
6#6088B8
7#6B89AD
8#768AA2
9#818B97
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F7 #F0F7FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCEB #DCEBFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEDB #BEDBFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CBF #8CBFFD | BordersInactive statesPlaceholder text |
| 400 | 509D #509DFB | Disabled statesSecondary iconsMuted text |
| 500 | 1E81 #1E81FA | Primary brand colorCTAsActive elementsLinks |
| 600 | 0465 #0465DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0451 #0451AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 033A #033A7D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0225 #022550 | Primary textHigh emphasis contentDark headings |
| 950 | 0117 #011732 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0F7FF;
--dodger-blue-100: #DCEBFE;
--dodger-blue-200: #BEDBFE;
--dodger-blue-300: #8CBFFD;
--dodger-blue-400: #509DFB;
--dodger-blue-500: #1E81FA;
--dodger-blue-600: #0465DC;
--dodger-blue-700: #0451AF;
--dodger-blue-800: #033A7D;
--dodger-blue-900: #022550;
--dodger-blue-950: #011732;
}