Dodger Blue
#2E9FEA
BlueColor Codes
All color formats for development
HEX
#2E9FEARGB
rgb(46, 159, 234)HSL
hsl(204, 82%, 55%)OKLCH
oklch(0.676 0.148 243.3)CMYK
cmyk(80%, 32%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1793E6
2#1483CC
3#1272B3
4#0F6299
5#0D5280
6#0A4166
7#08314D
8#052133
9#03101A
Tints
Lighter variations
1#43A9EC
2#58B2EE
3#6DBCF1
4#82C5F3
5#97CFF5
6#ABD9F7
7#C0E2F9
8#D5ECFB
9#EAF5FD
Tones
Muted variations
1#389DE1
2#419BD8
3#4A99CE
4#5498C5
5#5D96BB
6#6794B2
7#7092A8
8#79909F
9#838E96
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF0 #DFF0FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E3 #C3E3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94CE #94CEF4 | BordersInactive statesPlaceholder text |
| 400 | 5DB4 #5DB4EF | Disabled statesSecondary iconsMuted text |
| 500 | 2E9F #2E9FEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 1483 #1483CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1068 #1068A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B4A #0B4A74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 072F #072F4A | Primary textHigh emphasis contentDark headings |
| 950 | 051E #051E2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1F9FE;
--dodger-blue-100: #DFF0FC;
--dodger-blue-200: #C3E3F9;
--dodger-blue-300: #94CEF4;
--dodger-blue-400: #5DB4EF;
--dodger-blue-500: #2E9FEA;
--dodger-blue-600: #1483CC;
--dodger-blue-700: #1068A2;
--dodger-blue-800: #0B4A74;
--dodger-blue-900: #072F4A;
--dodger-blue-950: #051E2E;
}