Dodger Blue
#028EDE
BlueColor Codes
All color formats for development
HEX
#028EDERGB
rgb(2, 142, 222)HSL
hsl(202, 98%, 44%)OKLCH
oklch(0.624 0.156 244.8)CMYK
cmyk(99%, 36%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#027FC8
2#0271B2
3#02639C
4#015585
5#01476F
6#013959
7#012A43
8#001C2C
9#000E16
Tints
Lighter variations
1#03A0FA
2#1DABFD
3#39B5FD
4#55C0FD
5#72CAFE
6#8ED5FE
7#AADFFE
8#C6EAFE
9#E3F4FF
Tones
Muted variations
1#0D8BD3
2#1888C8
3#2385BD
4#2E82B2
5#397FA7
6#447C9C
7#4F7991
8#5A7686
9#65737B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F9 #F0F9FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF2 #DCF2FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDE7 #BDE7FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BD4 #8BD4FE | BordersInactive statesPlaceholder text |
| 400 | 4EBD #4EBDFD | Disabled statesSecondary iconsMuted text |
| 500 | 1CAA #1CAAFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 028E #028EDE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0271 #0271B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0150 #01507E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0133 #013351 | Primary textHigh emphasis contentDark headings |
| 950 | 0120 #012032 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0F9FF;
--dodger-blue-100: #DCF2FF;
--dodger-blue-200: #BDE7FE;
--dodger-blue-300: #8BD4FE;
--dodger-blue-400: #4EBDFD;
--dodger-blue-500: #1CAAFD;
--dodger-blue-600: #028EDE;
--dodger-blue-700: #0271B1;
--dodger-blue-800: #01507E;
--dodger-blue-900: #013351;
--dodger-blue-950: #012032;
}