Dodger Blue
#2886F0
BlueColor Codes
All color formats for development
HEX
#2886F0RGB
rgb(40, 134, 240)HSL
hsl(212, 87%, 55%)OKLCH
oklch(0.622 0.181 254.9)CMYK
cmyk(83%, 44%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1077EC
2#0F6AD2
3#0D5CB8
4#0B4F9D
5#094283
6#073569
7#05284F
8#041A34
9#020D1A
Tints
Lighter variations
1#3E92F2
2#539EF3
3#69AAF5
4#7EB6F6
5#94C2F8
6#A9CEF9
7#BFDBFB
8#D4E7FC
9#EAF3FE
Tones
Muted variations
1#3286E6
2#3C87DC
3#4688D2
4#5088C8
5#5A89BE
6#648AB4
7#6E8AAA
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 | DEEC #DEECFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1DC #C1DCFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91C1 #91C1F7 | BordersInactive statesPlaceholder text |
| 400 | 58A1 #58A1F3 | Disabled statesSecondary iconsMuted text |
| 500 | 2886 #2886F0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0F6A #0F6AD2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0C54 #0C54A7 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 083C #083C77 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0526 #05264C | 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: #DEECFD;
--dodger-blue-200: #C1DCFB;
--dodger-blue-300: #91C1F7;
--dodger-blue-400: #58A1F3;
--dodger-blue-500: #2886F0;
--dodger-blue-600: #0F6AD2;
--dodger-blue-700: #0C54A7;
--dodger-blue-800: #083C77;
--dodger-blue-900: #05264C;
--dodger-blue-950: #031830;
}