Dodger Blue
#2CA3ED
BlueColor Codes
All color formats for development
HEX
#2CA3EDRGB
rgb(44, 163, 237)HSL
hsl(203, 84%, 55%)OKLCH
oklch(0.686 0.148 242)CMYK
cmyk(81%, 31%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1497E8
2#1286CE
3#1075B5
4#0D659B
5#0B5481
6#094367
7#07324D
8#042234
9#02111A
Tints
Lighter variations
1#41ACEE
2#56B5F0
3#6BBEF2
4#80C8F4
5#95D1F6
6#ABDAF8
7#C0E3F9
8#D5EDFB
9#EAF6FD
Tones
Muted variations
1#35A0E3
2#3F9ED9
3#499CD0
4#529AC6
5#5C97BC
6#6695B3
7#6F93A9
8#7991A0
9#838E96
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF1 #DEF1FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2E4 #C2E4FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93D0 #93D0F6 | BordersInactive statesPlaceholder text |
| 400 | 5BB7 #5BB7F1 | Disabled statesSecondary iconsMuted text |
| 500 | 2CA3 #2CA3ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 1286 #1286CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E6B #0E6BA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A4C #0A4C75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0731 #07314B | 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: #DEF1FC;
--dodger-blue-200: #C2E4FA;
--dodger-blue-300: #93D0F6;
--dodger-blue-400: #5BB7F1;
--dodger-blue-500: #2CA3ED;
--dodger-blue-600: #1286CE;
--dodger-blue-700: #0E6BA4;
--dodger-blue-800: #0A4C75;
--dodger-blue-900: #07314B;
--dodger-blue-950: #041E2F;
}