Dodger Blue
#2D80EB
BlueColor Codes
All color formats for development
HEX
#2D80EBRGB
rgb(45, 128, 235)HSL
hsl(214, 83%, 55%)OKLCH
oklch(0.607 0.18 256.7)CMYK
cmyk(81%, 46%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1570E7
2#1364CD
3#1157B4
4#0E4B9A
5#0C3E80
6#0A3267
7#07254D
8#051933
9#020C1A
Tints
Lighter variations
1#428CED
2#5799EF
3#6CA6F1
4#81B3F3
5#96BFF5
6#ABCCF7
7#C0D9F9
8#D5E6FB
9#EAF2FD
Tones
Muted variations
1#3781E2
2#4082D8
3#4A83CF
4#5385C5
5#5D86BC
6#6687B2
7#7088A9
8#798A9F
9#838B96
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEEB #DEEBFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2DA #C2DAF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94BE #94BEF5 | BordersInactive statesPlaceholder text |
| 400 | 5C9C #5C9CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D80 #2D80EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1364 #1364CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F4F #0F4FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B39 #0B3975 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0724 #07244B | Primary textHigh emphasis contentDark headings |
| 950 | 0417 #04172F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1F7FE;
--dodger-blue-100: #DEEBFC;
--dodger-blue-200: #C2DAF9;
--dodger-blue-300: #94BEF5;
--dodger-blue-400: #5C9CF0;
--dodger-blue-500: #2D80EB;
--dodger-blue-600: #1364CD;
--dodger-blue-700: #0F4FA3;
--dodger-blue-800: #0B3975;
--dodger-blue-900: #07244B;
--dodger-blue-950: #04172F;
}