Dodger Blue
#2893F0
BlueColor Codes
All color formats for development
HEX
#2893F0RGB
rgb(40, 147, 240)HSL
hsl(208, 87%, 55%)OKLCH
oklch(0.651 0.167 250)CMYK
cmyk(83%, 39%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1086EC
2#0F77D2
3#0D68B8
4#0B599D
5#094A83
6#073B69
7#052D4F
8#041E34
9#020F1A
Tints
Lighter variations
1#3E9EF2
2#53A9F3
3#69B3F5
4#7EBEF6
5#94C9F8
6#A9D4F9
7#BFDFFB
8#D4E9FC
9#EAF4FE
Tones
Muted variations
1#3292E6
2#3C92DC
3#4691D2
4#5090C8
5#5A90BE
6#648FB4
7#6E8EAA
8#788EA0
9#828D96
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEEE #DEEEFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1E0 #C1E0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91C8 #91C8F7 | BordersInactive statesPlaceholder text |
| 400 | 58AB #58ABF3 | Disabled statesSecondary iconsMuted text |
| 500 | 2893 #2893F0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0F77 #0F77D2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0C5E #0C5EA7 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0843 #084377 | Text on light backgroundsHeadingsStrong borders |
| 900 | 052B #052B4C | Primary textHigh emphasis contentDark headings |
| 950 | 031B #031B30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1F8FE;
--dodger-blue-100: #DEEEFD;
--dodger-blue-200: #C1E0FB;
--dodger-blue-300: #91C8F7;
--dodger-blue-400: #58ABF3;
--dodger-blue-500: #2893F0;
--dodger-blue-600: #0F77D2;
--dodger-blue-700: #0C5EA7;
--dodger-blue-800: #084377;
--dodger-blue-900: #052B4C;
--dodger-blue-950: #031B30;
}