Dodger Blue
#2C93ED
BlueColor Codes
All color formats for development
HEX
#2C93EDRGB
rgb(44, 147, 237)HSL
hsl(208, 84%, 55%)OKLCH
oklch(0.65 0.162 249.8)CMYK
cmyk(81%, 38%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1485E8
2#1276CE
3#1068B5
4#0D599B
5#0B4A81
6#093B67
7#072C4D
8#041E34
9#020F1A
Tints
Lighter variations
1#419EEE
2#56A8F0
3#6BB3F2
4#80BEF4
5#95C9F6
6#ABD4F8
7#C0DFF9
8#D5E9FB
9#EAF4FD
Tones
Muted variations
1#3592E3
2#3F91D9
3#4991D0
4#5290C6
5#5C8FBC
6#668FB3
7#6F8EA9
8#798EA0
9#838D96
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEEE #DEEEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2E0 #C2E0FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93C8 #93C8F6 | BordersInactive statesPlaceholder text |
| 400 | 5BAB #5BABF1 | Disabled statesSecondary iconsMuted text |
| 500 | 2C93 #2C93ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 1276 #1276CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E5E #0E5EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A43 #0A4375 | Text on light backgroundsHeadingsStrong borders |
| 900 | 072B #072B4B | Primary textHigh emphasis contentDark headings |
| 950 | 041B #041B2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1F8FE;
--dodger-blue-100: #DEEEFC;
--dodger-blue-200: #C2E0FA;
--dodger-blue-300: #93C8F6;
--dodger-blue-400: #5BABF1;
--dodger-blue-500: #2C93ED;
--dodger-blue-600: #1276CE;
--dodger-blue-700: #0E5EA4;
--dodger-blue-800: #0A4375;
--dodger-blue-900: #072B4B;
--dodger-blue-950: #041B2F;
}