Dodger Blue
#2E80EA
BlueColor Codes
All color formats for development
HEX
#2E80EARGB
rgb(46, 128, 234)HSL
hsl(214, 82%, 55%)OKLCH
oklch(0.607 0.178 256.7)CMYK
cmyk(80%, 45%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1770E6
2#1464CC
3#1257B3
4#0F4B99
5#0D3E80
6#0A3266
7#08254D
8#051933
9#030C1A
Tints
Lighter variations
1#438CEC
2#5899EE
3#6DA6F1
4#82B3F3
5#97BFF5
6#ABCCF7
7#C0D9F9
8#D5E6FB
9#EAF2FD
Tones
Muted variations
1#3881E1
2#4182D8
3#4A83CE
4#5485C5
5#5D86BB
6#6787B2
7#7088A8
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 | DFEB #DFEBFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3DA #C3DAF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94BE #94BEF4 | BordersInactive statesPlaceholder text |
| 400 | 5D9C #5D9CEF | Disabled statesSecondary iconsMuted text |
| 500 | 2E80 #2E80EA | Primary brand colorCTAsActive elementsLinks |
| 600 | 1464 #1464CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 104F #104FA2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B39 #0B3974 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0724 #07244A | Primary textHigh emphasis contentDark headings |
| 950 | 0517 #05172E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1F7FE;
--dodger-blue-100: #DFEBFC;
--dodger-blue-200: #C3DAF9;
--dodger-blue-300: #94BEF4;
--dodger-blue-400: #5D9CEF;
--dodger-blue-500: #2E80EA;
--dodger-blue-600: #1464CC;
--dodger-blue-700: #104FA2;
--dodger-blue-800: #0B3974;
--dodger-blue-900: #07244A;
--dodger-blue-950: #05172E;
}