Dodger Blue
#1EA2FA
BlueColor Codes
All color formats for development
HEX
#1EA2FARGB
rgb(30, 162, 250)HSL
hsl(204, 96%, 55%)OKLCH
oklch(0.689 0.166 245.3)CMYK
cmyk(88%, 35%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0596F7
2#0486DC
3#0475C0
4#0364A5
5#035489
6#02436E
7#023252
8#012137
9#01111B
Tints
Lighter variations
1#35ACFB
2#4BB5FB
3#62BEFC
4#78C7FC
5#8FD1FD
6#A5DAFD
7#BCE3FE
8#D2ECFE
9#E9F6FF
Tones
Muted variations
1#29A0EF
2#349EE4
3#3F9CD9
4#4A99CE
5#5597C3
6#6095B8
7#6B93AD
8#7691A2
9#818E97
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F9 #F0F9FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF1 #DCF1FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEE4 #BEE4FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CD0 #8CD0FD | BordersInactive statesPlaceholder text |
| 400 | 50B7 #50B7FB | Disabled statesSecondary iconsMuted text |
| 500 | 1EA2 #1EA2FA | Primary brand colorCTAsActive elementsLinks |
| 600 | 0486 #0486DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 046A #046AAF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 034C #034C7D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0231 #023150 | 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: #DCF1FE;
--dodger-blue-200: #BEE4FE;
--dodger-blue-300: #8CD0FD;
--dodger-blue-400: #50B7FB;
--dodger-blue-500: #1EA2FA;
--dodger-blue-600: #0486DC;
--dodger-blue-700: #046AAF;
--dodger-blue-800: #034C7D;
--dodger-blue-900: #023150;
--dodger-blue-950: #011E32;
}