Dodger Blue
#2CA0ED
BlueColor Codes
All color formats for development
HEX
#2CA0EDRGB
rgb(44, 160, 237)HSL
hsl(204, 84%, 55%)OKLCH
oklch(0.679 0.151 243.6)CMYK
cmyk(81%, 32%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1493E8
2#1283CE
3#1073B5
4#0D629B
5#0B5281
6#094267
7#07314D
8#042134
9#02101A
Tints
Lighter variations
1#41A9EE
2#56B3F0
3#6BBCF2
4#80C6F4
5#95CFF6
6#ABD9F8
7#C0E2F9
8#D5ECFB
9#EAF5FD
Tones
Muted variations
1#359EE3
2#3F9CD9
3#499AD0
4#5298C6
5#5C96BC
6#6694B3
7#6F92A9
8#7990A0
9#838E96
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF0 #DEF0FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2E3 #C2E3FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93CE #93CEF6 | BordersInactive statesPlaceholder text |
| 400 | 5BB5 #5BB5F1 | Disabled statesSecondary iconsMuted text |
| 500 | 2CA0 #2CA0ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 1283 #1283CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E68 #0E68A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A4A #0A4A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0730 #07304B | Primary textHigh emphasis contentDark headings |
| 950 | 041E #041E2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1F9FE;
--dodger-blue-100: #DEF0FC;
--dodger-blue-200: #C2E3FA;
--dodger-blue-300: #93CEF6;
--dodger-blue-400: #5BB5F1;
--dodger-blue-500: #2CA0ED;
--dodger-blue-600: #1283CE;
--dodger-blue-700: #0E68A4;
--dodger-blue-800: #0A4A75;
--dodger-blue-900: #07304B;
--dodger-blue-950: #041E2F;
}