Dodger Blue
#2E99EA
BlueColor Codes
All color formats for development
HEX
#2E99EARGB
rgb(46, 153, 234)HSL
hsl(206, 82%, 55%)OKLCH
oklch(0.662 0.153 246.4)CMYK
cmyk(80%, 35%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#178CE6
2#147CCC
3#126DB3
4#0F5D99
5#0D4E80
6#0A3E66
7#082F4D
8#051F33
9#03101A
Tints
Lighter variations
1#43A3EC
2#58ADEE
3#6DB7F1
4#82C2F3
5#97CCF5
6#ABD6F7
7#C0E0F9
8#D5EBFB
9#EAF5FD
Tones
Muted variations
1#3898E1
2#4196D8
3#4A95CE
4#5494C5
5#5D93BB
6#6791B2
7#7090A8
8#798F9F
9#838E96
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 | 94CB #94CBF4 | BordersInactive statesPlaceholder text |
| 400 | 5DB0 #5DB0EF | Disabled statesSecondary iconsMuted text |
| 500 | 2E99 #2E99EA | Primary brand colorCTAsActive elementsLinks |
| 600 | 147C #147CCC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1063 #1063A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B47 #0B4774 | Text on light backgroundsHeadingsStrong borders |
| 900 | 072D #072D4A | 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: #94CBF4;
--dodger-blue-400: #5DB0EF;
--dodger-blue-500: #2E99EA;
--dodger-blue-600: #147CCC;
--dodger-blue-700: #1063A2;
--dodger-blue-800: #0B4774;
--dodger-blue-900: #072D4A;
--dodger-blue-950: #051C2E;
}