Dodger Blue
#2E96EA
BlueColor Codes
All color formats for development
HEX
#2E96EARGB
rgb(46, 150, 234)HSL
hsl(207, 82%, 55%)OKLCH
oklch(0.655 0.155 247.9)CMYK
cmyk(80%, 36%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1789E6
2#1479CC
3#126AB3
4#0F5B99
5#0D4C80
6#0A3D66
7#082E4D
8#051E33
9#030F1A
Tints
Lighter variations
1#43A0EC
2#58ABEE
3#6DB5F1
4#82C0F3
5#97CAF5
6#ABD5F7
7#C0DFF9
8#D5EAFB
9#EAF4FD
Tones
Muted variations
1#3895E1
2#4194D8
3#4A93CE
4#5492C5
5#5D91BB
6#6790B2
7#708FA8
8#798E9F
9#838D96
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEF #DFEFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E1 #C3E1F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94C9 #94C9F4 | BordersInactive statesPlaceholder text |
| 400 | 5DAD #5DADEF | Disabled statesSecondary iconsMuted text |
| 500 | 2E96 #2E96EA | Primary brand colorCTAsActive elementsLinks |
| 600 | 1479 #1479CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1061 #1061A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B45 #0B4574 | Text on light backgroundsHeadingsStrong borders |
| 900 | 072C #072C4A | Primary textHigh emphasis contentDark headings |
| 950 | 051C #051C2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1F8FE;
--dodger-blue-100: #DFEFFC;
--dodger-blue-200: #C3E1F9;
--dodger-blue-300: #94C9F4;
--dodger-blue-400: #5DADEF;
--dodger-blue-500: #2E96EA;
--dodger-blue-600: #1479CC;
--dodger-blue-700: #1061A2;
--dodger-blue-800: #0B4574;
--dodger-blue-900: #072C4A;
--dodger-blue-950: #051C2E;
}