Dodger Blue
#2EB8EA
BlueColor Codes
All color formats for development
HEX
#2EB8EARGB
rgb(46, 184, 234)HSL
hsl(196, 82%, 55%)OKLCH
oklch(0.734 0.132 228.2)CMYK
cmyk(80%, 21%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#17AFE6
2#149BCC
3#1288B3
4#0F7499
5#0D6180
6#0A4E66
7#083A4D
8#052733
9#03131A
Tints
Lighter variations
1#43BFEC
2#58C6EE
3#6DCDF1
4#82D4F3
5#97DCF5
6#ABE3F7
7#C0EAF9
8#D5F1FB
9#EAF8FD
Tones
Muted variations
1#38B4E1
2#41AFD8
3#4AABCE
4#54A7C5
5#5DA2BB
6#679EB2
7#7099A8
8#79959F
9#839196
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF4 #DFF4FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3EB #C3EBF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94DB #94DBF4 | BordersInactive statesPlaceholder text |
| 400 | 5DC8 #5DC8EF | Disabled statesSecondary iconsMuted text |
| 500 | 2EB8 #2EB8EA | Primary brand colorCTAsActive elementsLinks |
| 600 | 149B #149BCC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 107B #107BA2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B58 #0B5874 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0738 #07384A | Primary textHigh emphasis contentDark headings |
| 950 | 0523 #05232E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FAFE;
--dodger-blue-100: #DFF4FC;
--dodger-blue-200: #C3EBF9;
--dodger-blue-300: #94DBF4;
--dodger-blue-400: #5DC8EF;
--dodger-blue-500: #2EB8EA;
--dodger-blue-600: #149BCC;
--dodger-blue-700: #107BA2;
--dodger-blue-800: #0B5874;
--dodger-blue-900: #07384A;
--dodger-blue-950: #05232E;
}