Dodger Blue
#2C99ED
BlueColor Codes
All color formats for development
HEX
#2C99EDRGB
rgb(44, 153, 237)HSL
hsl(206, 84%, 55%)OKLCH
oklch(0.663 0.157 247)CMYK
cmyk(81%, 35%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#148CE8
2#127DCE
3#106DB5
4#0D5E9B
5#0B4E81
6#093E67
7#072F4D
8#041F34
9#02101A
Tints
Lighter variations
1#41A3EE
2#56ADF0
3#6BB8F2
4#80C2F4
5#95CCF6
6#ABD6F8
7#C0E0F9
8#D5EBFB
9#EAF5FD
Tones
Muted variations
1#3598E3
2#3F97D9
3#4995D0
4#5294C6
5#5C93BC
6#6691B3
7#6F90A9
8#798FA0
9#838E96
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEEF #DEEFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2E2 #C2E2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93CB #93CBF6 | BordersInactive statesPlaceholder text |
| 400 | 5BB0 #5BB0F1 | Disabled statesSecondary iconsMuted text |
| 500 | 2C99 #2C99ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 127D #127DCE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E63 #0E63A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A47 #0A4775 | Text on light backgroundsHeadingsStrong borders |
| 900 | 072D #072D4B | Primary textHigh emphasis contentDark headings |
| 950 | 041C #041C2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1F8FE;
--dodger-blue-100: #DEEFFC;
--dodger-blue-200: #C2E2FA;
--dodger-blue-300: #93CBF6;
--dodger-blue-400: #5BB0F1;
--dodger-blue-500: #2C99ED;
--dodger-blue-600: #127DCE;
--dodger-blue-700: #0E63A4;
--dodger-blue-800: #0A4775;
--dodger-blue-900: #072D4B;
--dodger-blue-950: #041C2F;
}