Dodger Blue
#1EB5FA
BlueColor Codes
All color formats for development
HEX
#1EB5FARGB
rgb(30, 181, 250)HSL
hsl(199, 96%, 55%)OKLCH
oklch(0.732 0.152 236)CMYK
cmyk(88%, 28%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#05ABF7
2#0498DC
3#0485C0
4#0372A5
5#035F89
6#024C6E
7#023952
8#012637
9#01131B
Tints
Lighter variations
1#35BCFB
2#4BC4FB
3#62CBFC
4#78D2FC
5#8FDAFD
6#A5E1FD
7#BCE9FE
8#D2F0FE
9#E9F8FF
Tones
Muted variations
1#29B1EF
2#34ADE4
3#3FA9D9
4#4AA4CE
5#55A0C3
6#609CB8
7#6B98AD
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 | BEEA #BEEAFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CD9 #8CD9FD | BordersInactive statesPlaceholder text |
| 400 | 50C5 #50C5FB | Disabled statesSecondary iconsMuted text |
| 500 | 1EB5 #1EB5FA | Primary brand colorCTAsActive elementsLinks |
| 600 | 0498 #0498DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0479 #0479AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0356 #03567D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0237 #023750 | 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: #BEEAFE;
--dodger-blue-300: #8CD9FD;
--dodger-blue-400: #50C5FB;
--dodger-blue-500: #1EB5FA;
--dodger-blue-600: #0498DC;
--dodger-blue-700: #0479AF;
--dodger-blue-800: #03567D;
--dodger-blue-900: #023750;
--dodger-blue-950: #012232;
}