Dodger Blue
#2EB2EA
BlueColor Codes
All color formats for development
HEX
#2EB2EARGB
rgb(46, 178, 234)HSL
hsl(198, 82%, 55%)OKLCH
oklch(0.72 0.135 232.1)CMYK
cmyk(80%, 24%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#17A8E6
2#1495CC
3#1282B3
4#0F7099
5#0D5D80
6#0A4B66
7#08384D
8#052533
9#03131A
Tints
Lighter variations
1#43BAEC
2#58C1EE
3#6DC9F1
4#82D1F3
5#97D8F5
6#ABE0F7
7#C0E8F9
8#D5F0FB
9#EAF7FD
Tones
Muted variations
1#38AEE1
2#41AAD8
3#4AA7CE
4#54A3C5
5#5D9FBB
6#679BB2
7#7098A8
8#79949F
9#839096
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF3 #DFF3FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E9 #C3E9F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94D8 #94D8F4 | BordersInactive statesPlaceholder text |
| 400 | 5DC3 #5DC3EF | Disabled statesSecondary iconsMuted text |
| 500 | 2EB2 #2EB2EA | Primary brand colorCTAsActive elementsLinks |
| 600 | 1495 #1495CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1077 #1077A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B55 #0B5574 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0736 #07364A | Primary textHigh emphasis contentDark headings |
| 950 | 0522 #05222E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FAFE;
--dodger-blue-100: #DFF3FC;
--dodger-blue-200: #C3E9F9;
--dodger-blue-300: #94D8F4;
--dodger-blue-400: #5DC3EF;
--dodger-blue-500: #2EB2EA;
--dodger-blue-600: #1495CC;
--dodger-blue-700: #1077A2;
--dodger-blue-800: #0B5574;
--dodger-blue-900: #07364A;
--dodger-blue-950: #05222E;
}