Dodger Blue
#2786F1
BlueColor Codes
All color formats for development
HEX
#2786F1RGB
rgb(39, 134, 241)HSL
hsl(212, 88%, 55%)OKLCH
oklch(0.623 0.182 254.9)CMYK
cmyk(84%, 44%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F77ED
2#0D6AD3
3#0C5CB9
4#0A4F9E
5#084284
6#073569
7#05284F
8#031A35
9#020D1A
Tints
Lighter variations
1#3D92F3
2#529EF4
3#68AAF5
4#7EB6F7
5#93C2F8
6#A9CEF9
7#BEDBFB
8#D4E7FC
9#E9F3FE
Tones
Muted variations
1#3186E7
2#3B87DD
3#4688D3
4#5088C9
5#5A89BF
6#648AB5
7#6E8AAB
8#788BA0
9#828C96
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEC #DDECFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1DC #C1DCFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91C1 #91C1F8 | BordersInactive statesPlaceholder text |
| 400 | 57A1 #57A1F4 | Disabled statesSecondary iconsMuted text |
| 500 | 2786 #2786F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D6A #0D6AD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B54 #0B54A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 083C #083C78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0526 #05264D | Primary textHigh emphasis contentDark headings |
| 950 | 0318 #031830 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1F7FE;
--dodger-blue-100: #DDECFD;
--dodger-blue-200: #C1DCFB;
--dodger-blue-300: #91C1F8;
--dodger-blue-400: #57A1F4;
--dodger-blue-500: #2786F1;
--dodger-blue-600: #0D6AD3;
--dodger-blue-700: #0B54A8;
--dodger-blue-800: #083C78;
--dodger-blue-900: #05264D;
--dodger-blue-950: #031830;
}